index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit
/
dispatch_json_test.ts
Age
Commit message (
Expand
)
Author
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-20
refactor: Move bin ops to deno_core and unify logic with json ops (#9457)
Inteon
2021-02-13
refactor(core): Strongly typed deserialization of JSON ops (#9423)
Jared Beller
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-09-16
refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521)
Bartek Iwańczuk
2020-08-26
Simplify ErrBox-to-class mapping & hook it up to core json ops (#7195)
Bert Belder
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-18
Async op dispatcher support with 'stateful_json_op_(a)sync()' (#7095)
Bert Belder
2020-07-19
Port internal TS code to JS (#6793)
Bartek Iwańczuk
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-19
build: lint cli/tests/unit using deno lint (#6327)
Alan Gou
2020-06-05
Revert "fix: Use # to denote line number in stack traces" (#6119)
Ryan Dahl
2020-06-05
fix: Use # to denote line number in stack traces (#6114)
Andrew Mitchell
2020-06-02
fix: Better use of @ts-expect-error (#6038)
Kitson Kelly
2020-05-26
Use ts-expect-error instead of ts-ignore. (#5869)
Kitson Kelly
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl