Commit aec61c1
committed
CLJS-3438: Inference for
- fix desugar-dotted-expr, generated malformed AST in the case of goog.module var
- compiler test for goog.object/containsKey
- uncomment test now passes
... but compiler-tests are failing due
to warning about incorrect usage of
goog.object/get, but that's because
we don't parse options params yet
also need to resolve to the original
goog.module var name and not the local
thing in the namespacegoog.object/containsKey returns any, not boolean1 parent aa5e751 commit aec61c1
File tree
3 files changed
+23
-8
lines changed- src
- main/clojure/cljs
- test/clojure/cljs
3 files changed
+23
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1214 | 1214 | | |
1215 | 1215 | | |
1216 | 1216 | | |
1217 | | - | |
1218 | | - | |
1219 | | - | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
1220 | 1222 | | |
1221 | 1223 | | |
1222 | 1224 | | |
| |||
3946 | 3948 | | |
3947 | 3949 | | |
3948 | 3950 | | |
3949 | | - | |
| 3951 | + | |
| 3952 | + | |
| 3953 | + | |
| 3954 | + | |
3950 | 3955 | | |
3951 | 3956 | | |
3952 | 3957 | | |
3953 | 3958 | | |
3954 | 3959 | | |
3955 | 3960 | | |
3956 | 3961 | | |
| 3962 | + | |
| 3963 | + | |
| 3964 | + | |
3957 | 3965 | | |
3958 | 3966 | | |
3959 | 3967 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
394 | 404 | | |
395 | 405 | | |
396 | 406 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
407 | | - | |
408 | | - | |
| 406 | + | |
409 | 407 | | |
410 | 408 | | |
411 | 409 | | |
412 | 410 | | |
413 | 411 | | |
414 | 412 | | |
415 | 413 | | |
416 | | - | |
0 commit comments