Commit graph

11173 commits

Author SHA1 Message Date
Ryan Dahl c0401a4096 Organize BUILD.gn 2018-06-10 14:24:39 +02:00
Ryan Dahl 9296b21b87 Use C linkage in deno.h 2018-06-10 14:18:15 +02:00
Ryan Dahl a6880dad65 make_snapshot should be private
Now deno.h doesn't export v8.h and is self contained.
2018-06-10 13:17:06 +02:00
Ryan Dahl 12cded8af6 make_snapshot shouldn't depend on Deno object 2018-06-10 06:13:48 +02:00
Ryan Dahl ff48eca540 Expose deno::from_snapshot() constructor 2018-06-10 05:34:03 +02:00
Ryan Dahl 3062039ffe First pass at libdeno. 2018-06-10 04:55:31 +02:00
Ryan Dahl aa857984b0 Simplify c api 2018-06-10 04:11:02 +02:00
Ryan Dahl 7c71785981 deno.cc clean up 2018-06-10 04:01:14 +02:00
Ryan Dahl 092ec21381 Wrap deno library in a namespace. 2018-06-10 02:24:34 +02:00
Ryan Dahl 9df9cdae07 deno2 Simplify Print binding. 2018-06-10 02:02:40 +02:00
Ryan Dahl f7e99424ee deno2: Fix lint 2018-06-10 02:02:10 +02:00
Ryan Dahl 4dbb6328b9 deno2 readme adjustments 2018-06-10 01:34:24 +02:00
Ryan Dahl 110ddab670 Add deno2 prototype from external repo. 2018-06-10 01:02:08 +02:00
Matias Insaurralde fe9ea6dcf8 Improve golang profiling (#193) 2018-06-09 20:51:17 +02:00
Symphony d325a1d386 fix typo (#144) 2018-06-09 11:36:55 +02:00
Christian Gill 4b9ab359a7 Remove unnecessary 'undefined' (#214)
Also fix typo on comment
2018-06-09 11:10:21 +02:00
foora 072fcd6b0e delete timer in the Map(timers) when call clearTimer (#215) 2018-06-09 11:08:23 +02:00
Zearin c977cba123 Minor tweaks to README.md (#173) 2018-06-08 10:38:47 +02:00
Weijia Wang 58eb14031d Use object destructing (#130) 2018-06-05 10:43:00 +02:00
Yingchen Xue 78124cd45f Rename sendMsg to pubInternal (#136) 2018-06-05 10:10:27 +02:00
Weijia Wang 8094c7421b Use check() to improve error check (#139) 2018-06-05 10:07:40 +02:00
Pig Fang 874db2a334 Add console.assert (#102) 2018-06-05 09:58:50 +02:00
ChenQuan 71d789198b Use check() (#111) 2018-06-04 10:03:48 +02:00
Sam Saccone 8e211ea685 📝 Update install instructions around known error (#110)
Even though the readme told me there was going to be an error, I was still confused about this error, as it looked unrelated to fetching the sources.

To clarify this update the readme to spell out the expected error.

Fixes #109
2018-06-04 09:41:51 +02:00
Parsa Ghadimi 1e13a62f86 Makefile: add deno.ts (#108) 2018-06-04 09:38:39 +02:00
Ryan Dahl 6e884207ee Fix testing/util_test.ts
Thanks @kitsonk
2018-06-04 09:34:41 +02:00
Ryan Dahl b6062ae662 Link to jsconf slides. 2018-06-04 09:10:54 +02:00
ztplz 37dd416505 fix typescript error (#99) 2018-06-04 09:06:42 +02:00
Yingchen Xue 3ddb4017fd Lint (#83) 2018-06-04 08:59:02 +02:00
ULIVZ 0639f9b7cc Avoid apply and move arrayToStr to util 2018-06-04 08:56:57 +02:00
Ryan Dahl a315d1ef97 Add submodule instructions. 2018-06-04 08:46:23 +02:00
Mohsen Azimi 7b5fbc7197 Remove text-encoding.d.ts - the declarations are included in TS (#6) 2018-06-01 22:20:33 +02:00
wbgbg 6cef88a09a Simplify code. (#88) 2018-06-01 20:37:26 +02:00
Frank Fang d582d67c52 Lint runtime.ts (#73) 2018-06-01 20:33:16 +02:00
Parsa Ghadimi b723ab126f Update LICENSE 2018-06-01 12:13:26 +02:00
Yorkie Liu 180f0a1b3c fix message name 2018-05-31 23:39:44 +02:00
Yorkie Liu 84b0687990 fix all duration to delay with mdn description 2018-05-31 23:39:44 +02:00
Yorkie Liu 38a2c042b6 fix nits 2018-05-31 23:39:44 +02:00
Yorkie Liu 9cf5ecab02 fix multi empty lines 2018-05-31 23:39:44 +02:00
Yorkie Liu 502662476a optimize the timer ts impl, and correct the duration if less than 10 2018-05-31 23:39:44 +02:00
ULIVZ 942daac1da Add reference links and enhance README's format 2018-05-31 23:32:02 +02:00
ULIVZ ab2ca638b0 Rename LICENSE 2018-05-31 23:17:32 +02:00
Kitson Kelly 4dce562333 Improve compile instructions in README 2018-05-31 16:04:06 +02:00
Ryan Dahl c150c320c6 Handle 404 fetch better. 2018-05-31 16:04:06 +02:00
Felix Yan 8edb3390c2 Fix a typo in integration_test.go 2018-05-31 15:57:43 +02:00
Mohsen Azimi e392672011 Remove extra out argument sent to Parcel and reduce logging in output (#22)
Use log-level=1 for parcel.
2018-05-30 20:03:10 -04:00
Ryan Dahl c0cc240810 Slightly better organization for deno module. 2018-05-30 18:59:50 +02:00
Ryan Dahl 0162eca15f Allow importing of the compiled in typescript
Fixes #18.
2018-05-30 18:47:27 +02:00
Ryan Dahl 4f00218d6d Remove extension hack in ResolveModule. 2018-05-30 18:26:03 +02:00
Ryan Dahl e401d9e21b Fix allow-net flag in integration_test.
Test should have failed in 98be59 but didn't. That needs to be
investigated.
2018-05-30 17:22:32 +02:00