Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts686 const apiCode: string = fs.readFileSync(modulePath, {encoding: 'utf-8'}); constant
687 const bundleTags: string[] = apiCode.match(/@bundle.+/g);