oxfmt 0.57.0 → 0.59.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.
Files changed (37) hide show
  1. package/configuration_schema.json +3 -3
  2. package/dist/{acorn-LGWopQvF.js → acorn-Dxp-n4ed.js} +1984 -1801
  3. package/dist/{angular-BbAuvH72.js → angular-Clx-wbm6.js} +1750 -995
  4. package/dist/{apis-CvFX8LhR.js → apis-D299uPBa.js} +4 -4
  5. package/dist/babel-7tfAjQas.js +10005 -0
  6. package/dist/{bindings-Cj_GMsoO.js → bindings-CjOHPMBU.js} +26 -26
  7. package/dist/{chunk-DSjvVL_1-DllBg9tc.js → chunk-DSjvVL_1-Do0Iorfu.js} +1 -1
  8. package/dist/cli-worker.d.ts +21 -27
  9. package/dist/cli-worker.js +1 -1
  10. package/dist/cli.js +3 -2
  11. package/dist/{dist-BKyxiMdj.js → dist-Byfj_1s9.js} +17 -17
  12. package/dist/estree-CyQu6pff.js +8006 -0
  13. package/dist/flow-BH5imzwC.js +9164 -0
  14. package/dist/{glimmer-Ba_8Z2bG.js → glimmer-B5hfTXAX.js} +295 -213
  15. package/dist/{graphql-CZ7EPWgo.js → graphql-DQB_nHt9.js} +968 -818
  16. package/dist/{html-DblM11Xw.js → html--849eFzc.js} +1531 -1318
  17. package/dist/index.d.ts +7 -3
  18. package/dist/index.js +3 -3
  19. package/dist/{jiti-Bb1dT6Cw-0c6As3U-.js → jiti-Bb1dT6Cw-cY1yrK9n.js} +2 -2
  20. package/dist/markdown-B1lBrqaF.js +14043 -0
  21. package/dist/{meriyah-DafjRZfO.js → meriyah-B5wbO5kj.js} +1568 -1445
  22. package/dist/{migrate-prettier-DrYAkU3F.js → migrate-prettier-CbxtU9AG.js} +49 -42
  23. package/dist/{plugin-BuVceHGR.js → plugin-D1B0s0iv.js} +16 -12
  24. package/dist/{postcss-CkhtwsAS.js → postcss-DuOoF7OX.js} +2243 -2013
  25. package/dist/{prettier-DKAx5A83.js → prettier-CEZwFZsY.js} +5673 -5038
  26. package/dist/{sorter-BZkvDMjt-C8qUPUh2.js → sorter-BZkvDMjt-DFTeIPU-.js} +7 -7
  27. package/dist/{sorter-DSVZH4kF.js → sorter-Cm0Z2eGI.js} +1 -1
  28. package/dist/{typescript-DaxiA0nr.js → typescript-Cvdwz3-D.js} +10574 -10254
  29. package/dist/{v3-D-mr2VVh-Ch8a-2Ce.js → v3-D-mr2VVh-C_WUxELf.js} +6 -5
  30. package/dist/{v4-C-HWEQJm-DheWK34Z.js → v4-C-HWEQJm-C0ut0NwJ.js} +108 -30
  31. package/dist/yaml-Dd4aShtG.js +6210 -0
  32. package/package.json +20 -20
  33. package/dist/babel-DLjwvkt5.js +0 -9884
  34. package/dist/estree-DbmUPhmV.js +0 -7269
  35. package/dist/flow-CJbpv7JL.js +0 -52916
  36. package/dist/markdown-B5hFVJKQ.js +0 -6880
  37. package/dist/yaml-BC7gw7un.js +0 -5280
@@ -51,12 +51,12 @@
51
51
  "markdownDescription": "Specify the global whitespace sensitivity for HTML, Vue, Angular, and Handlebars.\n\n- Languages: HTML, Angular, Vue, Handlebars, Svelte\n- Default: `\"css\"`"
52
52
  },
53
53
  "ignorePatterns": {
54
- "description": "Ignore files matching these glob patterns.\nPatterns are based on the location of the Oxfmt configuration file.\n\n- Default: `[]`",
54
+ "description": "Ignore files matching these glob patterns.\nPatterns use gitignore-style matching, rooted at the directory containing the configuration file.\nFiles outside that directory cannot be matched; patterns containing `..` are rejected as a configuration error.\n\n- Default: `[]`",
55
55
  "type": "array",
56
56
  "items": {
57
57
  "type": "string"
58
58
  },
59
- "markdownDescription": "Ignore files matching these glob patterns.\nPatterns are based on the location of the Oxfmt configuration file.\n\n- Default: `[]`"
59
+ "markdownDescription": "Ignore files matching these glob patterns.\nPatterns use gitignore-style matching, rooted at the directory containing the configuration file.\nFiles outside that directory cannot be matched; patterns containing `..` are rejected as a configuration error.\n\n- Default: `[]`"
60
60
  },
61
61
  "insertFinalNewline": {
62
62
  "description": "Whether to insert a final newline at the end of the file.\n\n- Languages: All\n- Default: `true`\n- Overrides `.editorconfig.insert_final_newline`",
@@ -811,4 +811,4 @@
811
811
  }
812
812
  },
813
813
  "markdownDescription": "Configuration options for the Oxfmt.\n\nMost options are the same as Prettier's options, but not all of them.\nIn addition, some options are our own extensions."
814
- }
814
+ }