迷渡
8c85766198
fix JSDoc ( #2043 )
2019-04-03 08:53:54 -04:00
迷渡
bb617d2478
fix toString for some web objects ( #2040 )
2019-04-03 08:41:05 -04:00
迷渡
5f97c041d9
fix console.log when error has been caught ( #2041 )
2019-04-03 08:38:50 -04:00
迷渡
6463a75b44
web-compatibility console ( #2042 )
2019-04-03 08:37:01 -04:00
Bert Belder
917e68f30f
Refactor deno_core::RecursiveLoad to be more idiomatic ( #2034 )
2019-04-02 20:10:16 +02:00
Ryan Dahl
2b0f553e2e
Add deno_core::RecursiveLoad for async module loading ( #2034 )
2019-04-02 20:10:08 +02:00
Bert Belder
5f1e42f8ac
cli: refactor compile_sync() for readability
2019-04-02 18:04:25 +02:00
Bert Belder
b735155712
Clippy fixes
2019-04-02 18:04:25 +02:00
JaePil Jung
efbe44eb33
Fix missing return type ( #2038 )
2019-04-02 10:42:17 -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
Vincent LE GOFF
e44084c90d
add scoop in the install ( #2035 )
2019-04-01 20:38:03 -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
迷渡
659acadf77
Improve new TextDecoder().toString() ( #2032 )
2019-04-01 13:05:19 -04:00
Kitson Kelly
ada5ffa610
Upgrade to TypeScript 3.4.1 ( #2027 )
2019-04-01 12:47:25 -04:00
迷渡
c855d0edd2
Update deno -h
output in manual ( #2030 )
2019-04-01 11:01:58 -04:00
Bert Belder
ff1c80d6d8
third_party: add rust crate 'clap'
2019-03-31 17:55:03 -04:00
Bert Belder
97265895ba
Publish rust crate on crates.io ( #2024 )
2019-03-31 17:22:02 -04:00
Ryan Dahl
3ba4c3c2b0
Remove deno_core_http_bench from core/Cargo.toml ( #2023 )
...
So we don't have to have an optional tokio dependency. We build
deno_core_http_bench using GN anyway.
2019-03-31 11:11:36 -04:00
Ryan Dahl
e9910d8ae5
Rename crate deno_core to deno ( #2022 )
2019-03-30 19:30:40 -04:00
Ryan Dahl
6744bb8d75
Call ninja directly from build.rs ( #2020 )
2019-03-30 19:27:00 -04:00
Ryan Dahl
c9614d86c1
Move //libdeno to //core/libdeno ( #2015 )
...
Fixes some sed errors introduced in c43cfe.
Unfortunately moving libdeno required splitting build.rs into two parts,
one for cli and one for core.
I've also removed the arm64 build - it's complicating things at this
re-org and we're not even testing it. I need to swing back to it and get
tools/test.py running for it.
2019-03-30 14:45:36 -04:00
迷渡
ad3cbc50fb
check EventTarget
params ( #2018 )
2019-03-30 13:40:03 -04:00
迷渡
51c6f33f64
Avoid search prototype chain ( #2019 )
2019-03-30 08:18:19 -04:00
Bert Belder
3d6c033369
third_party: upgrade rust crates
2019-03-29 14:50:07 -04:00
Ryan Dahl
b965c7ab36
v0.3.5
2019-03-28 16:58:17 -04:00
Bartek Iwańczuk
bdc455dd25
Add Process.stderrOutput() ( #1828 )
2019-03-28 16:09:46 -04:00
Ryan Dahl
c25e262b04
Merge the --recompile and --reload flags ( #2003 )
2019-03-28 16:05:41 -04:00
Ryan Dahl
51abcd6147
Make sharedQueue overflow warning quieter ( #2008 )
2019-03-28 14:13:34 -04:00
Bert Belder
da1b98b690
Clippy fixes ( #2009 )
2019-03-28 08:09:19 -04:00
迷渡
1fec34b463
Check CustomEvent
constructor params ( #2011 )
2019-03-28 08:08:32 -04:00
ztplz
8ac36d8db4
Fix typo ( #2010 )
2019-03-27 23:50:40 -04:00
Bartek Iwańczuk
597ee38ef2
Rewrite readFile and writeFile ( #2000 )
...
Using open/read/write
2019-03-27 23:29:36 -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
迷渡
8c770c5a90
remove isTrusted
's setter ( #2006 )
2019-03-27 08:38:49 -04:00
ztplz
989e86c8de
Fix some typos ( #2005 )
2019-03-27 02:26:03 -04:00
Kevin (Kun) "Kassimo" Qian
5c4189a3b8
Do not close file on invalid seek mode ( #2004 )
2019-03-26 22:47:17 -04:00
0xflotus
d78b4112c6
fixed typo ( #2001 )
2019-03-26 15:13:11 -04:00
Kitson Kelly
c43cfedeba
namespace reorg: libdeno and DenoCore to Deno.core ( #1998 )
2019-03-26 08:22:07 -04:00
迷渡
ed2977d3c0
Check Event
constructor params ( #1997 )
2019-03-26 07:42:26 -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
Bartek Iwańczuk
5ae78eb1de
Update ts_library_builder ( #1920 )
2019-03-25 00:23:24 -04:00
Bernard Lin
3cc90d9bcf
Add benchmark for max latency ( #1975 )
2019-03-24 23:36:27 -04:00
Bartek Iwańczuk
129eae0265
Handle overflown shared queue ( #1992 )
...
Fixes #1988
2019-03-24 11:07:10 -04:00
迷渡
efe9c18b45
remove console
constructor ( #1985 )
2019-03-22 11:35:49 -04:00
Ryan Dahl
12753e492f
Website updates ( #1984 )
2019-03-22 11:34:47 -04:00
andy finch
1499d57490
Remove dead code ( #1983 )
2019-03-21 15:52:30 -04:00
Simon Menke
93793dc455
core: Allow terminating an Isolate from another thread ( #1982 )
2019-03-21 09:48:19 -04:00
Ryan Dahl
94405bb617
Fix clippy errors and upgrade Rust to 1.33.0 in CI ( #1945 )
2019-03-20 18:55:52 -04:00
Ryan Dahl
223a2adbb4
v0.3.4
2019-03-20 18:54:47 -04:00
Ryan Dahl
9831a440ca
Disable arm test again
...
getting this failure on travis:
https://travis-ci.com/denoland/deno/jobs/186518015
$ $CARGO_TARGET_DIR/aarch64-unknown-linux-gnu/release/deno tests/002_hello.ts
qemu: Unsupported syscall: 278
qemu: Unsupported syscall: 278
Compiling file:///home/travis/build/denoland/deno/tests/002_hello.ts
2019-03-20 18:54:47 -04:00