summaryrefslogtreecommitdiff
path: root/cli/tests/050_more_jsons.ts.out
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2019-10-26 18:04:34 -0700
committerRy Dahl <ry@tinyclouds.org>2019-10-26 21:04:34 -0400
commit6869bfa4c63121f60284c7a2e48c5db1ce86f9cc (patch)
tree81be58ad8ff516aa86f0325a7516cd85bcbb23fb /cli/tests/050_more_jsons.ts.out
parentc5fe657dd3e81110f84cdff8ff1b35492de4d1a3 (diff)
Support named imports/exports for subset of properties in JSON modules (#3210)
Diffstat (limited to 'cli/tests/050_more_jsons.ts.out')
-rw-r--r--cli/tests/050_more_jsons.ts.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/050_more_jsons.ts.out b/cli/tests/050_more_jsons.ts.out
new file mode 100644
index 000000000..0ca014a21
--- /dev/null
+++ b/cli/tests/050_more_jsons.ts.out
@@ -0,0 +1,5 @@
+{ a: 123, b: [ 1, 2, 3 ], c: null }
+123
+{ $var: { a: 123, b: [ 1, 2, 3 ], c: null }, with space: "invalid variable name", function: "reserved word" }
+invalid variable name
+just a string