Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-22 | Move `deno2` folder to `src` (#277) | Tristan Marion | |
2018-06-22 | Travis for deno2 | Ryan Dahl | |
2018-06-15 | deno2: make parcel produce more modern javascript | Bert Belder | |
Parcel runs typescript compiler output through babel. Unfortunately there's no way to turn this off entirely, but with this rule it at least won't transpile down to ES5. See also https://github.com/parcel-bundler/parcel/issues/954 | |||
2018-06-14 | deno2: add global `deno` namespace | Bert Belder | |
2018-06-13 | Clean up the build (replace browserify with parcel) | Ryan Dahl | |
2018-06-13 | deno2: build on Windows | Bert Belder | |
2018-06-12 | deno2: compile in TS, build protobuf | Ryan Dahl | |
2018-06-10 | Add deno2 prototype from external repo. | Ryan Dahl | |