fs-monkey icon indicating copy to clipboard operation
fs-monkey copied to clipboard

Monkey-patches for file system related things

Results 21 fs-monkey issues
Sort by recently updated
recently updated
newest added

More and more packages moving to ESM format and start using package subpath exports like this (example from lingui lib) ```json { "name": "@lingui/cli", "exports": { "./api": { "types": "./dist/api/index.d.ts",...