andy finch
|
07f0d077c7
|
add compile_async (#2053)
|
2019-04-05 00:04:06 -04:00 |
|
andy finch
|
0e7311e171
|
Non-fatal compile_sync failures (#2039)
And model worker resources as Stream
|
2019-04-04 05:33:32 -04:00 |
|
Kevin (Kun) "Kassimo" Qian
|
534b8d3021
|
Follow redirect location as new referrers for nested module imports (#2031)
Fixes #1742
Fixes #2021
|
2019-04-01 21:46:40 -04:00 |
|
andy finch
|
b0a23beb8f
|
Add web worker JS API (#1993)
* Refactored the way worker polling is scheduled and errors are handled.
* Share the worker future as a Shared
|
2019-04-01 15:09:59 -04:00 |
|
Ryan Dahl
|
e9910d8ae5
|
Rename crate deno_core to deno (#2022)
|
2019-03-30 19:30:40 -04:00 |
|
Ryan Dahl
|
c25e262b04
|
Merge the --recompile and --reload flags (#2003)
|
2019-03-28 16:05:41 -04:00 |
|
Ryan Dahl
|
d0b6152f11
|
Fix error when JS is executed with --recompile (#2007)
test case from @afinch7
|
2019-03-27 16:10:31 -04:00 |
|
Ryan Dahl
|
d8714281b4
|
Resolve callback moved from Behavior to mod_instantiate() (#1999)
This simplifies the Behavior trait and makes it more explicit where the
resolve callback is being made.
Also s/StartupScript/Script
|
2019-03-25 17:43:31 -04:00 |
|
Ryan Dahl
|
4c831f1eb5
|
Add more async module loading function (#1974)
* get_source_code_async
* fetch_module_meta_data_async
* fetch_module_meta_data_and_maybe_compile_async
|
2019-03-20 11:38:43 -04:00 |
|
andy finch
|
48bf419669
|
Separate behavior for the compiler isolate (#1973)
|
2019-03-19 20:55:59 -04:00 |
|
Ryan Dahl
|
fa3c35301a
|
Rename //src/ to //cli/ (#1962)
To better distinguish the deno_core crate from the executable deno,
which will now be called "the cli" internally.
|
2019-03-19 12:18:05 -04:00 |
|