summaryrefslogtreecommitdiff
path: root/js/stat.ts
AgeCommit message (Expand)Author
2019-10-04Merge deno_cli_snapshots into deno_cli (#3064)Ryan Dahl
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-26port fs ops to JSON (#2812)Bartek IwaƄczuk
2019-08-21Organize dispatch a bit (#2796)Ryan Dahl
2019-04-07use flatbuffer create functions to add fields (#2046)Jonathon Orsi
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-10-17Optimization: Reuse ArrayBuffer during serialization.Ryan Dahl
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-04Use underscores in filenames.Ryan Dahl
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
2018-10-03Implemented readDirSync, readDirJ2P
2018-09-17formatBert Belder
2018-09-17Make mode always u32 and switch to has_mode for StatRes fbs (#761)Kevin (Kun) "Kassimo" Qian
2018-09-17Change FileInfo to interface (#765)ztplz
2018-09-16Fix comments in stat.ts fileJ2P
2018-09-14[fs] Enable mode for `mkdir` on unix (#746)Kevin (Kun) "Kassimo" Qian
2018-09-12 Add unix-only `mode` for FileInfo (#732)Kevin (Kun) "Kassimo" Qian
2018-09-11Implement deno.stat() and deno.lstat()Sajjad Hashemian