summaryrefslogtreecommitdiff
path: root/rollup.config.js
AgeCommit message (Collapse)Author
2018-11-05Omit sources from source maps in bundle.Kitson Kelly
2018-10-20build: make rollup generate a depfile for the bundle buildBert Belder
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-04Move Platform from types to platformKitson Kelly
2018-10-03Clean up deno.platformRyan Dahl
Renames: deno.platform -> deno.platform.os deno.arch -> deno.platform.arch Removes unsupported operating systems and CPU architectures from the types. Uses the string "win" instead of "win32".
2018-09-20Add deno.arch/deno.platform (#773)Kevin (Kun) "Kassimo" Qian
2018-09-06Fix TypeScript exports in bundleKitson Kelly
2018-09-01Remove lib.globals.d.tsKitson Kelly
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-08-08Generate declarationsKitson Kelly
2018-08-02rollup: add extension to mock_builtin.jsBert Belder
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