We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce01bf commit ec9d15bCopy full SHA for ec9d15b
javascript/ql/lib/semmle/javascript/Files.qll
@@ -29,6 +29,8 @@ private module Impl = Make<FsInput>;
29
30
class Container = Impl::Container;
31
32
+module Folder = Impl::Folder;
33
+
34
/** A folder. */
35
class Folder extends Container, Impl::Folder {
36
/** Gets the file or subfolder in this folder that has the given `name`, if any. */
0 commit comments