Skip to content

Commit

Permalink
Merge branch 'v2' into disable-scope-hoisting-for-all-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
imbrian authored Oct 6, 2023
2 parents 844bbd6 + ce58970 commit 2895285
Show file tree
Hide file tree
Showing 6 changed files with 608 additions and 111 deletions.
1 change: 1 addition & 0 deletions packages/core/fs/src/NodeFS.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class NodeFS implements FileSystem {
copyFile: any = promisify(fs.copyFile);
stat: any = promisify(fs.stat);
readdir: any = promisify(fs.readdir);
symlink: any = promisify(fs.symlink);
unlink: any = promisify(fs.unlink);
utimes: any = promisify(fs.utimes);
ncp: any = promisify(ncp);
Expand Down
Loading

0 comments on commit 2895285

Please sign in to comment.