Home
last modified time | relevance | path

Searched refs:packageJsonPath (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_import.ts600 const packageJsonPath: string = path.join(filePath, projectConfig.packageJson); constant
601 if (fs.existsSync(packageJsonPath)) {
606 …ig.packageManagerType === 'npm' ? JSON : JSON5).parse(fs.readFileSync(packageJsonPath).toString());
Dgen_abc_plugin.ts315 const packageJsonPath: string = resourceResolveData.descriptionFilePath; constant
316 let npmInfoPath: string = path.resolve(packageJsonPath, '..');