WIP - add extractor, generate snippet_data
This commit is contained in:
10
node_modules/fast-glob/index.js
generated
vendored
Normal file
10
node_modules/fast-glob/index.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
const pkg = require('./out/index');
|
||||
|
||||
module.exports = pkg.async;
|
||||
module.exports.default = pkg.async;
|
||||
|
||||
module.exports.async = pkg.async;
|
||||
module.exports.sync = pkg.sync;
|
||||
module.exports.stream = pkg.stream;
|
||||
|
||||
module.exports.generateTasks = pkg.generateTasks;
|
||||
Reference in New Issue
Block a user