forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Remove mkdirp #29
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
Remove mkdirp #29
Conversation
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
e9316dd
to
1c70182
Compare
ce3b98c
to
1d92ee1
Compare
1c70182
to
25cb26a
Compare
1d92ee1
to
e5d5826
Compare
25cb26a
to
96f3991
Compare
e5d5826
to
cdac21e
Compare
96f3991
to
9576473
Compare
cdac21e
to
1ecfbcf
Compare
9576473
to
4849168
Compare
1ecfbcf
to
a038a66
Compare
4849168
to
12bafe1
Compare
a038a66
to
a764e7e
Compare
12bafe1
to
7094ca0
Compare
a764e7e
to
28ddc46
Compare
7094ca0
to
2349bc4
Compare
28ddc46
to
c71f45d
Compare
f5ed806
to
fca9261
Compare
c71f45d
to
a2e8cb7
Compare
fca9261
to
83dcbc3
Compare
a2e8cb7
to
7b1db7c
Compare
83dcbc3
to
70f88a7
Compare
7b1db7c
to
ff36738
Compare
70f88a7
to
16ff6b8
Compare
ff36738
to
61928b0
Compare
4a88477
to
fa324cf
Compare
e4ef938
to
6276686
Compare
fa324cf
to
42b025a
Compare
6276686
to
fe66643
Compare
42b025a
to
31f678e
Compare
fe66643
to
8a4e51a
Compare
31f678e
to
0b39e4c
Compare
8a4e51a
to
2f79f18
Compare
0b39e4c
to
a7e9ea1
Compare
2f79f18
to
7cc1ad4
Compare
a7e9ea1
to
f85c56f
Compare
7cc1ad4
to
0eba132
Compare
f85c56f
to
8365adc
Compare
0eba132
to
5c8524a
Compare
8365adc
to
a3a8116
Compare
5c8524a
to
9297909
Compare
a3a8116
to
ccedf5c
Compare
9297909
to
3efc360
Compare
ccedf5c
to
c735079
Compare
3efc360
to
92c84be
Compare
c735079
to
d858137
Compare
92c84be
to
14b7504
Compare
d858137
to
4df0c02
Compare
14b7504
to
552c800
Compare
4df0c02
to
4a0be1d
Compare
552c800
to
14e5186
Compare
If our build scripts target Node 10+, we can use the builtin mkdir function in recursive mode instead.
4a0be1d
to
37d74bb
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.
If our build scripts target Node 10+, we can use the builtin mkdir
function in recursive mode instead.
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: