| | JavaScript objects created with (new referred-js ...) are not ^js hinted for advanced compilation | | | | | Unresolved | Feb 1, 2023 | Feb 1, 2023 | | |
| | `(set! a -x false)` doesn't work | | | | | Unresolved | Jan 30, 2023 | Jan 30, 2023 | | |
| | Add ECMASCRIPT options for 2018-2021 | | | | | Fixed | Jan 9, 2023 | Jan 19, 2023 | | |
| | Efficient drop, partition for persistent/algo colls | | | | | Unresolved | Dec 11, 2022 | Dec 14, 2022 | | |
| | datafy support for js/Error and ExceptionInfo | | | | | Unresolved | Nov 19, 2022 | Nov 29, 2022 | | |
| | Implement cljs.test/run-test similar to clojure.test/run-test (added in 1.11) | | | | | Fixed | Nov 11, 2022 | Nov 11, 2022 | | |
| | ClojureScript node target regression - when compiling default out is `.cljs_node_repl` rather than `out` | | | | | Unresolved | Nov 7, 2022 | Nov 7, 2022 | | |
| | Check for illegal methods names in deftype, defprotocol, defrecord | | | | | Unresolved | Oct 3, 2022 | Oct 3, 2022 | | |
| | Update CI to use newer macOS version | | | | | Fixed | Aug 4, 2022 | Aug 8, 2022 | | |
| | Browser repl unable to serve wasm files | | | | | Fixed | Aug 4, 2022 | Aug 8, 2022 | | |
| | defn varargs argument should be nil instead of empty list when no varargs are passed | | | | | Fixed | Aug 2, 2022 | Aug 2, 2022 | | |
| | Extend empty? to counted? colls that arent seqable, such as transients | | | | | Fixed | Jul 24, 2022 | Aug 3, 2022 | | |
| | Different behavior of reduced in clj and cljs | | | | | Fixed | Jul 6, 2022 | Jul 15, 2022 | | |
| | :browser-repl is always true in opts for cljs.cli/default-compile | | | | | Fixed | Jul 2, 2022 | Jul 15, 2022 | | |
| | Regression in .apply in 1.11.51 after CLJS-3024 | | | | | Fixed | Jun 20, 2022 | Jun 21, 2022 | | |
| | Invokable JS namespaces used as constructors not hinted properly | | | | | Unresolved | Jun 15, 2022 | Jun 15, 2022 | | |
| | doseq over JavaScript arrays are munged in advanced compilation | | | | | Unresolved | Jun 14, 2022 | Jun 15, 2022 | | |
| | Add support for node_modules with .cjs extension | | | | | Fixed | Jun 13, 2022 | Jul 29, 2022 | | |
| | Change default :language-in to :ecmascript-next | | | | | Fixed | Jun 12, 2022 | Jul 29, 2022 | | |
| | Objects created from required JS constructor are not poisoned | | | | | Fixed | May 17, 2022 | Jun 15, 2022 | | |
| | Guard cljs.analyzer/get-bridged-alias-map in :clj reader-conditional | | | | | Fixed | May 13, 2022 | May 17, 2022 | | |
| | Automatically bridge clojure.tools.reader to cljs.vendor.clojure.tools.reader | | | | | Fixed | May 11, 2022 | May 12, 2022 | | |
| | Extern/DOM identification fails for `getScreenCTM` and other SVG methods/properties | | | | | Fixed | May 8, 2022 | May 10, 2022 | | |
| | Externs Inference issue when using `doto` w/ referred import | | | | | Fixed | Apr 28, 2022 | May 5, 2022 | | |
| | Vendorize data.json, tools.reader and transit | | | | | Fixed | Apr 13, 2022 | May 11, 2022 | | |
| | Invalid warning on record constructor | | | | | Fixed | Apr 11, 2022 | Apr 14, 2022 | | |
| | uuid parsing regex is too permissive | | | | | Fixed | Apr 9, 2022 | Apr 11, 2022 | | |
| | Speed up random-uuid by generating 4 digits at a time | | | | | Fixed | Mar 27, 2022 | Nov 15, 2022 | | |
| | let binding can shadow globals, leading to strange behavior | | | | | Fixed | Feb 28, 2022 | Apr 21, 2022 | | |
| | Backward conflict test in prefer-method causes incorrect exception | | | | | Fixed | Feb 26, 2022 | Apr 20, 2022 | | |
| | Support for bundling JS resources (imgs, css, etc.) | | | | | Unresolved | Feb 25, 2022 | Feb 25, 2022 | | |
| | Built-in ClojureScript functions lose `^js` tags which results in wrong things being minified | | | | | Unresolved | Feb 14, 2022 | Feb 14, 2022 | | |
| | Typo in docstring of test-vars | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | reduce-kv on seq of map entries | | | | | Unresolved | Feb 6, 2022 | Feb 6, 2022 | | |
| | some-fn has different short-circuiting when using 3 predicates | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Add docstrings to uuid, uuid?, and random-uuid | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Update clojure.string/split docstring regarding trailing empty parts | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Clarify cljs.core/get docstring regarding sets, strings, arrays, ILookup | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Add definition to reify docstring | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Malformed test at end of test-cljs-1837 | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | halt-when not usable within #'c.c/into | | | | | Fixed | Feb 6, 2022 | Feb 7, 2022 | | |
| | Port Clojure's clojure.set unit tests to ClojureScript | | | | | Fixed | Feb 6, 2022 | Feb 6, 2022 | | |
| | map-invert should use transients and reduce-kv instead of reduce | | | | | Fixed | Feb 6, 2022 | Feb 6, 2022 | | |
| | Add the new iteration function introduced in Clojure 1.11 | | | | | Fixed | Feb 3, 2022 | Feb 5, 2022 | | |
| | Self-host negative zero emitted as positive zero | | | | | Fixed | Feb 1, 2022 | Feb 2, 2022 | | |
| | Self-parity tests fail with tests requiring clojure.test | | | | | Fixed | Feb 1, 2022 | Feb 2, 2022 | | |
| | Update test.check dependency | | | | | Fixed | Jan 30, 2022 | Jan 31, 2022 | | |
| | Add :as-alias in alias map for self-hosted | | | | | Fixed | Jan 29, 2022 | Jan 31, 2022 | | |
| | Implement new functions for parity with Clojure 1.11 | | | | | Fixed | Jan 28, 2022 | Apr 9, 2022 | | |
| | Create clojure.math namespace | | | | | Fixed | Jan 26, 2022 | Apr 6, 2022 | | |