Commit 1d8964e
CLJS-1770: goog-defines broken for integers
Using goog-define with integers caused cljs.closure/make-options to attempt to call a nonexistent method setDefineToIntegerLiteral. This fix causes all numeric goog-define and :closure-defines compiler options to use setDefineToDoubleLiteral.1 parent 9245905 commit 1d8964e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
267 | | - | |
| 266 | + | |
268 | 267 | | |
269 | 268 | | |
270 | 269 | | |
| |||
0 commit comments