summaryrefslogtreecommitdiff
path: root/js/build.ts
AgeCommit message (Collapse)Author
2019-03-11Make 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-11Rename Deno.build.gnArgs to Deno.build.argsRyan Dahl
2019-03-11Add OSType enum (#1909)Vincent LE GOFF
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-06Reorganize version and platform into Deno.build and Deno.version (#1879)Kevin (Kun) "Kassimo" Qian