Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-26 | Remove broken feature: --deps | Ryan Dahl | |
2018-10-24 | fix typos (#1083) | Joseph | |
2018-10-23 | Switch to getopts for flag parsing (#1080) | Kevin (Kun) "Kassimo" Qian | |
2018-10-16 | Format | Ryan Dahl | |
2018-10-15 | `deno -v` should report typescript version | Jinho Bang | |
Fixes #993 | |||
2018-10-15 | Exit cleanly on unrecognized arguments (#990) | Andy Hayden | |
Refactor set_flags to return a Result | |||
2018-10-15 | Specify deno_dir location with env var DENO_DIR (#970) | Amos Lim | |
(Use C:\deno instead of c:\deno in appveyor config because it's cloned to c:\ by clone_folder variable in .appveyor.yml. On the other hand, build directory is pointed to C:\ by $(APPVEYOR_BUILD_FOLDER) so that test targets are placed on separated partitions.) | |||
2018-10-11 | Add support for --types | Kitson Kelly | |
2018-10-01 | Format. | Ryan Dahl | |
2018-10-01 | rename parse_core_args to v8_set_flags_preprocess (#871) | ztplz | |
2018-09-25 | format | Ryan Dahl | |
2018-09-25 | Clean up flags. | Ryan Dahl | |
2018-09-24 | Add flag --recompile (#801) | Bartek IwaĆczuk | |
2018-09-22 | Rename deno.argv, libdeno::DenoC and deno_set_flags (#796) | ztplz | |
2018-09-16 | format | Bert Belder | |
2018-09-16 | Remove remove_timer asserts (#760) | Kevin (Kun) "Kassimo" Qian | |
* Remove remove_timer asserts * Add clearTimeout invalid id no-panic test * Move timer test to its file AND some lint side-effects | |||
2018-09-06 | Implementing --deps flag | Mirko Jotic | |
- Adding a ModuleId type alias to specify original url or local file of dependency - Modifying ModuleMetaData class to contain ModuleId - Adding a --deps flag | |||
2018-09-05 | Rename src/binding.rs -> src/libdeno.rs | Ryan Dahl | |
2018-09-04 | Better flag parsing | Ian Shehadeh | |
2018-09-03 | Format. | Ryan Dahl | |
2018-08-31 | Implemented deno.env and refactored flags.rs | Aaron Power | |
2018-08-22 | Change usage example script extension from .js to .ts | Jeremy Banks | |
2018-08-21 | Better error handling in src/handlers.rs | Ryan Dahl | |
Introduces error codes that are shared between JS/RS Fixes #526. | |||
2018-08-17 | Command line flag parsing (#524) | Ryan Dahl | |
In particular this allow -D for logging debug output. |