oxfmt 0.38.0 → 0.40.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 +65 -260
- package/dist/angular-BS7_jn7o.js +3951 -0
- package/dist/{apis-Df5472ag.js → apis-C4p62fZb.js} +4 -4
- package/dist/{dist-DabO5BDH.js → babel-CL6HLzZ0.js} +1 -5158
- package/dist/{bindings-D1mDMI2C.js → bindings-NtH60nWL.js} +26 -26
- package/dist/cli-worker.js +1 -1
- package/dist/cli.js +20 -5
- package/dist/dist-BxJy1HJ_.js +1210 -0
- package/dist/index.d.ts +65 -65
- package/dist/index.js +2 -2
- package/dist/{migrate-prettier-CFnUDGyF.js → migrate-prettier-DCQhmQ6e.js} +1 -1
- package/dist/{angular-B-fZUH1m.js → postcss-k2aCwkzC.js} +6 -7
- package/dist/{prettier-CHVck2cH.js → prettier-DmvT5K0i.js} +4 -20
- package/dist/{prettier-plugin-oxfmt-BSVXgsBX.js → prettier-plugin-oxfmt-gZr3rMg5.js} +2 -2
- package/dist/{sorter-BZkvDMjt-DulScHkJ.js → sorter-BZkvDMjt-tVbe6MxP.js} +4 -4
- package/dist/{sorter-CAIXgwZx.js → sorter-DFoFc7QW.js} +1 -1
- package/package.json +20 -20
- package/dist/babel-j4jyJZw_.js +0 -2
- package/dist/postcss-A2fgbfpd.js +0 -2
- package/dist/{v3-D-mr2VVh-CsF5zfe3.js → v3-D-mr2VVh-FqDpKDIq.js} +1 -1
- package/dist/{v4-C-HWEQJm-DL2nGaoR.js → v4-C-HWEQJm-6MZhb6TA.js} +1 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
let prettierCache;
|
|
3
3
|
async function loadPrettier() {
|
|
4
4
|
if (prettierCache) return prettierCache;
|
|
5
|
-
prettierCache = await import("./prettier-
|
|
5
|
+
prettierCache = await import("./prettier-DmvT5K0i.js");
|
|
6
6
|
return prettierCache;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
@@ -71,7 +71,7 @@ async function formatEmbeddedDoc({ texts, options }) {
|
|
|
71
71
|
let tailwindPluginCache;
|
|
72
72
|
async function loadTailwindPlugin() {
|
|
73
73
|
if (tailwindPluginCache) return tailwindPluginCache;
|
|
74
|
-
tailwindPluginCache = await import("./dist-
|
|
74
|
+
tailwindPluginCache = await import("./dist-BxJy1HJ_.js");
|
|
75
75
|
return tailwindPluginCache;
|
|
76
76
|
}
|
|
77
77
|
/**
|
|
@@ -92,7 +92,7 @@ async function setupTailwindPlugin(options) {
|
|
|
92
92
|
* @returns Array of sorted class strings (same order/length as input)
|
|
93
93
|
*/
|
|
94
94
|
async function sortTailwindClasses({ classes, options }) {
|
|
95
|
-
const { createSorter } = await import("./sorter-
|
|
95
|
+
const { createSorter } = await import("./sorter-DFoFc7QW.js");
|
|
96
96
|
return (await createSorter({
|
|
97
97
|
filepath: options.filepath,
|
|
98
98
|
stylesheetPath: options.tailwindStylesheet,
|
|
@@ -104,7 +104,7 @@ async function sortTailwindClasses({ classes, options }) {
|
|
|
104
104
|
let oxfmtPluginCache;
|
|
105
105
|
async function loadOxfmtPlugin() {
|
|
106
106
|
if (oxfmtPluginCache) return oxfmtPluginCache;
|
|
107
|
-
oxfmtPluginCache = await import("./prettier-plugin-oxfmt-
|
|
107
|
+
oxfmtPluginCache = await import("./prettier-plugin-oxfmt-gZr3rMg5.js");
|
|
108
108
|
return oxfmtPluginCache;
|
|
109
109
|
}
|
|
110
110
|
/**
|