forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Add dts bundling #20
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
Closed
Add dts bundling #20
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
bb294f7
to
b8bbc7b
Compare
9702a2e
to
63ac570
Compare
b8bbc7b
to
638f503
Compare
63ac570
to
cec2d97
Compare
638f503
to
413881f
Compare
cec2d97
to
07f5640
Compare
2f311a5
to
2ceb74c
Compare
07f5640
to
9e2d765
Compare
2ceb74c
to
cf0ff15
Compare
9e2d765
to
e9c4c4c
Compare
cf0ff15
to
d5e59b6
Compare
e9c4c4c
to
4173341
Compare
d5e59b6
to
ae931a4
Compare
4173341
to
142f87b
Compare
ae931a4
to
c7ebf14
Compare
142f87b
to
6382230
Compare
c7ebf14
to
5bc9cf4
Compare
6382230
to
effc622
Compare
5bc9cf4
to
fb8179c
Compare
effc622
to
99a9841
Compare
fb8179c
to
85e19f5
Compare
99a9841
to
da5cddf
Compare
85e19f5
to
65d03e2
Compare
da5cddf
to
77c9a92
Compare
65d03e2
to
8303e2d
Compare
9c23931
to
f84fe87
Compare
0bbd0ea
to
7fc6c57
Compare
f84fe87
to
a0d1831
Compare
7fc6c57
to
204ee9e
Compare
a0d1831
to
b7bb4b4
Compare
204ee9e
to
f11d2c8
Compare
b7bb4b4
to
b98da1f
Compare
f11d2c8
to
76cc77c
Compare
b98da1f
to
510bf54
Compare
76cc77c
to
5b26c41
Compare
510bf54
to
93f297c
Compare
5b26c41
to
2934115
Compare
93f297c
to
1b88373
Compare
2934115
to
a572343
Compare
1b88373
to
fc68862
Compare
a572343
to
365ffa9
Compare
fc68862
to
e0ee7b5
Compare
365ffa9
to
7b7f70d
Compare
e0ee7b5
to
3a27a32
Compare
7b7f70d
to
1b7362b
Compare
3a27a32
to
f4e3ead
Compare
1b7362b
to
2ebfb58
Compare
f4e3ead
to
704bc03
Compare
2ebfb58
to
e13f8d7
Compare
704bc03
to
438d60c
Compare
This adds a "small" d.ts bundler script. This script is very basic, using Node printing to produce its output. Generally speaking, this is inadvisable as it completely disregards name shadowing, globals, etc. However, in our case, we don't care about the globals, and we can opt to restructure our codebase in order to avoid conflict, which we largely had to do anyway when we were namespaces and everything was in scope.
e13f8d7
to
37aa5e5
Compare
438d60c
to
0a33553
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 adds a "small" d.ts bundler script. This script is very basic,
using Node printing to produce its output. Generally speaking, this is
inadvisable as it completely disregards name shadowing, globals, etc.
However, in our case, we don't care about the globals, and we can opt to
restructure our codebase in order to avoid conflict, which we largely
had to do anyway when we were namespaces and everything was in scope.
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: