From 1a3208361e434c759b68599cb6e70dd6cc550052 Mon Sep 17 00:00:00 2001 From: honglie Date: Mon, 28 Feb 2022 21:22:21 +0800 Subject: [PATCH] yihonglie1@huawei.com Signed-off-by: honglie --- compiler/src/pre_define.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/pre_define.ts b/compiler/src/pre_define.ts index 2acba6229..8bcda3a73 100644 --- a/compiler/src/pre_define.ts +++ b/compiler/src/pre_define.ts @@ -17,7 +17,7 @@ import path from 'path'; export const NATIVE_MODULE: Set = new Set( ['system.app', 'ohos.app', 'system.router', 'system.curves', 'ohos.curves', 'system.matrix4', 'ohos.matrix4']); -export const VALIDATE_MODULE: string[] = ['application', 'util', 'screen']; +export const VALIDATE_MODULE: string[] = ['util', 'screen']; export const SYSTEM_PLUGIN: string = 'system'; export const OHOS_PLUGIN: string = 'ohos'; -- Gitee