Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const resolver = new Resolver({} as AbstractInputFileSystem);
const rplugin = new ResultPlugin('string');
const splugin = new SymlinkPlugin('string', 's');
const tplugin = new TryNextPlugin('string', 'ap', 's');
const uplugin = new UnsafeCachePlugin('string', function (e) { return false }, {
hi: 'string',
hello: true
}, 's');
const uplugin2 = new UseFilePlugin('string', 'ap', 's');
const s = new Storage(4);