We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f720536 commit 2927d3aCopy full SHA for 2927d3a
snapshots/input/pure-js/src/main.js
@@ -47,3 +47,7 @@ function var_function_scope() {
47
}
48
print_fib(k)
49
50
+
51
+function array_of_objects() {
52
+ [{ element: 0 }, { element: 1}]
53
+}
snapshots/output/pure-js/src/main.js
@@ -97,3 +97,10 @@ function var_function_scope() {
97
// ^ reference local 17
98
99
100
101
+// ^^^^^^^^^^^^^^^^ definition pure-js 1.0.0 src/`main.js`/array_of_objects().
102
103
+// ^^^^^^^ definition pure-js 1.0.0 src/`main.js`/element0:
104
+// ^^^^^^^ definition pure-js 1.0.0 src/`main.js`/element1:
105
106
0 commit comments