@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.
@@ -7,6 +7,7 @@ export declare function serveMultipleStxFiles(filePaths: string[], options?: Dev
7
7
  export declare interface DevServerOptions {
8
8
  port?: number
9
9
  watch?: boolean
10
+ native?: boolean
10
11
  stxOptions?: any
11
12
  markdown?: {
12
13
  syntaxHighlighting?: {
@@ -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