UNPKG

@typescript-eslint/scope-manager

Version:
28 lines (27 loc) 1.28 kB
"use strict"; // THIS CODE WAS AUTOMATICALLY GENERATED // DO NOT EDIT THIS CODE BY HAND // RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE: // npx nx generate-lib repo Object.defineProperty(exports, "__esModule", { value: true }); exports.esnext_disposable = void 0; const base_config_1 = require("./base-config"); const es2015_iterable_1 = require("./es2015.iterable"); const es2015_symbol_1 = require("./es2015.symbol"); const es2018_asynciterable_1 = require("./es2018.asynciterable"); exports.esnext_disposable = { libs: [es2015_symbol_1.es2015_symbol, es2015_iterable_1.es2015_iterable, es2018_asynciterable_1.es2018_asynciterable], variables: [ ['SymbolConstructor', base_config_1.TYPE], ['Disposable', base_config_1.TYPE], ['AsyncDisposable', base_config_1.TYPE], ['SuppressedError', base_config_1.TYPE_VALUE], ['SuppressedErrorConstructor', base_config_1.TYPE], ['DisposableStack', base_config_1.TYPE_VALUE], ['DisposableStackConstructor', base_config_1.TYPE], ['AsyncDisposableStack', base_config_1.TYPE_VALUE], ['AsyncDisposableStackConstructor', base_config_1.TYPE], ['IteratorObject', base_config_1.TYPE], ['AsyncIteratorObject', base_config_1.TYPE], ], };