From 909a1259a515611b500b55bf6bc32d812eb26e18 Mon Sep 17 00:00:00 2001 From: Ian VanSchooten Date: Tue, 16 Feb 2021 18:07:29 -0500 Subject: [PATCH] Add fsevents to plugin-compat README (#2485) * Add fsevents to plugin-compat README * Run yarn version check Co-authored-by: Ian VanSchooten --- .yarn/versions/cccd82b4.yml | 2 ++ packages/plugin-compat/README.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .yarn/versions/cccd82b4.yml diff --git a/.yarn/versions/cccd82b4.yml b/.yarn/versions/cccd82b4.yml new file mode 100644 index 000000000000..ba8988f326da --- /dev/null +++ b/.yarn/versions/cccd82b4.yml @@ -0,0 +1,2 @@ +declined: + - "@yarnpkg/plugin-compat" diff --git a/packages/plugin-compat/README.md b/packages/plugin-compat/README.md index 88c4b9e379e1..efb973311a79 100644 --- a/packages/plugin-compat/README.md +++ b/packages/plugin-compat/README.md @@ -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) +