Introduce LibFiles and adopt in DefinitionAdapter
parent
a7f23c2eba
commit
6a18fe6517
@ -0,0 +1,65 @@
|
|||||||
|
/*---------------------------------------------------------------------------------------------
|
||||||
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||||
|
*--------------------------------------------------------------------------------------------*/
|
||||||
|
//
|
||||||
|
// **NOTE**: Do not edit directly! This file is generated using `npm run import-typescript`
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
|
/** Contains all the lib files */
|
||||||
|
export const libFileSet: Record<string, boolean> = {}
|
||||||
|
libFileSet['lib.d.ts'] = true;
|
||||||
|
libFileSet['lib.dom.d.ts'] = true;
|
||||||
|
libFileSet['lib.dom.iterable.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.collection.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.core.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.generator.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.iterable.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.promise.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.proxy.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.reflect.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.symbol.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2015.symbol.wellknown.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2016.array.include.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2016.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2016.full.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2017.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2017.full.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2017.intl.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2017.object.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2017.sharedmemory.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2017.string.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2017.typedarrays.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2018.asyncgenerator.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2018.asynciterable.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2018.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2018.full.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2018.intl.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2018.promise.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2018.regexp.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2019.array.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2019.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2019.full.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2019.object.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2019.string.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2019.symbol.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2020.bigint.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2020.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2020.full.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2020.promise.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2020.string.d.ts'] = true;
|
||||||
|
libFileSet['lib.es2020.symbol.wellknown.d.ts'] = true;
|
||||||
|
libFileSet['lib.es5.d.ts'] = true;
|
||||||
|
libFileSet['lib.es6.d.ts'] = true;
|
||||||
|
libFileSet['lib.esnext.array.d.ts'] = true;
|
||||||
|
libFileSet['lib.esnext.asynciterable.d.ts'] = true;
|
||||||
|
libFileSet['lib.esnext.bigint.d.ts'] = true;
|
||||||
|
libFileSet['lib.esnext.d.ts'] = true;
|
||||||
|
libFileSet['lib.esnext.full.d.ts'] = true;
|
||||||
|
libFileSet['lib.esnext.intl.d.ts'] = true;
|
||||||
|
libFileSet['lib.esnext.symbol.d.ts'] = true;
|
||||||
|
libFileSet['lib.scripthost.d.ts'] = true;
|
||||||
|
libFileSet['lib.webworker.d.ts'] = true;
|
||||||
|
libFileSet['lib.webworker.importscripts.d.ts'] = true;
|
Loading…
Reference in New Issue