summaryrefslogtreecommitdiff
path: root/js/os.ts
AgeCommit message (Expand)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-10-02feat: Add support for passing a key to Deno.env() (#2952)Jed Fox
2019-10-01use Isolate::register_op in deno_cli (#3039)Bartek Iwańczuk
2019-09-27Add Deno.hostname() (#3032)Kevin (Kun) "Kassimo" Qian
2019-09-06Remove replacements hack in deno_typescript (#2864)Yoshiya Hinosawa
2019-09-03Handle typescript version in rust (#2855)Yoshiya Hinosawa
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24Port rest of os ops to JSON (#2802)Ryan Dahl
2019-08-22introduce JSON serialization for ops (#2799)Ryan Dahl
2019-08-21Organize dispatch a bit (#2796)Ryan Dahl
2019-08-06Fix small execPath issues (#2744)Kevin (Kun) "Kassimo" Qian
2019-08-06Make Deno.execPath a function (#2743)Kevin (Kun) "Kassimo" Qian
2019-08-06Enforce permissions on kill(), homeDir() and execPath (#2723)Nayeem Rahman
2019-08-05Provide option to delete Deno namespace in worker (#2717)Kevin (Kun) "Kassimo" Qian
2019-06-25Add homeDir to Deno namespace (#2578)Evgeniy Karagodin
2019-05-29TS compiler refactorRyan Dahl
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
2019-04-19Make Deno/Deno.core not deletable/writable (#2153)Kevin (Kun) "Kassimo" Qian
2019-04-07use flatbuffer create functions to add fields (#2046)Jonathon Orsi
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-26namespace reorg: libdeno and DenoCore to Deno.core (#1998)Kitson Kelly
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-02-18Rationalise compiler ops (#1740)Kitson Kelly
2019-02-15Add execPath function (#1743)Dmitry Sharshakov
2019-02-13Cleanup Deno namespace (#1765)Kitson Kelly
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-02-10Rationalise startup for compiler/main (#1737)Kitson Kelly
2019-02-08Adds deno.noColor (#1716)Ryan Dahl
2019-02-02Add isTTY function (#1622)Dmitry Sharshakov
2019-02-02Compiler cleanups and minor improvements (#1656)Kitson Kelly
2019-01-28Split out compiler snapshot (#1566)Kitson Kelly
2019-01-23fix: set env,key for string and value for string (#1567)jingweicai
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-06Add deno.pid (#1464)Ryan Dahl
2019-01-03Revert "use byte array instead of string for code fetch (#1307)" (#1455)Ryan Dahl
2018-12-12use byte array instead of string for code fetch (#1307)F001
2018-12-11Minor rename for CodeFetch parametersRyan Dahl
2018-11-02Rename EnvPair to KeyValue.Ryan Dahl
2018-10-29Separate source map from output code.Kitson Kelly
2018-10-23Enforce media typesKitson Kelly
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-07Updates to js to clean up default libraryKitson Kelly
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
2018-09-12feat: add deno.makeTempDirYoshiya Hinosawa
2018-09-12Implement deno.rename() (#731)Mani Maghsoudlou