summaryrefslogtreecommitdiff
path: root/cli/tests/lint/expected_from_stdin_json.out
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-10-17 17:08:23 +0200
committerGitHub <noreply@github.com>2020-10-17 17:08:23 +0200
commitc1c760130406405c8fde9a74bd88c62ca721967b (patch)
tree2422c7f1b8c8f4279094f7d7253b96735381e317 /cli/tests/lint/expected_from_stdin_json.out
parent46b892ad37df9ba9bed77fb923a1cfe284b208dc (diff)
upgrade: deno_doc, deno_lint, dprint, swc (#8009)
Diffstat (limited to 'cli/tests/lint/expected_from_stdin_json.out')
-rw-r--r--cli/tests/lint/expected_from_stdin_json.out6
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",