Searched refs:emit (Results 1 – 8 of 8) sorted by relevance
| /developtools/smartperf_host/ide/ |
| D | tsconfig.json | 17 // "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/ |
| D | tsconfig.json | 17 // "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/ |
| D | rollup-plugin-ets-checker.ts | 79 tsWatchEmitter.emit(TS_WATCH_END_MSG);
|
| D | rollup-plugin-ets-typescript.ts | 290 …tsProgram.emit(targetSourceFile, writeFile, undefined, undefined, { before: [ processUISyntax(null…
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genBin-plugin.js | 54 compiler.hooks.emit.tap('GenBinPlugin', (compilation) => {
|
| D | genAbc-plugin.js | 97 compiler.hooks.emit.tap('GenAbcPlugin', (compilation) => {
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 328 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);
|
| D | gen_abc_plugin.ts | 252 compiler.hooks.emit.tap('GenAbcPlugin', (compilation) => {
|