mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-21 03:55:23 -04:00
Signed-off-by: lihong <lihong67@huawei.com> Change-Id: I3a56d39dec35c60a8853ef557cad42aa8364b94f
This commit is contained in:
@@ -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