memory-fs
memory-fs copied to clipboard
[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
_
_
_
_
_
if we config webpack like this ` config.output.filename(`js/[name].js?${VERSION.commit}`).end();`, [webpack will cut off the query of the fileName](https://github.com/webpack/webpack/blob/main/lib/Compiler.js), when write into the MemoryFileSystem instance. `const queryStringIdx = targetFile.indexOf("?"); if (queryStringIdx >=...
I try to use memfs to replace this library, and found some problem ```ts import { fs } from 'memfs' compiler.outputFileSystem = fs // TS2741: Property 'join' is missing in...
You are looking for `memfs` instead :) You're welcome.
flag it as deprecated plz
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...