mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-20 19:47:44 -04:00
@@ -16,8 +16,5 @@
|
||||
import { processSystemApi } from './validate_ui_syntax';
|
||||
|
||||
module.exports = function processWorker(source: string): string {
|
||||
if (/workers/.test(this.resourcePath)) {
|
||||
return processSystemApi(source);
|
||||
}
|
||||
return source;
|
||||
return processSystemApi(source);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user