prettier 3.2.3 → 3.2.4
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/index.cjs +1 -1
- package/index.mjs +8 -12
- package/package.json +1 -1
- package/plugins/estree.js +14 -14
- package/plugins/estree.mjs +13 -13
- package/standalone.js +1 -1
- package/standalone.mjs +1 -1
package/index.cjs
CHANGED
package/index.mjs
CHANGED
|
@@ -23556,7 +23556,12 @@ var languages_evaluate_default6 = [
|
|
|
23556
23556
|
"Pipfile.lock",
|
|
23557
23557
|
"composer.lock",
|
|
23558
23558
|
"flake.lock",
|
|
23559
|
-
"mcmod.info"
|
|
23559
|
+
"mcmod.info",
|
|
23560
|
+
".babelrc",
|
|
23561
|
+
".jscsrc",
|
|
23562
|
+
".jshintrc",
|
|
23563
|
+
".jslintrc",
|
|
23564
|
+
".swcrc"
|
|
23560
23565
|
],
|
|
23561
23566
|
"parsers": [
|
|
23562
23567
|
"json"
|
|
@@ -23597,19 +23602,10 @@ var languages_evaluate_default6 = [
|
|
|
23597
23602
|
".sublime_session"
|
|
23598
23603
|
],
|
|
23599
23604
|
"filenames": [
|
|
23600
|
-
".babelrc",
|
|
23601
|
-
".devcontainer.json",
|
|
23602
|
-
".eslintrc.json",
|
|
23603
|
-
".jscsrc",
|
|
23604
|
-
".jshintrc",
|
|
23605
|
-
".jslintrc",
|
|
23606
|
-
".swcrc",
|
|
23607
|
-
"api-extractor.json",
|
|
23608
23605
|
"devcontainer.json",
|
|
23609
23606
|
"jsconfig.json",
|
|
23610
23607
|
"language-configuration.json",
|
|
23611
|
-
"tsconfig.json"
|
|
23612
|
-
"tslint.json"
|
|
23608
|
+
"tsconfig.json"
|
|
23613
23609
|
],
|
|
23614
23610
|
"parsers": [
|
|
23615
23611
|
"jsonc"
|
|
@@ -23958,7 +23954,7 @@ var object_omit_default = omit;
|
|
|
23958
23954
|
import * as doc from "./doc.mjs";
|
|
23959
23955
|
|
|
23960
23956
|
// src/main/version.evaluate.cjs
|
|
23961
|
-
var version_evaluate_default = "3.2.
|
|
23957
|
+
var version_evaluate_default = "3.2.4";
|
|
23962
23958
|
|
|
23963
23959
|
// src/utils/public.js
|
|
23964
23960
|
var public_exports = {};
|