summaryrefslogtreecommitdiff
path: root/cli/tests/unit/dispatch_json_test.ts
AgeCommit message (Expand)Author
2021-03-31refactor: new optimized op-layer using serde_v8 (#9843)Aaron O'Mullan
2021-03-20refactor: Move bin ops to deno_core and unify logic with json ops (#9457)Inteon
2021-02-13refactor(core): Strongly typed deserialization of JSON ops (#9423)Jared Beller
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-09-16refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)Bartek Iwańczuk
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