-
Notifications
You must be signed in to change notification settings - Fork 2
Stack
Avindra Goolcharan edited this page Oct 27, 2020
·
13 revisions
2020 is an exciting time for JavaScript, as it has been since about 2015 or so.
This project features (as build tools):
-
Deno (source code is tested with built-in
deno test) - Node.js 15
Using Deno is a convenience by which I can run unit tests with a simple command. The alternative may have been installing additional build dependencies for code transformation. Such hassles are easily avoided by using Deno's native test runner. Using Deno additionally has two consequences:
- Serves as a gradual way to adopt Deno more wholly (story around TensorFlow support unclear at this time)
- Code will become more portable (and thus more sound) if it needs to run on both platforms
- This stack is probably broken for IE11 (untested)