Use deep merge for `:compiler-options`
Open
- Dominant language
- Clojure
- Stars
- 176
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Using deep merge for `:compiler-options` would allow to merge `:closure-defines` from task definition and `.cljs.edn` files instead of replacing one by another.
It'd be especially usefull for `:parallel-build`.
Contributor guide
Research direction
Start by tracing how :compiler-options are read from task definitions and .cljs.edn files, with attention to :closure-defines. The work is done when values from both sources are deep-merged rather than replaced, including the :parallel-build case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, javascript
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100