From 6869bfa4c63121f60284c7a2e48c5db1ce86f9cc Mon Sep 17 00:00:00 2001 From: "Kevin (Kun) \"Kassimo\" Qian" Date: Sat, 26 Oct 2019 18:04:34 -0700 Subject: Support named imports/exports for subset of properties in JSON modules (#3210) --- cli/tests/subdir/json_1.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/tests/subdir/json_1.json (limited to 'cli/tests/subdir/json_1.json') diff --git a/cli/tests/subdir/json_1.json b/cli/tests/subdir/json_1.json new file mode 100644 index 000000000..754d16b84 --- /dev/null +++ b/cli/tests/subdir/json_1.json @@ -0,0 +1,5 @@ +{ + "$var": { "a": 123, "b": [1, 2, 3], "c": null }, + "with space": "invalid variable name", + "function": "reserved word" +} -- cgit v1.2.3