Skip to content

Commit

Permalink
Add fsevents to plugin-compat README (yarnpkg#2485)
Browse files Browse the repository at this point in the history
* Add fsevents to plugin-compat README

* Run yarn version check

Co-authored-by: Ian VanSchooten <ivanschooten@duosecurity.com>
  • Loading branch information
IanVS and Ian VanSchooten committed Feb 16, 2021
1 parent f26634a commit 909a125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/cccd82b4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declined:
- "@yarnpkg/plugin-compat"
6 changes: 4 additions & 2 deletions packages/plugin-compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ This plugin is included by default in Yarn.
## Compatibility Features

- Various [extensions](/configuration/yarnrc#packageExtensions) are enabled by default (full list [here](https://github.com/yarnpkg/berry/blob/master/packages/plugin-compat/sources/extensions.ts))
- [`typescript`](/package/typescript): Auto-merge of [#35206](https://github.com/microsoft/TypeScript/pull/35206)
- [`resolve`](/package/resolve): Implements [`normalize-options.js`](https://github.com/browserify/resolve/pull/174)
- [`fsevents`](/packages/plugin-compat/extra/fsevents): Makes fsevents aware of the virtual filesystem: [#692](https://github.com/yarnpkg/berry/pull/692)
- [`typescript`](/packages/plugin-compat/extra/typescript): Auto-merge of [#35206](https://github.com/microsoft/TypeScript/pull/35206)
- [`resolve`](/packages/plugin-compat/extra/resolve): Implements [`normalize-options.js`](https://github.com/browserify/resolve/pull/174)

0 comments on commit 909a125

Please sign in to comment.