8000 GitHub - colinkahn/clj-macro-updates
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

colinkahn/clj-macro-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLJ Macro Updates

Issue

thheller/shadow-cljs#495

This maybe a slightly different bug since the fix merged w/ https://github.com/thheller/shadow-cljs/commit/a21c3fcc42c48aef1d3734fe4c88936d51775e43 doesn't remedy this case.

To reproduce

npx shadow-cljs watch :project

Once compiled run:

node ./out/project.core.js

This logs a map of the values found in src/project/settings.clj:

{:foo 1, :bar 2, :baz 3}

Edit and save some def value in src/project/settings.clj. You'll see that watch will not trigger. Running node ./out/project.core.js logs the same result as before.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0