Conversation
added 30 commits
February 8, 2016 18:01
Break ES6 library Remove unused ES6
Break ES7 library Remove unused es7
Take dependency on dom.generated.d.ts
…ated sub-features files
added 6 commits
March 24, 2016 16:25
Conflicts: src/compiler/commandLineParser.ts src/lib/es6.d.ts tests/baselines/reference/asyncAwait_es6.symbols tests/baselines/reference/exportAssignValueAndType.symbols tests/baselines/reference/exportEqualNamespaces.symbols tests/baselines/reference/mergedInterfaceFromMultipleFiles1.symbols tests/baselines/reference/mergedInterfacesWithMultipleBases3.symbols tests/baselines/reference/objectTypesIdentity2.symbols tests/baselines/reference/scopeResolutionIdentifiers.symbols tests/baselines/reference/subtypesOfAny.symbols tests/baselines/reference/thisTypeInClasses.symbols tests/baselines/reference/thisTypeInInterfaces.symbols tests/baselines/reference/undefinedIsSubtypeOfEverything.symbols
| } | ||
| } | ||
|
|
||
| function getUserDefinedLibFileName(options: CompilerOptions): string[] { |
Contributor
There was a problem hiding this comment.
we could change this to getDefaultLibLocation() : string, and make it optional on the interface. in case it is not defined, we call getDefaultLibFileName and use the folder name instead.
Contributor
|
closing in favor or #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 PR implements a new compiler flag, "--lib". (For full details about the flag, see #6974 ). The PR also incorporates previous PR #6990.