mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
JS: Make shared Folder module visible
This commit is contained in:
@@ -29,6 +29,8 @@ private module Impl = Make<FsInput>;
|
||||
|
||||
class Container = Impl::Container;
|
||||
|
||||
module Folder = Impl::Folder;
|
||||
|
||||
/** A folder. */
|
||||
class Folder extends Container, Impl::Folder {
|
||||
/** Gets the file or subfolder in this folder that has the given `name`, if any. */
|
||||
|
||||
Reference in New Issue
Block a user