Luca Casonato
f38bd45bf9
Added normalized benchmark graphs ( #2919 )
2019-09-11 16:09:58 -04:00
Andrew Hughes
de418868e8
minor manual edits ( #2883 )
2019-09-09 10:34:15 -04:00
Nayeem Rahman
8e3c879d13
Add default-run (+ clean up old references) ( #2876 )
2019-09-06 22:31:56 -04:00
Ryan Dahl
acaff6d056
Remove tools/build.py ( #2865 )
...
Testing regression: ASAN build removed.
2019-09-06 20:32:58 -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
Josh Pullen
54a3b54138
Fix small typo (effects -> affects) ( #2841 )
2019-08-31 01:16:14 -04:00
Bartek Iwańczuk
723284fd20
Use 'reqwest' to implement HTTP client ( #2822 )
...
Closes #2720
2019-08-30 14:49:03 -07:00
迷渡
23215a8349
update deno help
output ( #2832 )
2019-08-29 10:55:39 -04:00
迷渡
1d34f11a87
doc: fix list style ( #2823 )
2019-08-28 09:51:36 -04:00
Ryan Dahl
725eb98105
Clean up various flatbuffer references ( #2819 )
2019-08-26 22:29:51 -04:00
Kitson Kelly
6c7d337960
Support .d.ts files ( #2746 )
...
Fixes #1432
2019-08-22 12:05:01 -04:00
Bartek Iwańczuk
5350abbc7f
manual: Edit note about V8 profiling ( #2742 )
2019-08-07 11:31:45 -04:00
Bartek Iwańczuk
187310a3e1
benchmarks: add bundle size ( #2690 )
2019-07-28 10:11:08 +00:00
hashrock
877e5ed784
use animated-deno-logo in denolib ( #2691 )
2019-07-27 19:04:42 +00:00
Bartek Iwańczuk
3ae808986d
cli: unify deno -h options ( #2682 )
2019-07-26 07:36:56 +00:00
Nayeem Rahman
589643d557
Fix anchor link destination ( #2679 )
2019-07-23 23:36:10 -04:00
Yoshiya Hinosawa
9c22961b6a
feat(website/benchmark): enable zoom of charts ( #2668 )
2019-07-21 18:19:37 -04:00
Ryan Dahl
a00d087b39
Improve example on homepage ( #2667 )
2019-07-19 14:59:41 -04:00
迷渡
a0b8f13f18
Rename powershell highlighting to shell ( #2654 )
2019-07-18 05:03:02 -04:00
Ryan Dahl
481a82c983
Edits to manual ( #2646 )
2019-07-17 10:23:07 -04:00
Yoshiya Hinosawa
9c45499864
Support window.onload ( #2643 )
2019-07-16 00:19:26 -04:00
Bert Belder
db5c66a638
Upgrade rust to v1.36.0
2019-07-11 14:37:00 -04:00
Ryan Dahl
d7fa8c3207
Update deno.land links v0.11 ( #2628 )
2019-07-09 18:59:13 -04:00
Mark Tiedemann
953a5a31db
Adjust powershell installer commands ( #2627 )
2019-07-09 14:48:15 -04:00
Ryan Dahl
33cb79d24c
Fix links ( #2614 )
2019-07-05 07:37:11 -04:00
Ryan Dahl
cde81c6a53
manual: adjust windows build instructions ( #2601 )
2019-06-29 14:30:21 -04:00
matzkoh
1b48d67fbb
docs(style_guide): fix typoFixes a small syntax error ( #2567 )
2019-06-28 18:49:03 -04:00
迷渡
a5441003fe
rename shellsession to shell ( #2583 )
2019-06-27 11:30:59 -04:00
Bartek Iwańczuk
6906a2f75e
feat: deno completions command ( #2577 )
2019-06-26 03:02:13 -07:00
JaePil Jung
d82089ca35
Update manual.md ( #2571 )
2019-06-23 07:01:49 -07:00
Bartek Iwańczuk
77a00aef4c
feat: upgrade installer and add docs ( #2551 )
2019-06-20 11:25:13 -07:00
Jed Fox
43f48386d7
website: use css variables and prefers-color-scheme ( #2547 )
...
This uses `prefers-color-scheme: dark` to automatically switch
to dark mode if the user specifies it in their system settings.
Dark mode is supported in Firefox 67, Chrome 76, Safari 12.1,
and iOS 13 as of this commit, but the current status can be
checked here: https://caniuse.com/#feat=prefers-color-scheme
Additionally, this uses CSS Variables to implement the color-switching
mechanism. This isn’t supported in IE, but the site degrades
reasonably well with them disabled.
Support table: https://caniuse.com/#feat=css-variables
2019-06-19 16:53:07 -07:00
David Stone
76329cf610
Fixes benchmark page spinner on Edge #2508 ( #2525 )
2019-06-15 11:22:27 -07:00
Ryan Dahl
912e4f7177
feat: default output filename for deno bundle ( #2484 )
...
And improve bundle docs
2019-06-11 14:38:19 -04:00
Matt Harrison
d82c1991cf
Add --seed for setting RNG seed ( #2483 )
2019-06-11 10:34:39 -04:00
Yoshiya Hinosawa
88b0c8756e
website: use pre-wrap ( #2486 )
2019-06-10 11:03:51 -04:00
Bartek Iwańczuk
a115340288
feat: Import maps ( #2360 )
2019-06-09 09:08:20 -04:00
Kurt Mackey
9a6cfd653d
add tcp proxy benchmarks + split out website section for proxy req/s ( #2464 )
2019-06-06 22:46:18 -04:00
Bartek Iwańczuk
6fa4d2e759
feat: bring back deno <script> ( #2451 )
2019-06-05 13:44:46 -04:00
Vincent LE GOFF
0b50c698ad
Add special hit cfix #1898 ( #2455 )
2019-06-05 09:21:08 -04:00
Christian Moritz
15dadf812c
tools/third_party: add DENO_GN_PATH and DENO_NINJA_PATH env vars
2019-05-30 13:18:30 -04:00
Ryan Dahl
3c355c2b32
Add 'brew install deno' to homepage ( #2412 )
2019-05-27 14:20:32 -04:00
Andy Hayden
62c377fc19
Add brew install deno to manual ( #2407 )
2019-05-24 22:22:16 +03:00
Steven
ccdab61708
Remove prefix $ and > from manual ( #2404 )
2019-05-24 03:37:34 +03:00
champ
1386b6ead5
Fix examples in manual ( #2396 )
2019-05-23 10:47:11 +03:00
Ryan Dahl
0e89ca7b70
website: update http example ( #2367 )
2019-05-21 00:31:57 -04:00
Stephan Renatus
e3e9021d23
website: fix workers benchmark links ( #2370 )
...
Signed-off-by: Stephan Renatus <srenatus@chef.io>
2019-05-17 07:15:46 -04:00
Daiki Ihara
9c9c58c84d
Add permission whitelist docs ( #2365 )
2019-05-16 10:39:19 -04:00
Atty Eleti
6679c4807c
Fix typo in style guide ( #2364 )
2019-05-16 10:37:47 -04:00