21 lines
833 B
Plaintext
21 lines
833 B
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.es2018_asynciterable = void 0;
|
|
const base_config_1 = require("./base-config");
|
|
const es2015_iterable_1 = require("./es2015.iterable");
|
|
const es2015_symbol_1 = require("./es2015.symbol");
|
|
exports.es2018_asynciterable = {
|
|
libs: [es2015_symbol_1.es2015_symbol, es2015_iterable_1.es2015_iterable],
|
|
variables: [
|
|
['SymbolConstructor', base_config_1.TYPE],
|
|
['AsyncIterator', base_config_1.TYPE],
|
|
['AsyncIterable', base_config_1.TYPE],
|
|
['AsyncIterableIterator', base_config_1.TYPE],
|
|
['AsyncIteratorObject', base_config_1.TYPE],
|
|
],
|
|
};
|