#Tsc or esbuild

12 messages · Page 1 of 1 (latest)

dry glade
#

I am creating a lib.
To build it I use tsc and esbuild.
It

Is it usefull ?
Can I only use esbuild ?

autumn heron
#

ESBuild does not type check, it only emits.

#

You still want to use tsc to type check and make sure your code is right; and for emitting you can use either.

dry glade
#

Ok

#

There is a lib which can do both ?

autumn heron
#

Not that I know of, and I don't think it's necessary either.

finite merlin
autumn heron
#

Right, I made the assumption that they don't want to use tsc for emitting.

dry glade
#

For now I keep both

#

Tsc can emit ?

#

emit = create bundle ?

weak knoll
#

tsc dosen't do bundling