Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dpre_process.ts18 processSystemApi,
51 return processSystemApi(source, false, this.resourcePath);
Dresult_process.ts24 processSystemApi
39 source = processSystemApi(source, true, this.resourcePath);
Dprocess_system_module.ts17 processSystemApi,
Dprocess_module_files.ts36 import { processSystemApi } from './validate_ui_syntax';
103 content = transformModuleSpecifier(fileName, processSystemApi(content, true), projectConfig);
Dprocess_import.ts39 processSystemApi,
146 preprocessNewExtend(preprocessExtend(processSystemApi(originContent))) : originContent;
Dvalidate_ui_syntax.ts958 content = processSystemApi(content, false, sourcePath);
1102 export function processSystemApi(content: string, isProcessAllowList: boolean = false, function
/developtools/ace_ets2bundle/compiler/test/
Dtest.js104 content = processSystemApi(content);
111 function processSystemApi(content) { function
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts57 code = processSystemApi(code, id);
84 function processSystemApi(content: string, sourcePath: string): string { function