JS: Fix closure namespace prefix and update tests

This commit is contained in:
Asger F
2019-08-07 11:54:01 +01:00
parent b1f9db9145
commit bd6768e2c8
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
| foo.bar | tests/nestedAccess.js:3:14:3:36 | goog.re ... o.bar') |
| foo.bar.x | tests/nestedAccess.js:5:1:5:8 | fooBar.x |
| foo.bar.x | tests/nestedAccess.js:10:9:10:11 | z.x |
| foo.bar.x.y | tests/nestedAccess.js:5:1:5:10 | fooBar.x.y |
| foo.bar.x.y.z | tests/nestedAccess.js:5:1:5:12 | fooBar.x.y.z |
| goog | tests/es6Module.js:1:1:1:4 | goog |