Releases: PabloSzx/bob-esbuild
Releases · PabloSzx/bob-esbuild
bob-tsm@0.4.3
0.4.3
Patch Changes
- 3407fd1: Async check if file exists on ESM
- 4367476: Define
__dirname
& __filename
for ESM
bob-ts@3.0.1
3.0.1
Patch Changes
- bd701b3: Allow customize "keepDynamicImport"
bob-tsm@0.4.2
0.4.2
Patch Changes
- ebf0d1c: Bump recommended esbuild version
bob-ts@3.0.0
3.0.0
Major Changes
- a958cf1: Set "typescript" as peer dependency
Patch Changes
- ebf0d1c: Bump recommended esbuild version
- Updated dependencies [ebf0d1c]
bob-esbuild@3.2.2
3.2.2
Patch Changes
- bd58512: Use typescript peer dependency
- ebf0d1c: Bump recommended esbuild version
- Updated dependencies [ebf0d1c]
bob-esbuild-plugin@3.1.3
3.1.3
Patch Changes
- ebf0d1c: Bump recommended esbuild version
bob-tsm@0.4.1
0.4.1
Patch Changes
- a138e87: Set "typescript>=4.1.2" as peer dependency
bob-tsm@0.4.0
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
0.3.9
Patch Changes
- 5526c66: Fix: require shouldn't mutate global options
bob-tsm@0.3.8
0.3.8
Patch Changes
- 54baca4: Fix esbuild peer dependency range