Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/rspack/src/exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export const experiments: Experiments = {
},
async cleanup() {
await JavaScriptTracer.cleanupJavaScriptTrace();
await syncTraceEvent(JavaScriptTracer.events);
syncTraceEvent(JavaScriptTracer.events);
cleanupGlobalTrace();
},
},
Expand Down
2 changes: 1 addition & 1 deletion rslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@typescript-eslint/use-unknown-in-catch-callback-variable": "off",
"@typescript-eslint/require-await": "off",
"@typescript-eslint/switch-exhaustiveness-check": "off",
"@typescript-eslint/await-thenable": "off",
"@typescript-eslint/await-thenable": "error",
Comment thread
chenjiahan marked this conversation as resolved.
Outdated
"@typescript-eslint/return-await": "off",
"@typescript-eslint/non-nullable-type-assertion-style": "off",
"@typescript-eslint/no-misused-spread": "off",
Expand Down
Loading