Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-30 | format | Ryan Dahl | |
2018-08-30 | Reorganize js/unit_tests.ts | Ryan Dahl | |
2018-08-30 | Implemented statSync and lStatSync | Aaron Power | |
2018-08-30 | add type declaration | ztplz | |
2018-08-29 | Implement makeTempDirSync() | Bert Belder | |
2018-08-29 | Allow filtering of unit tests. | Ryan Dahl | |
2018-08-28 | Updates to compiler.ts comments and logging. | Kitson Kelly | |
2018-08-28 | Two-pass module evaluation. | Kitson Kelly | |
Plus changes to tests to accomodate. | |||
2018-08-28 | format | Bert Belder | |
2018-08-27 | Add ability to unit test by permissions. | Ryan Dahl | |
2018-08-27 | Add deno.argv. | Ryan Dahl | |
2018-08-27 | Moved console tests to own file, and switched circular test to use stringify ↵ | Aaron Power | |
with assertEqual | |||
2018-08-27 | Fixed printing strings in arrays & objects without quotes | Aaron Power | |
2018-08-26 | refactor: add and use libdeno.setGlobalErrorHandler instead of window.onerror | Yoshiya Hinosawa | |
2018-08-25 | Prevent circular imports in ts code (#576) | Francesco Borzì | |
2018-08-24 | Integrate ScriptSnapshot into ModuleMetaData | Kitson Kelly | |
2018-08-23 | Improve DenoCompiler.makeDefine and localRequire | Kitson Kelly | |
2018-08-23 | fmt | Ryan Dahl | |
2018-08-22 | Implement writeFileSync | Ryan Dahl | |
In collaboration with Tommy Savaria <tommy.savaria@protonmail.ch> | |||
2018-08-22 | runtime.ts refactor into compiler.ts (#564) | Ryan Dahl | |
Adds compiler_test.ts | |||
2018-08-21 | Expose deno.exit() and add test. | Ryan Dahl | |
2018-08-21 | Better error handling in src/handlers.rs | Ryan Dahl | |
Introduces error codes that are shared between JS/RS Fixes #526. | |||
2018-08-20 | Fix TS errors in fetch.ts | Ryan Dahl | |
2018-08-20 | First pass at fetch() | Ryan Dahl | |
With help from Thomas Ghysels <info@thomasg.be> | |||
2018-08-19 | add notImplemented and unreachable util functions (#540) | Bartek Iwańczuk | |
2018-08-19 | chore: move libdeno files to //libdeno/ | Yoshiya Hinosawa | |
2018-08-17 | Command line flag parsing (#524) | Ryan Dahl | |
In particular this allow -D for logging debug output. | |||
2018-08-17 | chore: format files in tests/ | Yoshiya Hinosawa | |
2018-08-16 | Implement deno_handle_msg_from_js in Rust | Ryan Dahl | |
Fixes #419, #414. | |||
2018-08-15 | Use typescript strict mode (#505) | Kitson Kelly | |
2018-08-13 | Use `@internal` with js/timers.ts | Kitson Kelly | |
2018-08-11 | Rename mock_runtime_test to libdeno_test | Ryan Dahl | |
Fixes #465 | |||
2018-08-11 | Use unit_tests for readFileSync testing. | Ryan Dahl | |
2018-08-10 | Only emit declarations for generated files (#502) | Kitson Kelly | |
and remove declarationMap flag from generated tsconfig | |||
2018-08-09 | Adds js/unit_tests.ts (#448) | Ryan Dahl | |
2018-08-09 | Add readFileSync | Ryan Dahl | |
2018-08-09 | Add TextEncoder/TextDecoder support. | Ryan Dahl | |
Fixes #470 This commit increases size: out/release/gen/bundle/main.js 7.3M -> 7.9M out/release/gen/bundle/main.js.map 11M -> 12M out/release/gen/snapshot_deno.bin 34M -> 37M out/release/deno 49M -> 53M Note the amount in the JS code added is quite small: 4.0K node_modules/text-encoding/index.js 4.0K node_modules/@types/text-encoding/index.d.ts 4.0K js/text_encoding.ts Unclear to me what is causing the jump in snapshot size. | |||
2018-08-09 | First pass at setTimeout with Tokio (#434) | Ryan Dahl | |
2018-08-08 | Organize libdeno functions. | Ryan Dahl | |
2018-08-08 | Better error for 'No such asset' | Ryan Dahl | |
2018-08-08 | Generate declarations | Kitson Kelly | |
2018-08-08 | Create ASSETS const in runtime.ts | Kitson Kelly | |
2018-08-08 | Rename lib.deno.d.ts to lib.globals.d.ts | Kitson Kelly | |
2018-08-03 | Implement os.exit | Ryan Dahl | |
2018-08-02 | Source map support (#429) | Ryan Dahl | |
This change increases size: out/debug/obj/libdeno/from_snapshot.o 19M -> 34M out/release/deno 32M -> 47M | |||
2018-08-02 | Remove dispatch.ts and move assignCmdId to util.ts | Ryan Dahl | |
2018-08-01 | Better handling of exceptions during snapshot creation. | Ryan Dahl | |
2018-07-31 | Upgrade TypeScript (3.0.1) | Kitson Kelly | |
Update runtime to use lib.deno.d.ts Add proper console declaration Upgrade prettier (There was an issue formatting lib.deno.d.ts) | |||
2018-07-29 | Implement CodeCache | Ryan Dahl | |
2018-07-25 | Remove msg_generated hack (#409) | Kitson Kelly | |