0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Bert Belder
004e0426f7
deno2: make parcel produce more modern javascript
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-15 23:33:24 +02:00
Bert Belder
4f6c8ba54b deno2: add global deno namespace 2018-06-14 17:24:00 +02:00
Ryan Dahl
bb6222c918 Clean up the build (replace browserify with parcel) 2018-06-13 14:58:06 +02:00
Bert Belder
1676822888
deno2: build on Windows 2018-06-13 00:31:38 +02:00
Ryan Dahl
b3003535be deno2: compile in TS, build protobuf 2018-06-12 03:59:04 +02:00
Ryan Dahl
110ddab670 Add deno2 prototype from external repo. 2018-06-10 01:02:08 +02:00