Closed
Conversation
added 4 commits
February 8, 2016 18:01
Break ES6 library Remove unused ES6
Break ES7 library Remove unused es7
Jakefile.js
Outdated
| ]; | ||
|
|
||
| var es6LibrarySourceMap = es6LibrarySources.map(function(source) { | ||
| return { target: "lib." + source, sources: ["header.d.ts", source ] }; |
Contributor
|
|
src/lib/es6.array.d.ts
Outdated
|
|
||
| interface Array<T> { | ||
| /** Iterator */ | ||
| [Symbol.iterator](): IterableIterator<T>; |
Contributor
There was a problem hiding this comment.
consider moving these to es6.iterbales.d.ts
Contributor
Author
There was a problem hiding this comment.
🍵 same go to well-known symbol
Contributor
|
so are we adding lib.node.d.ts and lib.browser.d.ts in a different change? |
added 5 commits
February 11, 2016 12:33
Contributor
|
@yuit I think it's OK, if We could easily combine two library. Thank you. |
Jakefile.js
Outdated
| { target: "lib.full.es6.d.ts", sources: ["header.d.ts", "es5.d.ts"].concat(es6LibrarySources, hostsLibrarySources), }, | ||
|
|
||
| // Preset JavaScript & host library | ||
| { target: "lib.dom.es5.d.ts", sources:["header.d.ts", "importes5.d.ts", "intl.d.ts", "dom.generated.d.ts"], }, |
Contributor
There was a problem hiding this comment.
i do not think we need these two
Contributor
There was a problem hiding this comment.
i would merge intel with es5 for now.
Contributor
|
you need to make the change to program.ts |
Contributor
nice, great for quickstarts! 😎 |
added 16 commits
February 25, 2016 17:42
Contributor
|
closing in favor of #7715 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is part of the larger work item #6974.