-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: require TypeScript module resolution compatible exports map (#55)
* feat: **BREAKING** require TypeScript module resolution compatible exports map * chore: update build artifacts * test: update test fixtures * chore: update github action artifact * chore: remove the github action stuff which is no longer used * chore: add changeset * feat: add bootstrap command for easily adding all relevant keys/values to the package.json files * fix: make check for identifying a single package repository more robust * fix: adjust boostrap preset * fix: update package.json validation * fix: please webpack module resolution * chore: drop bundling and restructure output files * fix: regex expression * fix: exclude test files from being copied over to the final package * feat: add jest resolver to bob * chore: increase timeout * chore: remove the prepack command * chore: change wording * chore: add bob check command * fix: use correct esm target * feat: add timeout for require/import checks * chore: fix cli support * fix: run timeout after module got loaded * fix: cover copy functionality with tests
- Loading branch information
Showing
41 changed files
with
1,236 additions
and
3,617 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
"baseBranch": "master", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [] | ||
} | ||
} |
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,6 @@ | ||
--- | ||
"bob-the-bundler": major | ||
--- | ||
|
||
Require specifying typescript fields in the package.json exports map for typescript modules support. | ||
Learn more on the [TypeScript 4.7 release notes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#package-json-exports-imports-and-self-referencing). |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ coverage/ | |
dist/ | ||
public/ | ||
*.map | ||
.bob |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.