Skip to content

Commit

Permalink
fix: Updates ESM-only module resolution and types for node16
Browse files Browse the repository at this point in the history
BREAKING CHANGES
Event types do not allow a promise anymore, as the execution of these
events were not being caught and handled. Instead, you should use an
async IFFE and manage any thrown exceptions to avoid an unhandled
exception error in your code.
  • Loading branch information
thecodedrift committed Oct 14, 2022
1 parent de53999 commit 2d0e926
Show file tree
Hide file tree
Showing 26 changed files with 6,457 additions and 9,820 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"autoGenerate": true
},
"hooks": {
"before:init": ["syncpack format", "yarn build"]
"before:init": ["syncpack format", "pnpm build"]
}
}
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 16.13.0
9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/sdks/integrations.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsc

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsserver

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/lib/tsc.js

This file was deleted.

196 changes: 0 additions & 196 deletions .yarn/sdks/typescript/lib/tsserver.js

This file was deleted.

Loading

0 comments on commit 2d0e926

Please sign in to comment.