Files
memecoin-botV2/.pnpm-store/v10/files/99/9c817aece0bf2b0502e120c1e51784425035a0a02bef6f0595fe8c3b5f38fad403581eff99669724cbe64b72f2c69af5dc55e65547f135ed11a870dbe9b981

28 lines
1.3 KiB
Plaintext

"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],
],
};