prettier 3.9.5 → 3.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD-PARTY-NOTICES.md +2 -2
- package/index.cjs +1 -1
- package/index.mjs +3 -1
- package/internal/experimental-cli.mjs +1 -1
- package/package.json +1 -1
- package/plugins/acorn.js +10 -10
- package/plugins/acorn.mjs +10 -10
- package/plugins/babel.js +1 -1
- package/plugins/babel.mjs +1 -1
- package/plugins/estree.js +1 -1
- package/plugins/estree.mjs +1 -1
- package/plugins/flow.js +3 -3
- package/plugins/flow.mjs +3 -3
- package/plugins/meriyah.js +1 -1
- package/plugins/meriyah.mjs +1 -1
- package/plugins/postcss.js +16 -16
- package/plugins/postcss.mjs +1 -1
- package/plugins/typescript.js +14 -14
- package/plugins/typescript.mjs +14 -14
- package/standalone.js +2 -2
- package/standalone.mjs +2 -2
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -514,7 +514,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
|
|
|
514
514
|
|
|
515
515
|
----------------------------------------
|
|
516
516
|
|
|
517
|
-
## @typescript-eslint/types@v8.
|
|
517
|
+
## @typescript-eslint/types@v8.65.0
|
|
518
518
|
|
|
519
519
|
> Types for the TypeScript-ESTree AST spec
|
|
520
520
|
|
|
@@ -546,7 +546,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
546
546
|
|
|
547
547
|
----------------------------------------
|
|
548
548
|
|
|
549
|
-
## @typescript-eslint/typescript-estree@v8.
|
|
549
|
+
## @typescript-eslint/typescript-estree@v8.65.0
|
|
550
550
|
|
|
551
551
|
> A parser that converts TypeScript source code into an ESTree compatible form
|
|
552
552
|
|
package/index.cjs
CHANGED
package/index.mjs
CHANGED
|
@@ -18198,6 +18198,8 @@ function isSourceElement(opts2, node, parentNode) {
|
|
|
18198
18198
|
case "meriyah":
|
|
18199
18199
|
case "oxc":
|
|
18200
18200
|
case "oxc-ts":
|
|
18201
|
+
case "yuku":
|
|
18202
|
+
case "yuku-ts":
|
|
18201
18203
|
case "__babel_estree":
|
|
18202
18204
|
return isJsSourceElement(node.type, parentNode?.type);
|
|
18203
18205
|
case "json":
|
|
@@ -18740,7 +18742,7 @@ var get_file_info_default = getFileInfo;
|
|
|
18740
18742
|
import * as doc from "./doc.mjs";
|
|
18741
18743
|
|
|
18742
18744
|
// src/main/version.evaluate.js
|
|
18743
|
-
var version_evaluate_default = "3.9.
|
|
18745
|
+
var version_evaluate_default = "3.9.6";
|
|
18744
18746
|
|
|
18745
18747
|
// src/utilities/public.js
|
|
18746
18748
|
var public_exports = {};
|