Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-05 | Remove Deno.build.args feature (#2728) | Ryan Dahl | |
This is a minor feature which complicates the build signifigantly. Removing to ease refactoring the build system: https://github.com/denoland/deno/issues/2608 | |||
2019-03-11 | Make some renames in js/build.ts (#1912) | Ryan Dahl | |
* Replace Deno.OSType enum with Deno.OperatingSystem type alias * Add arm64 to supported CPU architectures * add type alias for cpu arch Deno.Arch | |||
2019-03-11 | Rename Deno.build.gnArgs to Deno.build.args | Ryan Dahl | |
2019-03-11 | Add OSType enum (#1909) | Vincent LE GOFF | |
2019-03-09 | Migrate from tslint to eslint for linting (#1905) | Kitson Kelly | |
2019-03-06 | Reorganize version and platform into Deno.build and Deno.version (#1879) | Kevin (Kun) "Kassimo" Qian | |