Searched refs:jsBundlePreProcess (Results 1 – 1 of 1) sorted by relevance
226 const newContent: string = jsBundlePreProcess(code, id, this.getModuleInfo(id).isEntry, logger);320 function jsBundlePreProcess(code: string, id: string, isEntry: boolean, logger: any): string { function