summaryrefslogtreecommitdiff
path: root/tsconfig.json
AgeCommit message (Collapse)Author
2018-11-08build: Use target/ instead of out/ (#1153)Ryan Dahl
2018-10-30Add ability to load JSON as modules (#1065)Kitson Kelly
2018-10-24Support CheckJSKitson Kelly
2018-10-23Revert "Support CheckJS"Ryan Dahl
Broken in master. This reverts commit dd230d520b5599c0e51cf30245a567f07b3cfb28.
2018-10-23Support CheckJSKitson Kelly
2018-08-15Use typescript strict mode (#505)Kitson Kelly
2018-08-08Generate declarationsKitson Kelly
2018-07-31Upgrade TypeScript (3.0.1)Kitson Kelly
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-26Run tools/format.pyRyan Dahl
2018-07-25Remove msg_generated hack (#409)Kitson Kelly
2018-07-22Replace packer with rollupKitson Kelly
2018-07-06Run tools/format.shRyan Dahl
2018-07-06Import ts file from prototype without changeRyan Dahl
From commit 559453cf6cc88283bcf8fdeccd387458f5c63165 Excluding v8worker.d.ts, main.ts, and deno.d.ts. Updates tslint.json to be original settings.
2018-07-01chore: move //src/js to //jsYoshiya Hinosawa
refs: #285
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-06-01Remove text-encoding.d.ts - the declarations are included in TS (#6)Mohsen Azimi
2018-05-28Add tests.ts for fast unit tests.Ryan Dahl
Also deno_testing/ which will be released as a standalone module.
2018-05-21Support source maps for internal code.Ryan Dahl
2018-05-18Initial support for remote importsRyan Dahl
2018-05-14readFileSync is workingRyan Dahl
2018-05-14Add console.logRyan Dahl
2018-05-13InitRyan Dahl