1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
Commit graph

15 commits

Author SHA1 Message Date
Kitson Kelly
36fa1cea4a Upgrade TypeScript (3.0.1)
Update runtime to use lib.deno.d.ts

Add proper console declaration

Upgrade prettier (There was an issue formatting lib.deno.d.ts)
2018-07-31 20:47:49 -04:00
Ryan Dahl
16caa1173d Run tools/format.py 2018-07-26 11:38:03 -04:00
Kitson Kelly
5562c36824 Remove msg_generated hack (#409) 2018-07-25 23:07:50 -04:00
Kitson Kelly
845f7215db
Replace packer with rollup 2018-07-22 03:16:17 +02:00
Ryan Dahl
d9cb093989 Run tools/format.sh 2018-07-06 17:33:06 -04:00
Ryan Dahl
fe404dfce9 Import ts file from prototype without change
From commit 559453cf6c
Excluding v8worker.d.ts, main.ts, and deno.d.ts.

Updates tslint.json to be original settings.
2018-07-06 12:22:11 -04:00
Yoshiya Hinosawa
ea35281d63 chore: move //src/js to //js
refs: #285
2018-07-01 17:22:36 +02:00
Ryan Dahl
86354a29a4
Delete go implementation (#276)
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-22 14:23:42 +02:00
Mohsen Azimi
7b5fbc7197 Remove text-encoding.d.ts - the declarations are included in TS (#6) 2018-06-01 22:20:33 +02:00
Ryan Dahl
08d3850fa8 Add tests.ts for fast unit tests.
Also deno_testing/ which will be released as a standalone module.
2018-05-28 13:27:05 -04:00
Ryan Dahl
8e2e17cdbe Support source maps for internal code. 2018-05-21 17:33:33 -04:00
Ryan Dahl
8886e1b55f Initial support for remote imports 2018-05-18 21:25:37 -04:00
Ryan Dahl
aba6a1dc87 readFileSync is working 2018-05-14 02:50:55 -04:00
Ryan Dahl
1a80bcb250 Add console.log 2018-05-14 01:30:56 -04:00
Ryan Dahl
f7c5e19081 Init 2018-05-13 23:32:01 -04:00