File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44---
55
66Added validateId function to @sap-ux/project-access with sync/async overloads and reused it in @sap-ux/fe-fpm-writer .
7+ Exported findFilesByExtension from @sap-ux/project-access public API and removed deep import from @sap-ux/fe-fpm-writer .
Original file line number Diff line number Diff line change 11import type { CopyOptions , Editor } from 'mem-fs-editor' ;
22import type { TabInfo } from '../common/types' ;
33import { sep , normalize } from 'node:path' ;
4- import { findFilesByExtension } from '@sap-ux/project-access/dist/file' ;
5- import { validateId } from '@sap-ux/project-access' ;
4+ import { findFilesByExtension , validateId } from '@sap-ux/project-access' ;
65
76/**
87 * Options for creating an ID generator with cached file contents.
Original file line number Diff line number Diff line change 66 MinCdsVersion ,
77 fioriToolsDirectory
88} from './constants' ;
9- export { getFilePaths } from './file' ;
9+ export { getFilePaths , findFilesByExtension } from './file' ;
1010export { normalizePath } from './path' ;
1111export {
1212 addPackageDevDependency ,
You can’t perform that action at this time.
0 commit comments