Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Provide source map for internal extension code (#22716)
This commit adds support for source maps for `ext/` crates that are authored in TypeScript. As a result any exceptions thrown from eg. `ext/node` will now have correct stack traces. This is only enabled in debug mode as it adds about 2Mb to the binary.
- Loading branch information