You are currently using a new, unsaved search.
1 2 Next >>
Add support for Closure defines
compiler needs to put all args of an invocation after 20 into an array-seq
apply needs to put all args after the 20th into an array seq
PersistentVector push-tail, do-assoc, pop-tail should not contain recursive calls
Allow colon as whitespace in map literals
Backend agnostic repl infrastructure
clojure.reflect support for Rhino REPL
Warning under advanced compilation about incorrect protocol implementation signatures
Regular expressions don't support Javascript mode flags
Use protocol mask test in protocol fns
possible protocol dispatch performance enhancement
satisfies? produces strange code when the protocol is not in the fast-path list
clojure.reflect is asynchronous (should use CrossPageChannel)
Automate Browser REPL testing
Lazy initialize global-hierarchy
support ^:expose annotation
Cannot create more than one browser evaluation environment
Compiler errors/warnings should be displayed when cljs namespace 'package' names start with an unacceptable javascript symbol.
user defined tagged literals in CLJS
Compiler should emit optional source maps
defn missing arg vector gives error about max
Throw error when user tries to use wrong syntax for multiple arity functions in extend-type
loop doesn't seem to preserve tag information as evidenced by extra cljs.core.truth_ calls
Function named same as ns fails
stack traces for ex-info
Implement notion of "unbound", i.e. uninitialized variables, in ClojureScript to mimic Clojure's behaviour
Name every fn in CLJS sources (for debugging purposes)
Add a facility to obtain the version information of the clojurescript build that is in use
ClojureScript js->clj not converting
load-file in REPL improperly qualifies current-namespace ::keywords
Constant literal optimization
Conditional compilation (or reading)
Implement specify, allowing instances to implement protocols
reduce-kv doesn't work on this dataset
Flag to disable minification in advanced mode
Persistent Data Structure Benchmark
*cljs-data-readers* is bound to *data-readers* inconsistently
Tagged literals should yield Java types to macros
Instance Reader to Support Micro/Nanoseconds
Google Closure Class interop form (genclass)
IHash not extended to js/Date
Allow hashtable lookup used for numbers and strings to be extended to other built-in types
testing spike (assert, test.generative)
Warn if ISeq is implemented and ISeqable and ICollection are not
Allow extending 'set-options' for Closure Compiler
cljsc :externs flag fails when opts map not quoted
Using ^:extern in repl fails
remove the full inst literal test - adds 10 seconds to test runs when testing all the major JS engines
Method to specify externs that should be used by the the compiler in jar-ed non-gclosure/foreign javascript libs
All global vars (f.e. __dirname) of node.js should be in cljs.nodejs