egoist / esbuild-register

Transpile JSX, TypeScript and esnext features on the fly with esbuild
MIT License
990 stars 52 forks source link

fix: prefer using native sourcemap support #64

Closed DylanPiercey closed 2 years ago

DylanPiercey commented 2 years ago

I discovered that it is now possible to programmatically enable Node's builtin sourcemap support.

This PR first checks if we can use the native source map support, before deferring to the source-map-support module.

resolves #33

egoist commented 2 years ago

:tada: This PR is included in version 3.3.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: