Skip to content

Commit 10b1c13

Browse files
committed
rollback JSDoc definitions
1 parent 1a62cba commit 10b1c13

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/rescript_bsb.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ const rescript_exe = require("./bin_path").rescript_exe;
99
const cwd = process.cwd();
1010
const lockFileName = path.join(cwd, ".bsb.lock");
1111

12+
/**
13+
* @typedef {Object} ProjectFiles
14+
* @property {Array<string>} dirs
15+
* @property {Array<string>} generated
16+
*/
17+
18+
/**
19+
* @typedef {Object} WatcherRef
20+
* @property {string} dir
21+
* @property {fs.FSWatcher} watcher
22+
*/
23+
1224
/**
1325
* @type {child_process.ChildProcess | null}
1426
*/

0 commit comments

Comments
 (0)