We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739adcd commit 847b01dCopy full SHA for 847b01d
1 file changed
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