dts-linter 0.3.10-beta2 → 0.3.10
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/README.md +1 -1
- package/dist/THIRD_PARTY_LICENSES.txt +4 -4
- package/dist/dts-linter.js +41 -40
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -44,9 +44,9 @@ dts-linter --formatFixAll
|
|
|
44
44
|
| `--logLevel` | `none\|verbose` | `none` | Set the logging verbosity |
|
|
45
45
|
| `--format` | boolean | `false` | Format the specified files (automatically set to true when formatFixAll) |
|
|
46
46
|
| `--formatFixAll` | boolean | `false` | Apply formatting changes directly to files |
|
|
47
|
-
| `--processIncludes` | boolean | `false` | Process includes for formatting or diagnostics (automatically set to true when diagnosticsFull) |
|
|
48
47
|
| `--diagnostics` | boolean | `false` | Show basic syntax diagnostics |
|
|
49
48
|
| `--diagnosticsFull` | boolean | `false` | Show full diagnostics including semantic analysis (requires --include, --binding for proper usage) |
|
|
49
|
+
| `--diagnosticsConfig` | string | - | Path to json file with test case configurations for complex diagnostics |
|
|
50
50
|
| `--showInfoDiagnostics` | boolean | `false` | Show information-level diagnostics |
|
|
51
51
|
| `--patchFile` | string | - | Write formatting diff output to file |
|
|
52
52
|
| `--outputType` | string | `auto` | Output format type: auto, pretty, annotations, or json |
|
|
@@ -6,7 +6,7 @@ Repository: https://github.com/isaacs/balanced-match
|
|
|
6
6
|
|
|
7
7
|
----------------------------------------------------------------------
|
|
8
8
|
|
|
9
|
-
@isaacs/brace-expansion@5.0.
|
|
9
|
+
@isaacs/brace-expansion@5.0.1
|
|
10
10
|
License: MIT
|
|
11
11
|
|
|
12
12
|
----------------------------------------------------------------------
|
|
@@ -59,19 +59,19 @@ Repository: https://github.com/moxystudio/node-cross-spawn
|
|
|
59
59
|
|
|
60
60
|
----------------------------------------------------------------------
|
|
61
61
|
|
|
62
|
-
devicetree-language-server@0.
|
|
62
|
+
devicetree-language-server@0.7.3
|
|
63
63
|
License: Apache-2.0
|
|
64
64
|
Repository: https://github.com/kylebonnici/dts-lsp
|
|
65
65
|
|
|
66
66
|
----------------------------------------------------------------------
|
|
67
67
|
|
|
68
|
-
diff@8.0.
|
|
68
|
+
diff@8.0.3
|
|
69
69
|
License: BSD-3-Clause
|
|
70
70
|
Repository: https://github.com/kpdecker/jsdiff
|
|
71
71
|
|
|
72
72
|
----------------------------------------------------------------------
|
|
73
73
|
|
|
74
|
-
dts-linter@0.3.10
|
|
74
|
+
dts-linter@0.3.10
|
|
75
75
|
License: Apache-2.0
|
|
76
76
|
Repository: https://github.com/kylebonnici/dts-linter
|
|
77
77
|
|