mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
* Cleanup error formatting a little * Add error for using import statement with CommonJS-only features * Update js_ast.zig * Further tweaks to formatting, also print error.cause * Add some snapshot tests for errors * Make these snapshot tests * Ignore mimalloc warnings * Update error message parsing in bundling tests * Increase timeout on the test * Update expectBundled.ts * Update test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
3 lines
64 B
JavaScript
Generated
3 lines
64 B
JavaScript
Generated
const duplicateConstDecl = 123;
|
|
const duplicateConstDecl = 456;
|