mirror of
https://gitee.com/openharmony/developtools_ace_ets2bundle
synced 2024-11-23 00:19:53 +00:00
Confusion optimization
Signed-off-by: lixinnan <lixinnan1@huawei.com> Change-Id: I2a3a2492d164eb16bde1dabc25ce5e0a8e8c98b9
This commit is contained in:
parent
7b50587e30
commit
5ca038691b
1
BUILD.gn
1
BUILD.gn
@ -156,6 +156,7 @@ action("build_ets_sysResource") {
|
||||
|
||||
ets_loader_sources = [
|
||||
"compiler/compile_plugin.js",
|
||||
"compiler/config/obfuscateWhiteList.json5",
|
||||
"compiler/main.js",
|
||||
"compiler/node_modules",
|
||||
"compiler/npm-install.js",
|
||||
|
23
compiler/config/obfuscateWhiteList.json5
Executable file
23
compiler/config/obfuscateWhiteList.json5
Executable file
@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Copyright (c) 2024 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
{
|
||||
"ReservedPropertyNames": [
|
||||
"NavigationBuilderRegister",
|
||||
"ViewV2",
|
||||
"initParam",
|
||||
"updateParam"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user