!7 update js PA.

Merge pull request !7 from lihong/work
This commit is contained in:
openharmony_ci
2021-09-03 02:52:03 +00:00
committed by Gitee
+1 -4
View File
@@ -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);
};