summaryrefslogtreecommitdiff
path: root/cli/tests/unit/dispatch_json_test.ts
AgeCommit message (Expand)Author
2020-08-26Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)Bert Belder
2020-08-26refactor: remove OpError, use ErrBox everywhere (#7187)Bert Belder
2020-08-18Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095)Bert Belder
2020-07-19Port internal TS code to JS (#6793)Bartek IwaƄczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-06-19build: lint cli/tests/unit using deno lint (#6327)Alan Gou
2020-06-05Revert "fix: Use # to denote line number in stack traces" (#6119)Ryan Dahl
2020-06-05fix: Use # to denote line number in stack traces (#6114)Andrew Mitchell
2020-06-02fix: Better use of @ts-expect-error (#6038)Kitson Kelly
2020-05-26Use ts-expect-error instead of ts-ignore. (#5869)Kitson Kelly
2020-05-20move js unit tests to cli/tests (#5678)Ryan Dahl