clarkmcc / go-typescript

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

abstract out the context cancel logic for reuse #7

Closed tommyo closed 2 years ago

tommyo commented 2 years ago

First off: LOVE this project!

This change is minor, but I wanted to submit it separate from the adds I'm about to make to keep those merges smaller. Essentially I'm adding the ability to use goja.RunProgram similar to Evaluate.

NOTE: some of these changes were autogenerated by gofmt. I can remove them if you want.