BREAKING CHANGE(SmartFileFactory): Refactor to in-memory file API and introduce SmartFileFactory; delegate filesystem operations to @push.rocks/smartfs; bump to 12.0.0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key1": "this works",
|
||||
"key2": "this works too",
|
||||
"key3": {
|
||||
"nestedkey1": "hello"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"key1": "this works",
|
||||
"key2": "this works too",
|
||||
"key3": {
|
||||
"nestedkey1": "hello"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
directory test content
|
||||
@@ -0,0 +1 @@
|
||||
hi there
|
||||
@@ -0,0 +1 @@
|
||||
saved content 1
|
||||
@@ -0,0 +1 @@
|
||||
saved content 2
|
||||
Reference in New Issue
Block a user