summaryrefslogtreecommitdiff
path: root/js/assets.ts
AgeCommit message (Expand)Author
2019-08-30Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)Ryan Dahl
2019-06-01Upgrade TypeScript to 3.5.1 (#2437)Kitson Kelly
2019-04-01Add web worker JS API (#1993)andy finch
2019-04-01Upgrade to TypeScript 3.4.1 (#2027)Kitson Kelly
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-07Remove 'deno' builtin module (#1895)Kitson Kelly
2019-01-02Happy new year!Ryan Dahl
2018-11-29Upgrade to TypeScript 3.2Kitson Kelly
2018-10-30Remove unused asset.Kitson Kelly
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-09-16Improve integration of dom_typesKitson Kelly
2018-09-14Rename fetch_types.d.ts to dom_types.d.tsParsa Ghadimi
2018-09-05Mark APIs at internal and include JSDoc in typesKitson Kelly
2018-09-01Remove lib.globals.d.tsKitson Kelly
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-08-22runtime.ts refactor into compiler.ts (#564)Ryan Dahl
2018-08-20First pass at fetch()Ryan Dahl
2018-08-13Use `@internal` with js/timers.tsKitson Kelly
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-08Generate declarationsKitson Kelly
2018-08-08Rename lib.deno.d.ts to lib.globals.d.tsKitson Kelly
2018-07-31Upgrade TypeScript (3.0.1)Kitson Kelly
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-22Replace packer with rollupKitson Kelly
2018-07-18Execute JS for the first time in Rust rewrite.Ryan Dahl