feat(fs): add the `size` method to get the size of a file or directory (#2095)
parent
f8f2eefe03
commit
fef76bd504
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fs: minor
|
||||||
|
---
|
||||||
|
|
||||||
|
Add the `size` method to get the size of a file or directory.
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,13 @@
|
|||||||
|
# Automatically generated - DO NOT EDIT!
|
||||||
|
|
||||||
|
"$schema" = "../../schemas/schema.json"
|
||||||
|
|
||||||
|
[[permission]]
|
||||||
|
identifier = "allow-size"
|
||||||
|
description = "Enables the size command without any pre-configured scope."
|
||||||
|
commands.allow = ["size"]
|
||||||
|
|
||||||
|
[[permission]]
|
||||||
|
identifier = "deny-size"
|
||||||
|
description = "Denies the size command without any pre-configured scope."
|
||||||
|
commands.deny = ["size"]
|
Loading…
Reference in new issue