Searched defs:compile (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/src/ |
| D | CompilerWrapper.ts | 22 export function compile(options: LintOptions, extraOptions?: any): ts.Program { function
|
| D | LinterRunner.ts | 103 const tsProgram = options.tsProgram ?? compile(options, getStrictOptions()); constant
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
| D | CompilerWrapper.ts | 22 export function compile(options: LintOptions, extraOptions?: any): ts.Program { function
|
| D | LinterRunner.ts | 105 const tsProgram = options.tsProgram ?? compile(options, getStrictOptions()); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2ets/ |
| D | package.json | 10 "compile": "../../../../third_party/typescript/bin/tsc --m commonjs", string
|
| /arkcompiler/ets_frontend/ts2panda/tests/utils/ |
| D | base.ts | 233 … compile(snippet: string, passes?: Pass[], literalBufferArray?: Array<LiteralBuffer>): PandaGen[] { method in SnippetCompiler
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | package.json | 15 "compile": "npm run tsc", string
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/ |
| D | package.json | 16 "compile": "npm run tsc", string
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | compilerDriver.ts | 171 compile(node: ts.SourceFile, ts2abcProcess?: any | undefined): void { method in CompilerDriver
|
| D | compiler.ts | 162 compile(): void { method in Compiler
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | function.rb | 139 def compile method in Function
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.h | 305 void EmitMaybeOptional(const ir::Expression *node, F const &compile, bool isOptional) in EmitMaybeOptional()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 202 std::string compile("Compiling "); in EmitFileInfo() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|