forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Generated module conversion step - inlineImports #6
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
329f521
to
2313137
Compare
247c864
to
242d1c6
Compare
2313137
to
7d283a7
Compare
242d1c6
to
c18fa64
Compare
7d283a7
to
3a0814e
Compare
c18fa64
to
c28a0b1
Compare
3a0814e
to
9a87f02
Compare
c28a0b1
to
79541db
Compare
9a87f02
to
cd17d62
Compare
79541db
to
2e6ace5
Compare
cd17d62
to
77acbad
Compare
2e6ace5
to
3b71964
Compare
77acbad
to
6eaa4d7
Compare
3b71964
to
44341e4
Compare
6eaa4d7
to
85db2a2
Compare
44341e4
to
134a2c7
Compare
85db2a2
to
5825466
Compare
134a2c7
to
cd2e1dd
Compare
5825466
to
0b8b75d
Compare
cd2e1dd
to
865fab5
Compare
0b8b75d
to
ca0e93f
Compare
865fab5
to
d6d8c40
Compare
ca0e93f
to
449c9cf
Compare
d6d8c40
to
b74523a
Compare
449c9cf
to
3069f69
Compare
b74523a
to
2298837
Compare
3069f69
to
4a7abaa
Compare
2298837
to
92fa215
Compare
7329445
to
2b3e70f
Compare
b5ac5a4
to
8cb5e90
Compare
2b3e70f
to
5a2ca2c
Compare
8cb5e90
to
7f6742c
Compare
5a2ca2c
to
2f88db2
Compare
7f6742c
to
baf09bf
Compare
2f88db2
to
bdff460
Compare
baf09bf
to
980493e
Compare
bdff460
to
312b309
Compare
980493e
to
001a187
Compare
312b309
to
054cfb6
Compare
001a187
to
27c2ef0
Compare
054cfb6
to
4b63095
Compare
27c2ef0
to
3a2dd8c
Compare
4b63095
to
f17f50a
Compare
3a2dd8c
to
7141a5b
Compare
f17f50a
to
8e611f8
Compare
7141a5b
to
0d3be92
Compare
8e611f8
to
70b4b5e
Compare
0d3be92
to
40b963a
Compare
70b4b5e
to
b48ab3d
Compare
40b963a
to
d0e4481
Compare
b48ab3d
to
46802eb
Compare
d0e4481
to
d9d9c50
Compare
This step converts as many explicit accesses as possible in favor of direct imports from the modules in which things were declared. This restores the code (as much as possible) back to how it looked originally before the explicitify step, e.g. instead of "ts.Node" and "ts.Symbol", we have just "Node" and "Symbol".
46802eb
to
ec16755
Compare
d9d9c50
to
d762022
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.
This step converts as many explicit accesses as possible in favor of direct imports from the modules in which things were declared. This restores the code (as much as possible) back to how it looked originally before the explicitify step, e.g. instead of "ts.Node" and "ts.Symbol", we have just "Node" and "Symbol".
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: