UNPKG

@sap-ux/project-access

Version:

Library to access SAP Fiori tools projects

15 lines 1.69 kB
export { clearCdsModuleCache, deleteCapApp, getCapCustomPaths, getCapEnvironment, getCapModelAndServices, getCapProjectType, getCapServiceName, getCdsFiles, getCdsRoots, getCdsServices, isCapProject, isCapJavaProject, isCapNodeJsProject, readCapServiceMetadataEdmx, toReferenceUri, getWorkspaceInfo, hasMinCdsVersion, checkCdsUi5PluginEnabled, processServices, getGlobalCdsHomePath } from './cap.js'; export { filterDataSourcesByType, getMainService, getUsedEntitiesFromManifest } from './service.js'; export { addPackageDevDependency, getNodeModulesPath, hasDependency } from './dependencies.js'; export { getCapI18nFolderNames, getI18nPropertiesPaths, getI18nBundles } from './i18n/index.js'; export { getAppProgrammingLanguage, getAppType, getMinUI5VersionFromManifest, getMinUI5VersionAsArray, getMinimumUI5Version, getProject, getProjectType } from './info.js'; export { loadModuleFromProject } from './module-loader.js'; export { findAllApps, findCapProjects, findFioriArtifacts, findProjectRoot, getAppRootFromWebappPath, findCapProjectRoot, findRootsForPath } from './search.js'; export { getWebappPath, readUi5Yaml, getAllUi5YamlFileNames, getMockServerConfig, getMockDataPath, getPathMappings } from './ui5-config.js'; export { getMtaPath } from './mta.js'; export { createApplicationAccess, createProjectAccess } from './access.js'; export { updatePackageScript, hasUI5CliV3 } from './script.js'; export { getSpecification, getSpecificationModuleFromCache, getSpecificationPath, refreshSpecificationDistTags } from './specification.js'; export { readFlexChanges } from './flex-changes.js'; export { isUI5IdUnique } from './ui5-xml-id-validator.js'; //# sourceMappingURL=index.js.map