doodle/pkg/scripting
Noah 4d08bf1d85 Switch JavaScript engine to goja
* Switch from otto to goja for JavaScript engine.
* goja supports many ES6 syntax features like arrow functions,
  const/let, for-of with more coming soon.
* Same great features as otto, more modern environment for doodads!
2022-01-16 20:09:27 -08:00
..
events.go Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
js_api.go Spit and polish 2022-01-02 22:36:32 -08:00
pubsub.go Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
scripting.go Polish and bugfixes 2021-10-09 20:45:38 -07:00
supervisor_events.go Checkpoint Flag & Retry from Checkpoint 2021-08-15 20:17:53 -07:00
timers.go Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00
vm.go Switch JavaScript engine to goja 2022-01-16 20:09:27 -08:00