You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Allow decorators on private members and class expressions ([#14548](https://github.com/prettier/prettier/pull/14548) by [@fisker](https://github.com/fisker))
Copy file name to clipboardExpand all lines: docs/browser.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ Required options:
20
20
21
21
-**`plugins`**: Unlike the `format` function from the [Node.js-based API](api.md#prettierformatsource--options), this function doesn’t load plugins automatically. The `plugins` option is required because all the parsers included in the Prettier package come as plugins (for reasons of file size). These plugins are files named
22
22
23
-
-`parser-*.js` in <https://unpkg.com/browse/[email protected].5/> and
24
-
-`parser-*.mjs` in <https://unpkg.com/browse/[email protected].5/esm/>
23
+
-`parser-*.js` in <https://unpkg.com/browse/[email protected].6/> and
24
+
-`parser-*.mjs` in <https://unpkg.com/browse/[email protected].6/esm/>
25
25
26
26
You need to load the ones that you’re going to use and pass them to `prettier.format` using the `plugins` option.
Copy file name to clipboardExpand all lines: website/versioned_docs/version-stable/browser.md
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ Required options:
21
21
22
22
-**`plugins`**: Unlike the `format` function from the [Node.js-based API](api.md#prettierformatsource--options), this function doesn’t load plugins automatically. The `plugins` option is required because all the parsers included in the Prettier package come as plugins (for reasons of file size). These plugins are files named
23
23
24
-
-`parser-*.js` in <https://unpkg.com/browse/[email protected].5/> and
25
-
-`parser-*.mjs` in <https://unpkg.com/browse/[email protected].5/esm/>
24
+
-`parser-*.js` in <https://unpkg.com/browse/[email protected].6/> and
25
+
-`parser-*.mjs` in <https://unpkg.com/browse/[email protected].6/esm/>
26
26
27
27
You need to load the ones that you’re going to use and pass them to `prettier.format` using the `plugins` option.
0 commit comments