summaryrefslogtreecommitdiff
path: root/cli/js/diagnostics_util.ts
AgeCommit message (Collapse)Author
2020-07-19Port internal TS code to JS (#6793)Bartek IwaƄczuk
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-13fix(Deno.ppid): improve error message when --unstable is missing (#6717)uki00a
2020-06-20Remove Deno.dir and dirs dependency (#6385)Ryan Dahl
2020-05-29Improved typechecking error for unstable props (#5503)Luca Casonato
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-13Remove doc strings from cli/js TS files (#4329)crowlKats
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-01-21change copyrights from 2019 to 2020 (#3733)Takashi Idobe
2020-01-08Runtime Compiler API (#3442)Kitson Kelly
Also restructures the compiler TypeScript files to make them easier to manage and eventually integrate deno_typescript fully.