File tree 8 files changed +15
-21
lines changed
8 files changed +15
-21
lines changed Original file line number Diff line number Diff line change
1
+ declined :
2
+ - " @yarnpkg/plugin-constraints"
3
+ - " @yarnpkg/plugin-exec"
4
+ - " @yarnpkg/plugin-interactive-tools"
5
+ - " @yarnpkg/plugin-stage"
6
+ - " @yarnpkg/plugin-typescript"
7
+ - " @yarnpkg/plugin-version"
8
+ - " @yarnpkg/plugin-workspace-tools"
Original file line number Diff line number Diff line change @@ -4,6 +4,4 @@ This plugin adds support for [constraints](https://yarnpkg.com/features/constrai
4
4
5
5
## Install
6
6
7
- ```
8
- yarn plugin import constraints
9
- ```
7
+ This plugin is included by default starting from Yarn 4.
Original file line number Diff line number Diff line change @@ -8,9 +8,7 @@ This plugin will add support to Yarn for the `exec:` protocol. This protocol is
8
8
9
9
## Install
10
10
11
- ```
12
- yarn plugin import exec
13
- ```
11
+ This plugin is included by default starting from Yarn 4.
14
12
15
13
## Usage
16
14
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ This plugin adds support for various interactive commands.
4
4
5
5
## Install
6
6
7
- ```
8
- yarn plugin import interactive-tools
9
- ```
7
+ This plugin is included by default starting from Yarn 4.
10
8
11
9
## Commands
12
10
Original file line number Diff line number Diff line change @@ -4,6 +4,4 @@ This plugin adds support for the [`yarn stage`](https://yarnpkg.com/cli/stage) c
4
4
5
5
## Install
6
6
7
- ```
8
- yarn plugin import stage
9
- ```
7
+ This plugin is included by default starting from Yarn 4.
Original file line number Diff line number Diff line change 7
7
8
8
## Install
9
9
10
- ``` bash
11
- yarn plugin import typescript
12
- ```
10
+ This plugin is included by default starting from Yarn 4.
13
11
14
12
## Example
15
13
Original file line number Diff line number Diff line change @@ -4,6 +4,4 @@ This plugin adds support for the new [release workflow](https://yarnpkg.com/feat
4
4
5
5
## Install
6
6
7
- ```
8
- yarn plugin import version
9
- ```
7
+ This plugin is included by default starting from Yarn 4.
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ This plugin adds support for various workspace-related commands.
4
4
5
5
## Install
6
6
7
- ```
8
- yarn plugin import workspace-tools
9
- ```
7
+ This plugin is included by default starting from Yarn 4.
10
8
11
9
## Commands
12
10
You can’t perform that action at this time.
0 commit comments