summaryrefslogtreecommitdiff
path: root/js/os.ts
AgeCommit message (Expand)Author
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
2018-09-11Implement deno.stat() and deno.lstat()Sajjad Hashemian
2018-09-11Move writeFileSync to write_file.ts, add writeFile and tests (#728)Kevin (Kun) "Kassimo" Qian
2018-09-10Implement deno.mkdir()Sajjad Hashemian
2018-09-10Implement deno.readFile()Ryan Dahl
2018-09-10fbs_util.ts -> dispatch.tsRyan Dahl
2018-09-09Remove namespace from src/msg.fbsRyan Dahl
2018-09-09Add better assert message for CodeFetchResRyan Dahl
2018-09-07Add and edit commentsJ2P
2018-09-04lStat -> lstatRyan Dahl
2018-09-04Implement renameSyncMani Maghsoudlou
2018-09-03Implement mkdirSyncSajjad Hashemian
2018-09-01Minor code refactoringShinDarth
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-08-31Document lStatSync & statSync and correct FileInfo.Aaron Power