prettier 3.0.0-alpha.8-for-vscode → 3.0.0-alpha.9-for-vscode
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 +20567 -478
- package/index.mjs +1 -1
- package/internal/internal.cjs +6430 -0
- package/package.json +2 -2
- package/standalone.js +1 -1
- package/standalone.mjs +1 -1
package/index.mjs
CHANGED
|
@@ -20711,7 +20711,7 @@ function isNextLineEmpty2(text, startIndex) {
|
|
|
20711
20711
|
import * as doc from "./doc.mjs";
|
|
20712
20712
|
|
|
20713
20713
|
// src/main/version.evaluate.cjs
|
|
20714
|
-
var version_evaluate_default = "3.0.0-alpha.
|
|
20714
|
+
var version_evaluate_default = "3.0.0-alpha.9-for-vscode";
|
|
20715
20715
|
|
|
20716
20716
|
// src/index.js
|
|
20717
20717
|
function withPlugins(fn, optionsArgumentIndex = 1) {
|