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 dcc7d2f commit 9fd1661Copy full SHA for 9fd1661
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