summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-31fix message nameYorkie Liu
2018-05-31fix all duration to delay with mdn descriptionYorkie Liu
2018-05-31fix nitsYorkie Liu
2018-05-31fix multi empty linesYorkie Liu
2018-05-31optimize the timer ts impl, and correct the duration if less than 10Yorkie Liu
2018-05-31Add reference links and enhance README's formatULIVZ
2018-05-31Rename LICENSEULIVZ
2018-05-31Improve compile instructions in READMEKitson Kelly
2018-05-31Handle 404 fetch better.Ryan Dahl
2018-05-31Fix a typo in integration_test.goFelix Yan
2018-05-30Remove extra out argument sent to Parcel and reduce logging in output (#22)Mohsen Azimi
Use log-level=1 for parcel.
2018-05-30Slightly better organization for deno module.Ryan Dahl
2018-05-30Allow importing of the compiled in typescriptRyan Dahl
Fixes #18.
2018-05-30Remove extension hack in ResolveModule.Ryan Dahl
2018-05-30Fix allow-net flag in integration_test.Ryan Dahl
Test should have failed in 98be59 but didn't. That needs to be investigated.
2018-05-30Improve READMERyan Dahl
2018-05-30Replace -allow-connect and -allow-accept with -allow-netRyan Dahl
2018-05-30Remove TODO. Fixed in 0ea603.Ryan Dahl
2018-05-30Use wildcard to check stack trace outputs (#3)Parsa Ghadimi
2018-05-30TODO done e64e4eRyan Dahl
2018-05-29typo: propelml -> ry (#10)Parsa Ghadimi
* typo: propelml -> ry
2018-05-29Try to fix travis again.Ryan Dahl
2018-05-29Fix travis.Ryan Dahl
2018-05-29Crash nicely on no argument.Ryan Dahl
2018-05-29Fix travisParsa Ghadimi
2018-05-29docs(README.md): fix typoYoshiya Hinosawa
2018-05-29Add permission flagsRyan Dahl
2018-05-29lintRyan Dahl
2018-05-29Try to fix travisRyan Dahl
2018-05-29Rename deno_testing to testingRyan Dahl
2018-05-29Travis: Try to fix ccacheRyan Dahl
2018-05-29Support using deno as a libraryRyan Dahl
2018-05-29Add denoMainRyan Dahl
2018-05-29Add more featuresRyan Dahl
2018-05-29Travis: Cache node_modules and parcel dir.Ryan Dahl
2018-05-29fmt and adjust commentRyan Dahl
2018-05-29Add sanity check to end of DispatchLoopRyan Dahl
2018-05-29Add TODOsRyan Dahl
2018-05-29fix typo: privlaged -> privilegedFlorian Hämmerle
2018-05-29Fix ccache in travis (and update readme)Ryan Dahl
2018-05-29My copyright doesn't belong here.Ryan Dahl
2018-05-29Improve READMERyan Dahl
2018-05-28Update V8Worker2 build.py path.Ryan Dahl
https://github.com/ry/v8worker2/commit/ab9d1b870978e1b4b979eb9a0b795a19a093c656
2018-05-28Add LICENSERyan Dahl
2018-05-28Add TODO.txtRyan Dahl
2018-05-28Fix wg ref counting for fetch.Ryan Dahl
2018-05-28Add writeFileSyncRyan Dahl
2018-05-28Move testdata/fetch.ts to tests.tsRyan Dahl
2018-05-28Move testdata/read_file_sync.ts to tests.tsRyan Dahl
We don't need to start a new process for every test.
2018-05-28Add tests.ts for fast unit tests.Ryan Dahl
Also deno_testing/ which will be released as a standalone module.