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 8fc1706 commit 09f569aCopy full SHA for 09f569a
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