Searched refs:processSystemApi (Results 1 – 8 of 8) sorted by relevance
| /developtools/ace_ets2bundle/compiler/src/ |
| D | pre_process.ts | 18 processSystemApi, 51 return processSystemApi(source, false, this.resourcePath);
|
| D | result_process.ts | 24 processSystemApi 39 source = processSystemApi(source, true, this.resourcePath);
|
| D | process_system_module.ts | 17 processSystemApi,
|
| D | process_module_files.ts | 36 import { processSystemApi } from './validate_ui_syntax'; 103 content = transformModuleSpecifier(fileName, processSystemApi(content, true), projectConfig);
|
| D | process_import.ts | 39 processSystemApi, 146 preprocessNewExtend(preprocessExtend(processSystemApi(originContent))) : originContent;
|
| D | validate_ui_syntax.ts | 958 content = processSystemApi(content, false, sourcePath); 1102 export function processSystemApi(content: string, isProcessAllowList: boolean = false, function
|
| /developtools/ace_ets2bundle/compiler/test/ |
| D | test.js | 104 content = processSystemApi(content); 111 function processSystemApi(content) { function
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/system_api/ |
| D | rollup-plugin-system-api.ts | 57 code = processSystemApi(code, id); 84 function processSystemApi(content: string, sourcePath: string): string { function
|