diff options
Diffstat (limited to 'cli/tests/lint/expected_from_stdin_json.out')
-rw-r--r-- | cli/tests/lint/expected_from_stdin_json.out | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cli/tests/lint/expected_from_stdin_json.out b/cli/tests/lint/expected_from_stdin_json.out index 148ee6cdd..611b95d08 100644 --- a/cli/tests/lint/expected_from_stdin_json.out +++ b/cli/tests/lint/expected_from_stdin_json.out @@ -4,11 +4,13 @@ "range": { "start": { "line": 1, - "col": 7 + "col": 7, + "bytePos": 7 }, "end": { "line": 1, - "col": 10 + "col": 10, + "bytePos": 10 } }, "filename": "_stdin.ts", |