Christian Gill
|
4b9ab359a7
|
Remove unnecessary 'undefined' (#214)
Also fix typo on comment
|
2018-06-09 11:10:21 +02:00 |
|
ztplz
|
37dd416505
|
fix typescript error (#99)
|
2018-06-04 09:06:42 +02:00 |
|
Frank Fang
|
d582d67c52
|
Lint runtime.ts (#73)
|
2018-06-01 20:33:16 +02:00 |
|
Ryan Dahl
|
c150c320c6
|
Handle 404 fetch better.
|
2018-05-31 16:04:06 +02: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
|
af3e43c318
|
fmt and adjust comment
|
2018-05-29 03:08:01 -04:00 |
|
Ryan Dahl
|
7762b55432
|
Add LICENSE
|
2018-05-28 21:52:13 -04:00 |
|
Ryan Dahl
|
46117017c4
|
Add writeFileSync
|
2018-05-28 14:39:02 -04:00 |
|
Ryan Dahl
|
08d3850fa8
|
Add tests.ts for fast unit tests.
Also deno_testing/ which will be released as a standalone module.
|
2018-05-28 13:27:05 -04:00 |
|
Ryan Dahl
|
4e55928063
|
Add readFileSync
|
2018-05-27 12:49:20 -04:00 |
|
Ryan Dahl
|
a831d1e239
|
Implement fetch
|
2018-05-27 03:46:51 -04:00 |
|
Ryan Dahl
|
65a2c4b421
|
Add onerror handler for uncaught exceptions
|
2018-05-27 00:16:09 -04:00 |
|
Ryan Dahl
|
7609df9d4f
|
Support async/await by including ES2017
This required adjusting the module loading system.
|
2018-05-26 15:21:17 -04:00 |
|
Ryan Dahl
|
cbfb7d8720
|
Simplify naming of CodeFetch, CodeCache
|
2018-05-25 17:21:12 -04:00 |
|
Ryan Dahl
|
59534fb9e3
|
Add tests for urls
|
2018-05-25 17:01:18 -04:00 |
|
Ryan Dahl
|
3171ba4c3f
|
Add special deno module to public api
|
2018-05-23 16:45:01 -04:00 |
|
Ryan Dahl
|
9a66216599
|
Add globals.ts
|
2018-05-21 18:53:53 -04:00 |
|
Ryan Dahl
|
8e2e17cdbe
|
Support source maps for internal code.
|
2018-05-21 17:33:33 -04:00 |
|
Ryan Dahl
|
af6076f3c6
|
Source maps work for testdata/007_stack_trace.ts.
|
2018-05-21 16:09:24 -04:00 |
|
Ryan Dahl
|
2c65292119
|
Source map support. Partially working.
|
2018-05-19 07:06:23 -04:00 |
|
Ryan Dahl
|
83f436e175
|
Command line flags
|
2018-05-19 05:39:27 -04:00 |
|
Ryan Dahl
|
aeb85efdad
|
Remote module caching
|
2018-05-19 04:47:40 -04:00 |
|
Ryan Dahl
|
8886e1b55f
|
Initial support for remote imports
|
2018-05-18 21:25:37 -04:00 |
|
Ryan Dahl
|
8f0e242f4b
|
Display diagnostics on TS error.
|
2018-05-18 12:20:59 -04:00 |
|
Ryan Dahl
|
05672b7e24
|
runtime.ts - first pass at caching compiler
|
2018-05-17 21:19:49 -04:00 |
|