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
/
js
/
main.ts
Age
Commit message (
Expand
)
Author
2018-12-06
Process source maps in Rust instead of JS (#1280)
Ryan Dahl
2018-11-20
Split Runner from Compiler
Kitson Kelly
2018-11-16
Support shebang
Ryan Dahl
2018-11-09
Ensure global type instances are available.
Kitson Kelly
2018-11-06
Improve preparing stack traces
Kitson Kelly
2018-11-05
Decode main.js.map during snapshotting.
Ryan Dahl
2018-11-05
Add repl (#998)
Andy Hayden
2018-10-26
Remove broken feature: --deps
Ryan Dahl
2018-10-17
Optimization: Reuse ArrayBuffer during serialization.
Ryan Dahl
2018-10-15
`deno -v` should report typescript version
Jinho Bang
2018-10-12
Fix promise reject issue (#936)
Kevin (Kun) "Kassimo" Qian
2018-10-11
Add support for --types
Kitson Kelly
2018-10-08
Check thrown type, print String(...) if not instance of error (#939)
Kevin (Kun) "Kassimo" Qian
2018-10-04
Rename fbs to msg.
Ryan Dahl
2018-10-04
Rename flatbuffer base.msg to base.inner
Ryan Dahl
2018-09-24
Add flag --recompile (#801)
Bartek Iwańczuk
2018-09-22
Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)
ztplz
2018-09-10
fbs_util.ts -> dispatch.ts
Ryan Dahl
2018-09-09
Remove namespace from src/msg.fbs
Ryan Dahl
2018-09-09
Map promises onto futures.
Ryan Dahl
2018-09-06
Implementing --deps flag
Mirko Jotic
2018-08-31
Refactor libdeno.send() code to reduce boilerplate.
Ryan Dahl
2018-08-27
Add deno.argv.
Ryan Dahl
2018-08-26
refactor: add and use libdeno.setGlobalErrorHandler instead of window.onerror
Yoshiya Hinosawa
2018-08-25
Prevent circular imports in ts code (#576)
Francesco Borzì
2018-08-22
runtime.ts refactor into compiler.ts (#564)
Ryan Dahl
2018-08-20
First pass at fetch()
Ryan Dahl
2018-08-17
Command line flag parsing (#524)
Ryan Dahl
2018-08-16
Implement deno_handle_msg_from_js in Rust
Ryan Dahl
2018-08-15
Use typescript strict mode (#505)
Kitson Kelly
2018-08-09
First pass at setTimeout with Tokio (#434)
Ryan Dahl
2018-08-08
Organize libdeno functions.
Ryan Dahl
2018-08-08
Generate declarations
Kitson Kelly
2018-08-02
Source map support (#429)
Ryan Dahl
2018-08-02
Remove dispatch.ts and move assignCmdId to util.ts
Ryan Dahl
2018-07-25
Remove msg_generated hack (#409)
Kitson Kelly
2018-07-24
Remove handlers crate target.
Ryan Dahl
2018-07-24
Change copyrights to be 'Deno authors'.
Ryan Dahl
2018-07-22
Replace packer with rollup
Kitson Kelly
2018-07-18
Execute JS for the first time in Rust rewrite.
Ryan Dahl
2018-07-12
Move buffers between V8 and native
Bert Belder
2018-07-08
Add 'command id' field to messages
Bert Belder
2018-07-06
Remove channel parameter from deno_send/recv.
Ryan Dahl
2018-07-06
Use C++ to do flatbuffer parsing.
Ryan Dahl
2018-07-06
Import ts file from prototype without change
Ryan Dahl
2018-07-04
Replace protobufs with flatbuffers
Ryan Dahl
2018-07-03
Switch back to recv/send instead of pub/sub for low-level API.
Ryan Dahl
2018-07-01
Add tslint
Parsa Ghadimi
2018-07-01
chore: move //src/js to //js
Yoshiya Hinosawa