Home
last modified time | relevance | path

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

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