-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes a few things: - replaces custom build script with faster & better `tsup` - adds `exports` to `package.json` - switches to `pnpm` from `npm` BREAKING CHANGE: users of this library will no longer be able to `require`/`import` anything from a subpath, i.e. `decaffeinate-parser/dist/*`. This was never an intentional part of the API, but it was available and decaffeinate used it.
- Loading branch information
1 parent
579611f
commit 8da9368
Showing
69 changed files
with
4,473 additions
and
10,316 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/dist |
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
Oops, something went wrong.