summaryrefslogtreecommitdiff
path: root/cli/source_maps.rs
AgeCommit message (Collapse)Author
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-20Use globalThis to reference global scope (#3719)Kitson Kelly
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-23Upgrades rust to 1.40.0 (#3542)Axetroy
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-10-03Update rust to 1.38.0 (#3030)Andy Hayden
2019-09-18Utilise internal names for snapshot bundles (#2973)Kitson Kelly
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
Instead of using core/snapshot_creator.rs, instead two crates are introduced which allow building the snapshot during build.rs. Rollup is removed and replaced with our own bundler. This removes the Node build dependency. Modules in //js now use Deno-style imports with file extensions, rather than Node style extensionless imports. This improves incremental build time when changes are made to //js files by about 40 seconds.
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-29Remap stack traces of unthrown errors. (#2693)Kitson Kelly
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
This is in preperation for dynamic import (#1789), which is more easily implemented when errors are dynamic.
2019-06-19Combine CLI Errors (#2487)Kitson Kelly