esbuild-register

Transpile JSX, TypeScript and esnext features on the fly with esbuild

MIT License

Stars
986

Bot releases are visible (Hide)

esbuild-register - v3.5.0 Latest Release

Published by egoist about 1 year ago

3.5.0 (2023-09-14)

Features

esbuild-register - v3.4.2

Published by egoist almost 2 years ago

3.4.2 (2022-12-16)

Bug Fixes

  • prevent adding same banner code twice (4184f94)
esbuild-register - v3.4.1

Published by egoist almost 2 years ago

3.4.1 (2022-11-10)

Bug Fixes

  • revert back to esbuild's transform api (4d83bae)
esbuild-register - v3.4.0

Published by egoist almost 2 years ago

3.4.0 (2022-11-09)

Bug Fixes

  • support .mts and .cts as entry file (0183392)
  • unregister should remove the patch for commonjs loader (c81c482)

Features

  • add ability to use a jsconfig too (#81) (9362b56)
  • add experimental esm loader (6561b35)
  • support import.meta.url (a1fdf70)
esbuild-register - v3.3.3

Published by egoist over 2 years ago

3.3.3 (2022-06-04)

Bug Fixes

  • do not crash when project cli option is supplied (#67) (2fec2f0), closes #66
esbuild-register - v3.3.2

Published by egoist almost 3 years ago

3.3.2 (2022-01-12)

Bug Fixes

  • prefer using native sourcemap support (#64) (e414937)
esbuild-register - v3.3.1

Published by egoist almost 3 years ago

3.3.1 (2021-12-28)

Bug Fixes

  • fix tsconfig paths infinite loop when tsconfig.json doesn't exist, closes #49 (16005f7)
esbuild-register - v3.3.0

Published by egoist almost 3 years ago

3.3.0 (2021-12-26)

Features

esbuild-register - v3.2.1

Published by egoist almost 3 years ago

3.2.1 (2021-12-12)

Bug Fixes

esbuild-register - v3.2.0

Published by egoist almost 3 years ago

3.2.0 (2021-11-24)

Features

  • Expose pirates hook options ignoreNodeModules and matcher (#43) (8f31a11)
esbuild-register - v3.1.2

Published by egoist almost 3 years ago

3.1.2 (2021-11-09)

Bug Fixes

  • pass tsconfig target in lowercase to esbuild (#37) (e204fae)
esbuild-register - v3.1.1

Published by egoist almost 3 years ago

3.1.1 (2021-11-09)

Bug Fixes

  • support node: protocol below node.js 14.18.0, closes #39 (8e75157)
esbuild-register - v3.1.0

Published by egoist almost 3 years ago

3.1.0 (2021-11-08)

Features

  • Allow programmatic enabling / disabling of esbuild-register (#41) (a7b3f9b)
esbuild-register - v3.0.0

Published by egoist about 3 years ago

3.0.0 (2021-08-13)

Features

BREAKING CHANGES

  • esbuild is required as a peer dependency now
esbuild-register - v2.6.0

Published by egoist over 3 years ago

2.6.0 (2021-06-12)

Features

esbuild-register - v2.5.0

Published by egoist over 3 years ago

2.5.0 (2021-04-18)

Features

  • support importing type module dependencies (#18) (a540af7), closes #17
esbuild-register - v2.4.0

Published by egoist over 3 years ago

2.4.0 (2021-04-07)

Features

esbuild-register - v2.3.0

Published by egoist over 3 years ago

2.3.0 (2021-03-16)

Features

esbuild-register - v2.2.1

Published by egoist over 3 years ago

2.2.1 (2021-03-16)

Bug Fixes

esbuild-register - v2.2.0

Published by egoist over 3 years ago

2.2.0 (2021-03-05)

Features