-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Hi, first of all I would like to thank @evanw for the effort he puts on this project.
I'm finding that esbuild shallows typescript errors. Walked through the documentation and couldn't see anything related. Log level param won't make any effect on this.
node version: 14.17.5
npm version: 7.24.0
esbuild version: 0.13.1
Example script:
esbuild src/index.ts --bundle --outfile=public/index.js
Example code:
const test: number = 'An extremely fast JavaScript bundler'
console.log(test)
Maybe am I missing out something? Is this a known Issue? Didn't find anything related on the Issues either.
Thanks!
DanWttvn, electrotype, jk2K and OrkunTokdemir
Metadata
Metadata
Assignees
Labels
No labels