forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Update baselines for corrected line endings in lib files #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains 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
d375574
to
459e8a7
Compare
ea93e92
to
ee472f3
Compare
459e8a7
to
a7df000
Compare
ee472f3
to
6dac7c1
Compare
a7df000
to
ffd5699
Compare
6dac7c1
to
edb57ce
Compare
ffd5699
to
7cb5a91
Compare
edb57ce
to
b0cf9f5
Compare
7cb5a91
to
4ada7a6
Compare
b0cf9f5
to
119e8e2
Compare
4ada7a6
to
16238e3
Compare
119e8e2
to
b51bb17
Compare
16238e3
to
ca1ee4b
Compare
b51bb17
to
b71a1dd
Compare
ca1ee4b
to
948cdee
Compare
b71a1dd
to
64c42a5
Compare
948cdee
to
7fed31f
Compare
64c42a5
to
b77418d
Compare
7fed31f
to
eba9674
Compare
b77418d
to
a02e266
Compare
eba9674
to
2b5bb22
Compare
a02e266
to
03c218e
Compare
2b5bb22
to
743892c
Compare
03c218e
to
4a86b4c
Compare
fb71dc7
to
2c74e88
Compare
57a42fd
to
b937aa1
Compare
2c74e88
to
2ec34bf
Compare
b937aa1
to
f9dfd0d
Compare
2ec34bf
to
10fbfc8
Compare
f9dfd0d
to
3904a77
Compare
10fbfc8
to
2b8cf0b
Compare
3904a77
to
2a7ca51
Compare
2b8cf0b
to
c113f79
Compare
2a7ca51
to
6f6eb7a
Compare
c113f79
to
0c6b69c
Compare
6f6eb7a
to
d731c76
Compare
0c6b69c
to
fbcfb3b
Compare
d731c76
to
2737d5e
Compare
fbcfb3b
to
03dc75c
Compare
2737d5e
to
5d97edb
Compare
03dc75c
to
ca31a4b
Compare
5d97edb
to
5622ce9
Compare
ca31a4b
to
5117c83
Compare
5622ce9
to
8db2dd8
Compare
5117c83
to
017ae89
Compare
8db2dd8
to
831f6f1
Compare
017ae89
to
25958b6
Compare
831f6f1
to
1dce951
Compare
25958b6
to
147cd71
Compare
The old gulpfile produced lib.d.ts files with mixed newlines, thanks to the files containing CRLF, but the gulp streams adding in LF. Now they're all LF, which matches every other file in built / lib, but our baselines are sensitive to this. Rerun the tests and accept them.
1dce951
to
ab8acee
Compare
147cd71
to
b520f09
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The old gulpfile produced lib.d.ts files with mixed newlines, thanks to
the files containing CRLF, but the gulp streams adding in LF.
Now they're all LF, which matches every other file in built / lib, but
our baselines are sensitive to this. Rerun the tests and accept them.
Please do not comment on this PR. Depending on how this set of PRs evolves, this PR's contents may change entirely based on the order of commits.
This PR is a part of a stack: