summaryrefslogtreecommitdiff
path: root/cli/fs_util.rs
AgeCommit message (Collapse)Author
2020-11-16refactor(cli): rename fs module to fs_util (#8380)Bartek IwaƄczuk
This commit renames "fs" module in "cli/" to "fs_util". This is purely cosmetic change; there were a few places which aliased "crate::fs" to "deno_fs" which was very confusing with "fs" module in ops.