clarkmcc / go-typescript

Compile and run Typescript code natively in Go
GNU General Public License v3.0
104 stars 11 forks source link

Have you considered integrating esbuild into it? #11

Closed sohaha closed 1 year ago

sohaha commented 1 year ago

Great project!

clarkmcc commented 1 year ago

Thanks! Can you elaborate on what you mean by integrating esbuild, I'm not sure that I'm catching the vision? As I understand it, esbuild is a bundler for large Javascript projects, whereas this is just a Typescript runtime for using Typescript as a scripting language, so I'm not sure how much of an overlap would exist.

clarkmcc commented 1 year ago

Closing since I haven't heard back. Feel free to re-open if you'd like to continue the discussion.