summaryrefslogtreecommitdiff
path: root/js/os.ts
AgeCommit message (Expand)Author
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
2018-08-31Implemented deno.env and refactored flags.rsAaron Power
2018-08-31Refactor libdeno.send() code to reduce boilerplate.Ryan Dahl
2018-08-30formatRyan Dahl
2018-08-30Implemented statSync and lStatSyncAaron Power
2018-08-29Implement makeTempDirSync()Bert Belder
2018-08-25Prevent circular imports in ts code (#576)Francesco Borzì
2018-08-22Implement writeFileSyncRyan Dahl
2018-08-21Better error handling in src/handlers.rsRyan Dahl
2018-08-19add notImplemented and unreachable util functions (#540)Bartek Iwańczuk
2018-08-15Use typescript strict mode (#505)Kitson Kelly
2018-08-09Add readFileSyncRyan Dahl
2018-08-08Organize libdeno functions.Ryan Dahl
2018-08-03Implement os.exitRyan Dahl
2018-07-29Implement CodeCacheRyan Dahl
2018-07-25Remove msg_generated hack (#409)Kitson Kelly