refactor: allow embedder overriding of internal FS calls (#17906) (#18183)

This commit is contained in:
Shelley Vohr 2019-05-07 06:44:32 -07:00 committed by John Kleinschmidt
parent 91e3421525
commit cfb6e847a0
7 changed files with 26 additions and 5 deletions

View file

@ -0,0 +1 @@
// Nothing to do here

View file

@ -0,0 +1,4 @@
{
"name": "some-module",
"main": "./main2.js"
}