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 73ab8ff commit c805d26Copy full SHA for c805d26
src/main/cljs/cljs/core.cljs
@@ -7,7 +7,8 @@
7
; You must not remove this notice, or any other, from this software.
8
9
(ns cljs.core
10
- (:require [goog.string :as gstring]
+ (:require goog.math.Long
11
+ [goog.string :as gstring]
12
[goog.object :as gobject]
13
[goog.array :as garray])
14
(:import [goog.string StringBuffer]))
0 commit comments