https://github.com/lilactown/shadow-cljs-const-repro
https://github.com/lilactown/shadow-cljs-const-repro
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lilactown/shadow-cljs-const-repro
- Owner: lilactown
- Created: 2020-05-14T00:19:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T18:07:49.000Z (over 4 years ago)
- Last Synced: 2025-02-15T18:48:34.811Z (8 months ago)
- Language: Clojure
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is a minimal reproduction of an error introduced in shadow-cljs 2.8.95.
Editing a depenency of a namespace which defines a `^:const` var results in
build failures. Editing the namespace again, resolves the issue.