Closed
Conversation
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
52773fc to
8cea0d4
Compare
b684c89 to
7927651
Compare
8cea0d4 to
5bf4df8
Compare
7927651 to
c6af3c9
Compare
5bf4df8 to
5e0d2b3
Compare
c6af3c9 to
8297294
Compare
5e0d2b3 to
9a23150
Compare
8297294 to
5cd7422
Compare
9a23150 to
3344f19
Compare
5cd7422 to
d73e0dc
Compare
3344f19 to
394a955
Compare
d73e0dc to
3e65a7d
Compare
394a955 to
848a6b4
Compare
3e65a7d to
89d04c6
Compare
848a6b4 to
950caaf
Compare
89d04c6 to
573d141
Compare
950caaf to
ce75198
Compare
573d141 to
b47d0e1
Compare
ce75198 to
5da60c5
Compare
b47d0e1 to
288ed6e
Compare
5da60c5 to
ca907ba
Compare
288ed6e to
b6b845e
Compare
ca907ba to
761f43f
Compare
b6b845e to
721e70b
Compare
761f43f to
62b9752
Compare
721e70b to
c0b00e5
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.
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 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: