Commit ae0b4b2
authored
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 tests1 parent 59ead17 commit ae0b4b2
File tree
41 files changed
+1236
-3617
lines changed- .changeset
- action
- commands
- rollup-plugins
- utils
- src
- commands
- rollup-plugins
- utils
- test
- __fixtures__
- simple-monorepo
- packages
- a
- b
- src
- simple
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+1236
-3617
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments