mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
* Merge array, function, math, number, object, regexp, string into es2015.core * Update baselines * Add node.d.ts; need to fix head of the output * Update unittests from add node as an option for --lib * Move interface declaration into NodeJS namespace * Add console into Node.d.ts * Add compiler baseline-tests for using --lib node * Change name from full.es2015 to es6. This is a es6 library file used when no --lib is specified and --target is es6 * Remove add node.d.ts into src/lib Remove node.d.ts Revert "Update unittests from add node as an option for --lib" This reverts commit5169273680. Revert "Add compiler baseline-tests for using --lib node" This reverts commit17e437b4c7.
10 lines
496 B
TypeScript
10 lines
496 B
TypeScript
/// <reference path="lib.es2015.core.d.ts" />
|
|
/// <reference path="lib.es2015.collection.d.ts" />
|
|
/// <reference path="lib.es2015.generator.d.ts" />
|
|
/// <reference path="lib.es2015.iterable.d.ts" />
|
|
/// <reference path="lib.es2015.promise.d.ts" />
|
|
/// <reference path="lib.es2015.proxy.d.ts" />
|
|
/// <reference path="lib.es2015.reflect.d.ts" />
|
|
/// <reference path="lib.es2015.symbol.d.ts" />
|
|
/// <reference path="lib.es2015.symbol.wellknown.d.ts" />
|
|
/// <reference path="lib.es5.d.ts" />
|