Commit 403f88a
committed
Fix package.json exports for
Commit f6cd5d4 broke `require('ts-node/register')` because
`exports:` provides an *exclusive* list of possible entry points,
and makes importing through other entry points impossible.
In particular, this breaks node-tap with TypeScript support.
Refs: https://medium.com/@forbeslindesay/is-promise-post-mortem-cab807f18dccts-node/register
1 parent 6fc4298 commit 403f88a
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
| |||
0 commit comments