Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/webpack/memory-fs
[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
https://github.com/webpack/memory-fs
Add deprecate message
70fff592f872559146749f12d0e6e8e62510a2dc authored over 2 years ago64dbd7428eca245d5c443ee3804e992b8ab38522 authored over 2 years ago
3daa18e010ac10b05a3ecaa6342406722a609109 authored over 5 years ago
fix: handle "./.." case
8a15514fc861f82da9004b78df587925efd50d31 authored over 5 years agorevive CI
cbf7387b98b285a871565e113da6597c59f8aee7 authored over 5 years agocae39817267340cace091d2067d5742af83101a9 authored over 5 years ago
6666525bf560135635234c2e48ec3f59d8d1818b authored over 5 years ago
Tiny fix to tests.
7ae73ebf34ae2f95266e6c3fef1f8e99f9d2308a authored over 7 years ago73fb6ec24ba9fe98c2ffd23c0ce790f20ce57e25 authored over 7 years ago
Prettify Error message and stack display, fix #32 .
67cec9153ec01faa9f34293d324cc8ecb1e393e5 authored over 7 years ago5fcc26cef8996856773b4420ccff7cca3c8d7257 authored over 7 years ago
4a19442c6d5f0dca81be1c518441ec314910c3ce authored over 7 years ago
1c36bc6a025d9758fa8ba03f118d20a16b5a3f5b authored over 7 years ago
501f381cbf43ac65c139db83a0f2d4ca3ab0b1ab authored over 7 years ago
e9e4cd42798d15c08eda1bd6545d30eb90a6d71a authored over 7 years ago
0fa243583f5627be211f2f41e906fc810bee53bf authored over 7 years ago
322c951f2f57174a5ba1c9e3f092304b0ab83645 authored over 7 years ago
Normalize UNC paths correctly.
4b96090e90445cadd464a8d45cd8b28a4ae54611 authored over 7 years agofix: allow encoding to come from options
17644e31613cd20482cb4620e14f8163b6973335 authored over 7 years ago9f015b5443d439d6b8529082d1fa77595fe3f341 authored over 7 years ago
Use strict mode.
Prettify tests.
59849c5ba0ee51fd258033fbeb93a1f632deedcf authored over 7 years ago833cf1d9a5e949c2ee90112f99b73fee156ebc60 authored over 7 years ago
1. Add path and operation name into error message, make it easier to figure out.
2. Change firs...
228b515cba6238a510db1d240818db380dd68a85 authored over 7 years ago
Per docs:
- https://nodejs.org/api/fs.html#fs_fs_writefilesync_file_data_options
- https://nodej...
Upgrade to es6
4d1a2f91a0e59ccc77a101500ba1270ba596bd5e authored about 8 years ago
Previously, "./../a" was incorrectly transformed to "a". Paths of
that form are sometimes seen ...
b1fd1e30022ee2acfcd031d01c62e15d93196891 authored about 8 years ago
37acfeeeb2d7d3c07ce192bfd9a94d45e896316d authored about 8 years ago
2d9518f5390a1b76b629e4bf78175c2479bfa915 authored about 8 years ago
51e400f7f76fcbc2fb5905a2a778b61ebbd6f8a6 authored about 8 years ago
7fd349a244f14f803bd91dd4020997f91f97c9b0 authored about 8 years ago
510260a1f4eccb92977010b73d227b7f1c7d68a7 authored about 8 years ago
79a02a6f2bfb3a9a9077b8b5ca92644be3ec4b19 authored about 8 years ago
1b3c3572b47caa8b6d49b938456cfe180834f377 authored about 8 years ago
7332919b52b92d63bed5c97689bd07f9187614db authored about 8 years ago
bca261622cb9b9bba136300faf87cf9b68b67326 authored about 8 years ago
4a159c22b49d0a3973a8db1ca20174e09e22a962 authored about 8 years ago
c46441dd69c66c2fdf6e38d163944e6cacbaad55 authored about 8 years ago
Fixes #29
d2adaa66c05475f13a5afafee01abc8bdbc86728 authored over 8 years agocc8a71f17247f3379f0643039d4444f9abed2ada authored over 8 years ago
d248b04aa7b48146d98a110df182131bab531793 authored over 8 years ago
a5422941f7ac0c794e61fa9aa72ccf276c8b9c12 authored over 8 years ago
0a12b5c74118d9145326439a19fb941556884488 authored over 8 years ago
83e1ffc7aea2117da97797bd9b7f669e2fa9a228 authored over 8 years ago
1880511e87dd963d640a233fb57702f826f5bd09 authored over 8 years ago
Fix https://github.com/webpack/memory-fs/issues/12
3b1d8477bb531d26e323b468b4e904f3a34a419a authored over 8 years agoFor async mkdir, call the callback when passed as the third argument
804dfa1cf1b3034e4b8b514a050786b7a595082c authored over 8 years agoFix for joining relative requests in windows
6bd07933e22dc680f9a37f7eb8b01a926a826420 authored over 8 years agoTypo in README.md ("variantes" -> "variants")
a750bdf2560ccbdb6e10a4e7cd5cb9827075cfee authored over 8 years ago64a8076d1f7ddea2ffd3dcf8cc507134629cb9c6 authored over 8 years ago
This is for parity with the Node.js fs.mkdir implementation, which
may accept optional options a...
2125322bf4e1629b2c82decde2c2f43e2c4a79cb authored almost 9 years ago
20dcd920d18c1dfa6501d95707fe7fdb6d30b725 authored about 9 years ago
Conflicts:
lib/MemoryFileSystem.js
package.json
Use real node errors.
da7fb39f5927ed206e482c8f058ec03598122bea authored over 9 years agoSeeing as this is is supposed to mimick node's underlying file-system, seems to make sense to us...
a3482b9d0649037ddbbdb7e6d94f4c575405bb6a authored over 9 years agoFix stream tests.
c9a4674db5927b060424290c61ff26645a3f6fc9 authored over 9 years agoAdd an `exists` and `existsSync` method.
a4d5b02e3f7b1daf33fe9a10fd42e6f8ae5843d8 authored over 9 years agob983afe9629da9882ddc21eeb9e7fa14289de851 authored over 9 years ago
71d940146e787b47defe85cbb43a88ce6e7d1aef authored over 9 years ago
c2b2ee75ff73d1b7684f57fc1015bb9a8461446c authored over 9 years ago
2d307df1ccb341f36320a65ab52bf81e6d8eea75 authored over 9 years ago
cf697e2daca8c749c784471c080538f3e6aca827 authored over 9 years ago
636dcd1d3647dfa8d3429462ea1b1e5aafd97a64 authored over 9 years ago
8b0653963e21150bcf5ddbfafffe186e9a862073 authored over 9 years ago
Preliminary support for the functions by the same name from the `fs` module.
def1aa107dec6917b2ca0e0eded0bd39be8e6efa authored over 9 years agoSometimes you'd rather prefer not having an error thrown (à la `.stat`). Because both functions ...
8d0f16379f4b260992816218cc0dee62d1c440f1 authored over 9 years agob90785340f2adf4eed77c59bdda7742a51d16e5e authored about 10 years ago
with test cases
362020098c6fca3b790f2bfa6846cb6e9a7930a8 authored about 10 years agoNormalize path before perform any action with fs
d784408abcc865bab6b9ec5dd847e5b97de8e9e6 authored about 10 years agod10cc7235c23032fa5080a83fb226f9e13b1f2cb authored about 10 years ago
fe762d8da5c3544432ec487c7fa3ff76e8ed2423 authored about 10 years ago
13c459114021cd225a012f48ef2ff6c16c8af800 authored about 10 years ago
Conflicts:
lib/MemoryFileSystem.js
Small Tweaks
7e8a7db000d9e47ead5537b809bd708d10ab3797 authored about 10 years ago55217977f15590d223298f1be9073fdecf98e09e authored about 10 years ago
43e8a389aa0aed99a0e0f266a0bdbaac40785133 authored about 10 years ago
Helps users identify empty strings (when they are not familiar with what is being thrown).
3ae098f198bd39b500417c6b7a88d87f3096be93 authored about 10 years ago65991b3ae942e36c828c0807431bfc567943d345 authored over 10 years ago
0b1b6ace9cd1b87e388d2b65178c204215ec4da8 authored over 10 years ago