13af6ab5fSopenharmony_ci/* 23af6ab5fSopenharmony_ci * Copyright (c) 2023-2024 Huawei Device Co., Ltd. 33af6ab5fSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 43af6ab5fSopenharmony_ci * you may not use this file except in compliance with the License. 53af6ab5fSopenharmony_ci * You may obtain a copy of the License at 63af6ab5fSopenharmony_ci * 73af6ab5fSopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 83af6ab5fSopenharmony_ci * 93af6ab5fSopenharmony_ci * Unless required by applicable law or agreed to in writing, software 103af6ab5fSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 113af6ab5fSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 123af6ab5fSopenharmony_ci * See the License for the specific language governing permissions and 133af6ab5fSopenharmony_ci * limitations under the License. 143af6ab5fSopenharmony_ci */ 153af6ab5fSopenharmony_ci 163af6ab5fSopenharmony_ciexport const STANDARD_LIBRARIES = [ 173af6ab5fSopenharmony_ci 'lib.es5.d.ts', 183af6ab5fSopenharmony_ci 'lib.es2015.iterable.d.ts', 193af6ab5fSopenharmony_ci 'lib.es2015.generator.d.ts', 203af6ab5fSopenharmony_ci 'lib.es2015.proxy.d.ts', 213af6ab5fSopenharmony_ci 'lib.es2015.promise.d.ts', 223af6ab5fSopenharmony_ci 'lib.es2015.symbol.wellknown.d.ts', 233af6ab5fSopenharmony_ci 'lib.es2015.symbol.d.ts', 243af6ab5fSopenharmony_ci 'lib.es2015.reflect.d.ts', 253af6ab5fSopenharmony_ci 'lib.es2015.collection.d.ts', 263af6ab5fSopenharmony_ci 'lib.es2015.core.d.ts', 273af6ab5fSopenharmony_ci 'lib.es2016.array.include.d.ts', 283af6ab5fSopenharmony_ci 'lib.es2017.sharedmemory.d.ts', 293af6ab5fSopenharmony_ci 'lib.es2017.typedarrays.d.ts', 303af6ab5fSopenharmony_ci 'lib.es2017.string.d.ts', 313af6ab5fSopenharmony_ci 'lib.es2017.intl.d.ts', 323af6ab5fSopenharmony_ci 'lib.es2017.object.d.ts', 333af6ab5fSopenharmony_ci 'lib.es2018.intl.d.ts', 343af6ab5fSopenharmony_ci 'lib.es2018.regexp.d.ts', 353af6ab5fSopenharmony_ci 'lib.es2018.asyncgenerator.d.ts', 363af6ab5fSopenharmony_ci 'lib.es2018.asynciterable.d.ts', 373af6ab5fSopenharmony_ci 'lib.es2018.promise.d.ts', 383af6ab5fSopenharmony_ci 'lib.es2019.string.d.ts', 393af6ab5fSopenharmony_ci 'lib.es2019.array.d.ts', 403af6ab5fSopenharmony_ci 'lib.es2019.symbol.d.ts', 413af6ab5fSopenharmony_ci 'lib.es2019.object.d.ts', 423af6ab5fSopenharmony_ci 'lib.es2019.intl.d.ts', 433af6ab5fSopenharmony_ci 'lib.es2020.bigint.d.ts', 443af6ab5fSopenharmony_ci 'lib.es2020.symbol.wellknown.d.ts', 453af6ab5fSopenharmony_ci 'lib.es2020.string.d.ts', 463af6ab5fSopenharmony_ci 'lib.es2020.sharedmemory.d.ts', 473af6ab5fSopenharmony_ci 'lib.es2020.promise.d.ts', 483af6ab5fSopenharmony_ci 'lib.es2020.number.d.ts', 493af6ab5fSopenharmony_ci 'lib.es2020.intl.d.ts', 503af6ab5fSopenharmony_ci 'lib.es2020.date.d.ts', 513af6ab5fSopenharmony_ci 'lib.es2021.intl.d.ts', 523af6ab5fSopenharmony_ci 'lib.es2021.weakref.d.ts', 533af6ab5fSopenharmony_ci 'lib.es2021.string.d.ts', 543af6ab5fSopenharmony_ci 'lib.es2021.promise.d.ts', 553af6ab5fSopenharmony_ci 'lib.es2022.regexp.d.ts', 563af6ab5fSopenharmony_ci 'lib.es2022.array.d.ts', 573af6ab5fSopenharmony_ci 'lib.es2022.string.d.ts', 583af6ab5fSopenharmony_ci 'lib.es2022.error.d.ts', 593af6ab5fSopenharmony_ci 'lib.es2022.object.d.ts', 603af6ab5fSopenharmony_ci 'lib.es2022.sharedmemory.d.ts', 613af6ab5fSopenharmony_ci 'lib.es2022.intl.d.ts', 623af6ab5fSopenharmony_ci 'lib.es2023.array.d.ts', 633af6ab5fSopenharmony_ci 'lib.dom.iterable.d.ts', 643af6ab5fSopenharmony_ci 'lib.dom.d.ts', 653af6ab5fSopenharmony_ci 'lib.webworker.importscripts.d.ts', 663af6ab5fSopenharmony_ci 'lib.webworker.iterable.d.ts', 673af6ab5fSopenharmony_ci 'lib.webworker.d.ts', 683af6ab5fSopenharmony_ci 'lib.decorators.legacy.d.ts', 693af6ab5fSopenharmony_ci 'lib.decorators.d.ts', 703af6ab5fSopenharmony_ci 'lib.scripthost.d.ts' 713af6ab5fSopenharmony_ci]; 72