1 Star 0 Fork 94

Urakov Alexandr/third_party_typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD.gn 4.08 KB
一键复制 编辑 原始数据 按行查看 历史
zhangchen168 提交于 2024-03-05 17:25 . Pack the package to target out dir
# Copyright (c) 2023 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.
typescript_sources = [
"lib/.gitattributes",
"lib/README.md",
"lib/cancellationToken.js",
"lib/cs/diagnosticMessages.generated.json",
"lib/de/diagnosticMessages.generated.json",
"lib/dynamicImportCompat.js",
"lib/es/diagnosticMessages.generated.json",
"lib/fr/diagnosticMessages.generated.json",
"lib/it/diagnosticMessages.generated.json",
"lib/ja/diagnosticMessages.generated.json",
"lib/ko/diagnosticMessages.generated.json",
"lib/lib.d.ts",
"lib/lib.dom.d.ts",
"lib/lib.dom.iterable.d.ts",
"lib/lib.es2015.collection.d.ts",
"lib/lib.es2015.core.d.ts",
"lib/lib.es2015.d.ts",
"lib/lib.es2015.generator.d.ts",
"lib/lib.es2015.iterable.d.ts",
"lib/lib.es2015.promise.d.ts",
"lib/lib.es2015.proxy.d.ts",
"lib/lib.es2015.reflect.d.ts",
"lib/lib.es2015.symbol.d.ts",
"lib/lib.es2015.symbol.wellknown.d.ts",
"lib/lib.es2016.array.include.d.ts",
"lib/lib.es2016.d.ts",
"lib/lib.es2016.full.d.ts",
"lib/lib.es2017.d.ts",
"lib/lib.es2017.full.d.ts",
"lib/lib.es2017.intl.d.ts",
"lib/lib.es2017.object.d.ts",
"lib/lib.es2017.sharedmemory.d.ts",
"lib/lib.es2017.string.d.ts",
"lib/lib.es2017.typedarrays.d.ts",
"lib/lib.es2018.asyncgenerator.d.ts",
"lib/lib.es2018.asynciterable.d.ts",
"lib/lib.es2018.d.ts",
"lib/lib.es2018.full.d.ts",
"lib/lib.es2018.intl.d.ts",
"lib/lib.es2018.promise.d.ts",
"lib/lib.es2018.regexp.d.ts",
"lib/lib.es2019.array.d.ts",
"lib/lib.es2019.d.ts",
"lib/lib.es2019.full.d.ts",
"lib/lib.es2019.intl.d.ts",
"lib/lib.es2019.object.d.ts",
"lib/lib.es2019.string.d.ts",
"lib/lib.es2019.symbol.d.ts",
"lib/lib.es2020.bigint.d.ts",
"lib/lib.es2020.d.ts",
"lib/lib.es2020.date.d.ts",
"lib/lib.es2020.full.d.ts",
"lib/lib.es2020.intl.d.ts",
"lib/lib.es2020.number.d.ts",
"lib/lib.es2020.promise.d.ts",
"lib/lib.es2020.sharedmemory.d.ts",
"lib/lib.es2020.string.d.ts",
"lib/lib.es2020.symbol.wellknown.d.ts",
"lib/lib.es2021.d.ts",
"lib/lib.es2021.full.d.ts",
"lib/lib.es2021.intl.d.ts",
"lib/lib.es2021.promise.d.ts",
"lib/lib.es2021.string.d.ts",
"lib/lib.es2021.weakref.d.ts",
"lib/lib.es2022.array.d.ts",
"lib/lib.es2022.d.ts",
"lib/lib.es2022.error.d.ts",
"lib/lib.es2022.full.d.ts",
"lib/lib.es2022.intl.d.ts",
"lib/lib.es2022.object.d.ts",
"lib/lib.es2022.sharedmemory.d.ts",
"lib/lib.es2022.string.d.ts",
"lib/lib.es5.d.ts",
"lib/lib.es6.d.ts",
"lib/lib.esnext.d.ts",
"lib/lib.esnext.full.d.ts",
"lib/lib.esnext.intl.d.ts",
"lib/lib.esnext.promise.d.ts",
"lib/lib.esnext.string.d.ts",
"lib/lib.esnext.weakref.d.ts",
"lib/lib.scripthost.d.ts",
"lib/lib.webworker.d.ts",
"lib/lib.webworker.importscripts.d.ts",
"lib/lib.webworker.iterable.d.ts",
"lib/pl/diagnosticMessages.generated.json",
"lib/protocol.d.ts",
"lib/pt-br/diagnosticMessages.generated.json",
"lib/ru/diagnosticMessages.generated.json",
"lib/tr/diagnosticMessages.generated.json",
"lib/tsc.js",
"lib/tsserver.js",
"lib/tsserverlibrary.d.ts",
"lib/tsserverlibrary.js",
"lib/typesMap.json",
"lib/typescript.d.ts",
"lib/typescript.js",
"lib/typescriptServices.d.ts",
"lib/typescriptServices.js",
"lib/typingsInstaller.js",
"lib/watchGuard.js",
"lib/zh-cn/diagnosticMessages.generated.json",
"lib/zh-tw/diagnosticMessages.generated.json",
]
action("build_typescript") {
sources = typescript_sources
script = "compile_typescript.py"
args = [
rebase_path(get_path_info("./", "abspath")),
rebase_path("${target_out_dir}"),
]
outputs = [ "${target_out_dir}/ohos-typescript-4.9.5-r4.tgz" ]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/urakov-alexandr/third_party_typescript.git
git@gitee.com:urakov-alexandr/third_party_typescript.git
urakov-alexandr
third_party_typescript
third_party_typescript
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385