0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
Commit graph

2554 commits

Author SHA1 Message Date
Nayeem Rahman
ad11f2ad6a Default base URL path to '/' (#2921) 2019-09-11 16:20:54 -04:00
Luca Casonato
f38bd45bf9 Added normalized benchmark graphs (#2919) 2019-09-11 16:09:58 -04:00
Nayeem Rahman
a1976236d9 Default 'this' to window in EventTarget (#2918) 2019-09-11 12:53:01 -04:00
Nimalan
08087e921e Make uuid v4 rfc4122 compliant (denoland/deno_std#580)
Original: ba69f1ea14
2019-09-11 12:34:44 -04:00
Nayeem Rahman
8d355908ab Add xeval (denoland/deno_std#581)
Co-authored-by: Nayeem Rahman <muhammed.9939@gmail.com>


Original: a2cae360e8
2019-09-11 12:31:14 -04:00
Bartek Iwańczuk
85c51404ae feat: Set user agent for http client (#2916) 2019-09-11 07:31:00 -04:00
Bartek Iwańczuk
a4e1d7d2e7 fix: type directives import (#2910) 2019-09-11 06:47:34 -04:00
Bert Belder
df5b6cdd7f
Remove error message mentioning build.py 2019-09-10 20:23:59 -07:00
Nayeem Rahman
749ada608e Don't test resolve_from_cwd_absolute() on Windows (#2911) 2019-09-10 20:16:30 -07:00
Ryan Dahl
dd70d8622b
Upgrade V8 to 7.9.8 (#2907)
//build was updated and our patch rebased:
https://github.com/denoland/chromium_build/tree/20190910_win_clang_depfile

V8 has removed the binaries third_party/v8/buildtools/*/gn.sha1 and started 
using CIPD. In this patch, I've hacked in the original .sha1 files and continue to
use download_from_google_storage instead of the new CIPD. This will be fixed
in later work.
2019-09-10 19:18:31 -04:00
Bartek Iwańczuk
4078bc711d feat: Add types to prettier (denoland/deno_std#591)
Original: 73fe36f9da
2019-09-10 17:41:23 -04:00
Ryan Dahl
8f171c101a
Appveyor: Add target/release to cache, like travis (#2899) 2019-09-10 14:45:23 -04:00
Ryan Dahl
49aea7abbc
Minor fixes in tools/ (#2906)
* Fix tools/docs.py

* Remove dead code: sync_rust_crates.py
2019-09-10 14:34:54 -04:00
Bartek Iwańczuk
acee1944b9 feat: Make integration tests rust unit tests (#2884)
Co-authored-by:  Bartek Iwańczuk <biwanczuk@gmail.com>
2019-09-10 11:09:54 -04:00
Nayeem Rahman
0b757f3737 Expose the DOM Body interface globally (#2903) 2019-09-10 10:57:17 -04:00
Bartek Iwańczuk
2a83327a21 fix: replace bad rid panics with errors (#2870) 2019-09-10 00:59:40 -04:00
Kitson Kelly
3779667646 Add JSDoc to deno_typescript (#2890) 2019-09-10 00:54:32 -04:00
Yoshiya Hinosawa
46cbc6e0e9 refactor: remove Deno.platform (#2895) 2019-09-09 23:39:42 -04:00
Ryan Dahl
35e3c06aed
Revert "feat: use trust-dns-resolver in HTTP client"
It caused the final executable to grow by 1.5 mb, and is not having any
other benefit.

This reverts commit 2b40fa065c.
2019-09-09 20:35:48 -04:00
Ryan Dahl
5e873bd0da
Improve travis (#2892) 2019-09-09 20:16:30 -04:00
Ryan Dahl
0879992218
Fix Appveyor's sccache --stop-server problem (#2896)
The problem is seen here: https://ci.appveyor.com/project/deno/deno/builds/27283032

```
sccache --stop-server
Stopping sccache server...
sccache : error: couldn't connect to server
At line:1 char:1
+ sccache --stop-server
+ ~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (error: couldn't connect to server:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

caused by:
No connection could be made because the target machine actively refused it.
 (os error 10061)
Command executed with exception:  (os error 10061)
```
2019-09-09 16:59:46 -04:00
Yoshiya Hinosawa
7b22dec0fa fix: replace Deno.platform usages (denoland/deno_std#590)
Original: 0e6f163ac6
2019-09-09 13:58:36 -04:00
Andrew Hughes
de418868e8 minor manual edits (#2883) 2019-09-09 10:34:15 -04:00
Bartek Iwańczuk
d7f3e28eed reenable test getMatchingUrlsLocal (denoland/deno_std#589)
Original: cfb0eb55ab
2019-09-08 17:20:11 -04:00
迷渡
f37df2d0d6 flags: Parse builtin properties (denoland/deno_std#579)
Original: 03304cd2d3
2019-09-08 17:18:39 -04:00
Nayeem Rahman
718c8c4360 Fix path normalization in resolve_from_cwd() (#2875) 2019-09-07 14:13:09 -04:00
Bartek Iwańczuk
2b40fa065c feat: use trust-dns-resolver in HTTP client (#2847) 2019-09-07 13:16:36 -04:00
Yoshiya Hinosawa
f12acdb50b Update @typescript-eslint/* to v2.1.0 (#2878) 2019-09-07 12:27:18 -04:00
Yoshiya Hinosawa
a205e8a3c2 fetch: implement bodyUsed (#2877) 2019-09-07 12:20:30 -04:00
Nayeem Rahman
8e3c879d13 Add default-run (+ clean up old references) (#2876) 2019-09-06 22:31:56 -04:00
Bert Belder
699d2ae4bb
build: on windows, don't pass -glldb to clang (#2874) 2019-09-06 18:43:48 -07:00
Ryan Dahl
acaff6d056
Remove tools/build.py (#2865)
Testing regression: ASAN build removed.
2019-09-06 20:32:58 -04:00
Yoshiya Hinosawa
595b4daa77 Remove replacements hack in deno_typescript (#2864) 2019-09-06 12:57:15 -04:00
Nayeem Rahman
ca00039285 Fix basing in URL constructor (#2867) 2019-09-05 20:01:27 -04:00
Ryan Dahl
25def60c21 bump ci to v0.17.0 (denoland/deno_std#585)
Original: 539338db33
2019-09-04 20:10:54 -04:00
Kevin (Kun) "Kassimo" Qian
49ea932af8 Fix xeval chunk incorrect matching behavior (#2857) 2019-09-04 18:31:14 -04:00
Ryan Dahl
9d62d77cfa
Run tests after "cargo build" on travis (#2854) 2019-09-04 17:16:46 -04:00
Ryan Dahl
82588ec09c v0.17.0 2019-09-04 17:15:32 -04:00
Nimalan
7213d9cc7f ws: use crypto getRandomValues (denoland/deno_std#584)
Original: bc7dd3904b
2019-09-04 10:42:40 -04:00
Bartek Iwańczuk
5c7c876a71 perf: less aggresive dyn import polling (#2858) 2019-09-04 10:37:21 -04:00
迷渡
eea856e341 Refactoring using padEnd and padStart (denoland/deno_std#583)
Original: 4e21ace634
2019-09-04 10:32:28 -04:00
迷渡
be9aaa664a Fix boolean regexp (denoland/deno_std#582)
Original: 0b9e28f918
2019-09-04 10:06:28 -04:00
Yoshiya Hinosawa
249db0f7d9 Handle typescript version in rust (#2855) 2019-09-03 22:12:21 -04:00
迷渡
e9908453df do not export isConsoleInstance (#2850) 2019-09-03 03:10:51 -04:00
迷渡
9533a030f3 Avoid prototype builtin hasOwnProperty (denoland/deno_std#577)
Original: d36bff3fbe
2019-09-03 03:10:05 -04:00
迷渡
dd6db011e3 remove console.log in tests (denoland/deno_std#578)
Original: f7f96e9baa
2019-09-03 03:08:56 -04:00
迷渡
91ba3410a3 fix list style (#2842) 2019-09-02 17:53:40 -04:00
Ryan Dahl
d43b43ca78
Refactor snapshot build (#2825)
Instead of using core/snapshot_creator.rs, instead two crates are
introduced which allow building the snapshot during build.rs.

Rollup is removed and replaced with our own bundler. This removes
the Node build dependency. Modules in //js now use Deno-style imports
with file extensions, rather than Node style extensionless imports.

This improves incremental build time when changes are made to //js files
by about 40 seconds.
2019-09-02 17:07:11 -04:00
Yoshiya Hinosawa
56508f113d ops/fetch: add statusText (#2851) 2019-09-02 12:30:14 -04:00
Nayeem Rahman
0ce15f08c7 Remove DenoSubcommand::Install (#2846) 2019-09-01 14:20:23 -04:00