Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/
Dtsconfig.json17 // "outFile": "./", /* Concatenate and emit output to single file. */
22 // "removeComments": true, /* Do not emit comments to output. */
23 // "noEmit": true, /* Do not emit outputs. */
24 // "importHelpers": true, /* Import emit helpers from 'tslib'. */
36 …// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each s…
51 …lt imports from modules with no default export. This does not affect code emit, just typechecking.…
52 …"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES…
/developtools/profiler/host/smartperf/ide/
Dtsconfig.json17 // "outFile": "./", /* Concatenate and emit output to single file. */
22 // "removeComments": true, /* Do not emit comments to output. */
23 // "noEmit": true, /* Do not emit outputs. */
24 // "importHelpers": true, /* Import emit helpers from 'tslib'. */
36 …// "alwaysStrict": true, /* Parse in strict mode and emit "use strict" for each s…
51 …lt imports from modules with no default export. This does not affect code emit, just typechecking.…
52 …"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES…
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts79 tsWatchEmitter.emit(TS_WATCH_END_MSG);
Drollup-plugin-ets-typescript.ts290 …tsProgram.emit(targetSourceFile, writeFile, undefined, undefined, { before: [ processUISyntax(null…
/developtools/ace_js2bundle/ace-loader/src/
DgenBin-plugin.js54 compiler.hooks.emit.tap('GenBinPlugin', (compilation) => {
DgenAbc-plugin.js97 compiler.hooks.emit.tap('GenAbcPlugin', (compilation) => {
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts328 const emit: any = languageService.getEmitOutput(moduleFile, true, true); constant
329 if (emit.outputFiles[0]) {
330 … generateSourceFilesInHar(moduleFile, emit.outputFiles[0].text, '.d' + path.extname(moduleFile),
671 tsWatchEmitter.emit(TS_WATCH_END_MSG);
Dgen_abc_plugin.ts252 compiler.hooks.emit.tap('GenAbcPlugin', (compilation) => {