@stacksjs/stx 0.1.12 → 0.1.16
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/dist/cli.js +2064 -0
- package/dist/dev-server.d.ts +1 -0
- package/dist/formatter.d.ts +0 -1
- package/dist/index.js +1499 -0
- package/dist/serve.d.ts +1 -1
- package/package.json +7 -8
- package/dist/bin/cli.js +0 -3300
- package/dist/chunk-2ndtnc0t.js +0 -9822
- package/dist/chunk-e11q5a3p.js +0 -20
- package/dist/chunk-vsbm352h.js +0 -670
- package/dist/src/index.js +0 -3155
package/dist/dev-server.d.ts
CHANGED
package/dist/formatter.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export declare function formatStxContent(content: string, options?: FormatterOpt
|
|
|
5
5
|
/**
|
|
6
6
|
* stx file formatter for automatically formatting .stx files
|
|
7
7
|
*/
|
|
8
|
-
/* eslint-disable regexp/no-super-linear-backtracking */
|
|
9
8
|
export declare interface FormatterOptions {
|
|
10
9
|
indentSize?: number
|
|
11
10
|
useTabs?: boolean
|