Skip to content

Releases: PabloSzx/bob-esbuild

bob-tsm@0.4.3

30 Dec 21:07
824dc94
Compare
Choose a tag to compare

0.4.3

Patch Changes

  • 3407fd1: Async check if file exists on ESM
  • 4367476: Define __dirname & __filename for ESM

bob-ts@3.0.1

30 Dec 21:07
824dc94
Compare
Choose a tag to compare

3.0.1

Patch Changes

  • bd701b3: Allow customize "keepDynamicImport"

bob-tsm@0.4.2

29 Dec 16:16
c685225
Compare
Choose a tag to compare

0.4.2

Patch Changes

  • ebf0d1c: Bump recommended esbuild version

bob-ts@3.0.0

29 Dec 16:16
c685225
Compare
Choose a tag to compare

3.0.0

Major Changes

  • a958cf1: Set "typescript" as peer dependency

Patch Changes

  • ebf0d1c: Bump recommended esbuild version
  • Updated dependencies [ebf0d1c]
    • bob-esbuild-plugin@3.1.3

bob-esbuild@3.2.2

29 Dec 16:16
c685225
Compare
Choose a tag to compare

3.2.2

Patch Changes

  • bd58512: Use typescript peer dependency
  • ebf0d1c: Bump recommended esbuild version
  • Updated dependencies [ebf0d1c]
    • bob-esbuild-plugin@3.1.3

bob-esbuild-plugin@3.1.3

29 Dec 16:16
c685225
Compare
Choose a tag to compare

3.1.3

Patch Changes

  • ebf0d1c: Bump recommended esbuild version

bob-tsm@0.4.1

24 Dec 07:08
c438a89
Compare
Choose a tag to compare

0.4.1

Patch Changes

  • a138e87: Set "typescript>=4.1.2" as peer dependency

bob-tsm@0.4.0

24 Dec 06:31
9c84c24
Compare
Choose a tag to compare

0.4.0

Minor Changes

  • ec841fc: New "--paths" CLI option to enable tsconfig paths mapping resolution. The tsconfig.json location by default is where bob-tsm is called, but it can be customized using the TS_NODE_PROJECT environment variable. This mapping is used as a fallback over the default Node.js + Default TypeScript path resolution.

bob-tsm@0.3.9

20 Dec 00:37
2ab7980
Compare
Choose a tag to compare

0.3.9

Patch Changes

  • 5526c66: Fix: require shouldn't mutate global options

bob-tsm@0.3.8

15 Dec 22:30
82fe323
Compare
Choose a tag to compare

0.3.8

Patch Changes

  • 54baca4: Fix esbuild peer dependency range