dts-linter 0.3.0-beta8 → 0.3.0-beta9
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.
|
@@ -71,7 +71,7 @@ Repository: https://github.com/kpdecker/jsdiff
|
|
|
71
71
|
|
|
72
72
|
----------------------------------------------------------------------
|
|
73
73
|
|
|
74
|
-
dts-linter@0.3.0-
|
|
74
|
+
dts-linter@0.3.0-beta8
|
|
75
75
|
License: Apache-2.0
|
|
76
76
|
Repository: https://github.com/kylebonnici/dts-linter
|
|
77
77
|
|
package/dist/dts-linter.js
CHANGED
|
@@ -14676,7 +14676,7 @@ glob.glob = glob;
|
|
|
14676
14676
|
// package.json
|
|
14677
14677
|
var package_default = {
|
|
14678
14678
|
name: "dts-linter",
|
|
14679
|
-
version: "0.3.0-
|
|
14679
|
+
version: "0.3.0-beta8",
|
|
14680
14680
|
main: "index.js",
|
|
14681
14681
|
repository: {
|
|
14682
14682
|
type: "git",
|
|
@@ -16534,11 +16534,11 @@ var formatFile = async (connection, absPath, mainFile, progressString, originalT
|
|
|
16534
16534
|
absPath,
|
|
16535
16535
|
void 0,
|
|
16536
16536
|
{
|
|
16537
|
-
line: issue.range.start.line,
|
|
16537
|
+
line: issue.range.start.line + 1,
|
|
16538
16538
|
col: issue.range.start.character
|
|
16539
16539
|
},
|
|
16540
16540
|
{
|
|
16541
|
-
line: issue.range.end.line,
|
|
16541
|
+
line: issue.range.end.line + 1,
|
|
16542
16542
|
col: issue.range.end.character
|
|
16543
16543
|
}
|
|
16544
16544
|
);
|