Andy Hayden
aec5a646c9
feat: top-level-for-await ( #3212 )
2019-10-27 09:04:42 -04:00
Nayeem Rahman
51dd91a3cc
Update link to schematic diagram in manual ( #3211 )
2019-10-26 21:15:49 -04:00
Kevin (Kun) "Kassimo" Qian
6869bfa4c6
Support named imports/exports for subset of properties in JSON modules ( #3210 )
2019-10-26 21:04:34 -04:00
Kitson Kelly
c5fe657dd3
Use a more performant utf8 decoder algorithm. ( #3204 )
...
Fixes #3163
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Co-authored-by: Qwerasd <qwerasd205@users.noreply.github.com>
2019-10-26 10:51:53 -04:00
Nayeem Rahman
585993c8d5
Fix some deno.land URLs in the manual ( #3205 )
2019-10-26 10:40:13 -04:00
Christian Moritz
1a86264232
Publish source tarballs for releases ( #3203 )
2019-10-25 15:29:17 -04:00
Bartek Iwańczuk
dfcdc03152
fix: handle malformed control buffers ( #3202 )
2019-10-25 13:23:16 -04:00
Bert Belder
2270abbc44
Use windows-2019 image in Github Actions ( #3198 )
2019-10-24 15:47:27 -07:00
Ry Dahl
be8777de19
Change magic table-of-contents thing ( #3197 )
...
We changed our markdown parser from showdown to remark for better react
integration, and it necessitated this change.
2019-10-24 17:58:57 -04:00
Bartek Iwańczuk
492b87d460
Add error handling for minimal dispatch ( #3176 )
2019-10-24 17:22:31 -04:00
Ry Dahl
1d8f3cc896
Remove old website ( #3194 )
...
Move manual.md and style_guide.md into //std so they can be accessed
from https://deno.land/std/manual.md
Code for new website is https://github.com/denoland/deno_website2
Co-authored-by: Christian Moritz <chrmoritz@gmail.com>
2019-10-24 16:14:05 -04:00
Kang Huaishuai
f96aaa802b
Update GitHub Actions, powershell is default on windows ( #3195 )
...
https://github.blog/changelog/2019-10-17-github-actions-default-shell-on-windows-runners-is-changing-to-powershell/
2019-10-24 15:13:46 -04:00
Ry Dahl
073b64bd43
Add std/examples/welcome.ts ( #3181 )
2019-10-23 09:57:08 -07:00
Bartek Iwańczuk
029e833075
core: Add ResourceTable ( #3150 )
2019-10-23 12:32:28 -04:00
EnokMan
7c60ab4664
refactor DenoPermissions.check_net & resolve_addr ( #3182 )
2019-10-23 10:19:26 -04:00
JaePil Jung
4bebbda8db
Small cleanups in perrmission_prompt_test.ts ( #3188 )
2019-10-23 00:31:46 -07:00
Yoshiya Hinosawa
2804ba8674
remove --no-prompt flag, fail on missing permissions ( #3183 )
2019-10-22 19:35:43 -04:00
Yoshiya Hinosawa
edd6a90da8
upgrade: typescript-eslint to 2.5.0 ( #3184 )
2019-10-22 19:32:56 -04:00
Ry Dahl
dc80dd2ace
Add TextDecoder benchmark ( #3180 )
2019-10-22 18:50:56 -04:00
Bartek Iwańczuk
6257b4044a
core: gracefully handle bad op id ( #3131 )
2019-10-22 10:49:58 -04:00
Yoshiya Hinosawa
ec44b5b6af
test: improve http_proxy test ( #3185 )
2019-10-22 09:52:41 -04:00
Christian Moritz
ea8231af33
third_party: cherry-pick depot_tools 6a1d778 to fix macOS Cataliona issues ( #3175 )
2019-10-21 14:38:50 -07:00
Bartek Iwańczuk
6c5a981fd2
feat: Deno.listenTLS ( #3152 )
2019-10-21 14:38:28 -04:00
Ry Dahl
1f52c66ced
Fix build warning ( #3146 )
2019-10-21 11:20:58 -07:00
Yusuke Sakurai
f1fa3bd792
update: use v0.21.0 for subcommands ( #3168 )
2019-10-21 13:11:19 -04:00
Nick Stott
5a7dffe427
Reenable std tests that were disabled during merge ( #3159 )
2019-10-21 11:58:45 -04:00
Andy Fleming
2b2868b8a7
Manual introduction improvements ( #3157 )
2019-10-21 11:45:52 -04:00
Rory Hart
27cd2c97f1
curl.ts example with reference in manual ( #3161 )
2019-10-21 10:36:01 -04:00
Ryan Dahl
4e88ba9a11
v0.21.0
2019-10-19 18:46:02 -04:00
Kevin (Kun) "Kassimo" Qian
eff2a27bd0
feat: Allow "deno eval" to run code as module ( #3148 )
2019-10-19 17:19:19 -04:00
Ry Dahl
4ae1838a6e
Fix clearTimer bug ( #3143 )
2019-10-19 17:09:24 -04:00
Nick Stott
c876d1adb4
Re-enable some tests ( #3154 )
...
Ref #3095
2019-10-19 16:55:20 -04:00
Kevin (Kun) "Kassimo" Qian
b112e14b16
chore: remove xevalDelim from Start interface ( #3147 )
2019-10-19 02:38:59 -04:00
Jon Heslop
1963587c09
Website design tweaks ( #3140 )
...
- Use system sans-serif font, they render better and are
familiar (Github use same font stack for instance)
- Use weight and spacing to increase heading contrast
- match logo colour to tone of type aka less black
- table: Increase padding on wider screens for balance
- table: Solid border
2019-10-17 10:59:54 -04:00
Michał Sabiniarz
75ec9426f3
feat: --reload flag to take arg for partial reload ( #3109 )
...
Example: To reload only std modules --reload=https://deno.land/std/
2019-10-17 10:29:06 -04:00
Nayeem Rahman
f51dcc12d7
std: Move fs/path to the top-level ( #3100 )
2019-10-16 14:39:33 -04:00
Ryan Dahl
99d8ac70db
Fix tools/docs.py ( #3135 )
2019-10-16 11:31:37 -07:00
Yusuke Sakurai
c1b302d769
fix: remote jsx/tsx files were compiled as js/ts ( #3125 )
2019-10-16 13:35:04 -04:00
迷渡
5983507255
std/flags: Add test for multiple boolean flags ( #3103 )
2019-10-16 11:34:36 -04:00
Jon Heslop
b1685ce010
Use max-width over max-device-width ( #3132 )
...
Using max-width because this applies the mobile styles to narrow windows
on larger devices as well as full with windows on narrow devices.
2019-10-15 17:31:26 -04:00
Bartek Iwańczuk
54db12c4d9
perf: fairer ops scheduling ( #3128 )
2019-10-15 14:12:27 -07:00
Ryan Dahl
ddbfe9b5aa
Add debug build to github actions
...
This disabled the tty_tests which seem to be very flaky with the debug
build.
2019-10-15 11:50:01 -04:00
Ryan Dahl
8114ea525c
Upgrade V8 to 7.9.304
2019-10-15 11:50:01 -04:00
Bartek Iwańczuk
4221b90c3f
perf: eager poll async ops in Isolate ( #3046 )
2019-10-14 17:46:27 -04:00
Yusuke Sakurai
6056595357
fix: [tls] op_dial_tls is not registerd and broken ( #3121 )
2019-10-13 10:37:37 -04:00
Bartek Iwańczuk
b3331e81d9
support --allow-net=:4500 ( #3115 )
2019-10-12 14:13:52 -07:00
Yusuke Sakurai
5f5583cf19
fix: [prettier] deno fmt should format jsx/tsx files ( #3118 )
2019-10-12 12:55:05 -07:00
Ryan Dahl
4b7204babe
Update various links to deno_std ( #3096 )
2019-10-12 12:23:58 -07:00
Ryan Dahl
97d8498d46
Add init methods for each op module ( #3087 )
2019-10-11 11:41:54 -07:00
Nayeem Rahman
04ed8d0531
Ensure DENO_DIR when saving the REPL history ( #3106 )
2019-10-11 10:12:39 -07:00