summaryrefslogtreecommitdiff
path: root/deno2/js/package.json
AgeCommit message (Collapse)Author
2018-06-15deno2: make parcel produce more modern javascriptBert 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-14deno2: add global `deno` namespaceBert Belder
2018-06-13Clean up the build (replace browserify with parcel)Ryan Dahl
2018-06-13deno2: build on WindowsBert Belder
2018-06-12deno2: compile in TS, build protobufRyan Dahl
2018-06-10Add deno2 prototype from external repo.Ryan Dahl