-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove owner related code as well as stale polyfills (#53)
BREAKING CHANGE: this removes the `owner` option from all methods that previously supported it, as well as the `withOwner` and `withOwnerSync` methods
- Loading branch information
Showing
25 changed files
with
7 additions
and
1,927 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
module.exports = { | ||
...require('./fs.js'), | ||
copyFile: require('./copy-file.js'), | ||
cp: require('./cp/index.js'), | ||
mkdir: require('./mkdir.js'), | ||
mkdtemp: require('./mkdtemp.js'), | ||
rm: require('./rm/index.js'), | ||
withTempDir: require('./with-temp-dir.js'), | ||
withOwner: require('./with-owner.js'), | ||
withOwnerSync: require('./with-owner-sync.js'), | ||
writeFile: require('./write-file.js'), | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.