oxfmt 0.15.0 → 0.17.0
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/configuration_schema.json +9 -18
- package/dist/{acorn-Cdy8_MIV.js → acorn-Bhqm8ew7.js} +1648 -1759
- package/dist/angular-DV1l9Zhh.js +3949 -0
- package/dist/babel-DUxzMJOC.js +9879 -0
- package/dist/cli.js +2 -2
- package/dist/estree-Bq_ViZ6c.js +7269 -0
- package/dist/flow-BBddPECx.js +52915 -0
- package/dist/{glimmer-CtU7pxOf.js → glimmer-CaC6S6IV.js} +2393 -2117
- package/dist/{graphql-DLoSRISM.js → graphql-DLdd3udx.js} +407 -361
- package/dist/html-k9ACv7o7.js +6961 -0
- package/dist/index.d.ts +24 -6
- package/dist/index.js +2 -2
- package/dist/markdown-ir78_RbM.js +6879 -0
- package/dist/meriyah-B9FNK7uW.js +7591 -0
- package/dist/{postcss-xkt1tmQU.js → postcss-3YJi8Xcf.js} +2089 -2065
- package/dist/{prettier-B2Z8f9vI.js → prettier-D94gFlK4.js} +2002 -3238
- package/dist/{embedded-DvYsSy3P.js → prettier-proxy-CdAv_ylt.js} +60 -36
- package/dist/{typescript-D6xJygmA.js → typescript-Bq7RNeoo.js} +9115 -9181
- package/dist/{yaml-4LpP-f4P.js → yaml-9wmPxzlF.js} +1375 -1324
- package/package.json +9 -9
- package/dist/angular-JCDLjf-D.js +0 -3628
- package/dist/babel-DCyP54j3.js +0 -10033
- package/dist/estree-DbXw6VOE.js +0 -6925
- package/dist/flow-B--ySPN_.js +0 -52250
- package/dist/html-CJQEfAU1.js +0 -6554
- package/dist/markdown-3iPDXd0m.js +0 -6832
- package/dist/meriyah-DRowmdJO.js +0 -8927
|
@@ -51,17 +51,6 @@
|
|
|
51
51
|
}
|
|
52
52
|
]
|
|
53
53
|
},
|
|
54
|
-
"experimentalOperatorPosition": {
|
|
55
|
-
"description": "Experimental: Position of operators in expressions. (Default: \"end\")",
|
|
56
|
-
"anyOf": [
|
|
57
|
-
{
|
|
58
|
-
"$ref": "#/definitions/OperatorPositionConfig"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"type": "null"
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
},
|
|
65
54
|
"experimentalSortImports": {
|
|
66
55
|
"description": "Experimental: Sort import statements. Disabled by default.",
|
|
67
56
|
"anyOf": [
|
|
@@ -203,13 +192,6 @@
|
|
|
203
192
|
"always"
|
|
204
193
|
]
|
|
205
194
|
},
|
|
206
|
-
"OperatorPositionConfig": {
|
|
207
|
-
"type": "string",
|
|
208
|
-
"enum": [
|
|
209
|
-
"start",
|
|
210
|
-
"end"
|
|
211
|
-
]
|
|
212
|
-
},
|
|
213
195
|
"QuotePropsConfig": {
|
|
214
196
|
"type": "string",
|
|
215
197
|
"enum": [
|
|
@@ -237,6 +219,15 @@
|
|
|
237
219
|
"default": true,
|
|
238
220
|
"type": "boolean"
|
|
239
221
|
},
|
|
222
|
+
"internalPattern": {
|
|
223
|
+
"type": [
|
|
224
|
+
"array",
|
|
225
|
+
"null"
|
|
226
|
+
],
|
|
227
|
+
"items": {
|
|
228
|
+
"type": "string"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
240
231
|
"newlinesBetween": {
|
|
241
232
|
"default": true,
|
|
242
233
|
"type": "boolean"
|