Closed
Description
Given the ClojureScript function reference <cljs_function>
When the build target is called
Then it should convert the function reference to <js_function>.
Examples:
cljs_function | js_function |
---|---|
jbx/run | jbx.run |
jbx.gwp/run | jbx.gwp.run |
jbx.gwp/test-runner | jbx.gwp.test_runner |
jbx-gwp/test-runner | jbx_gwp.test_runner |
Metadata
Assignees
Labels
No labels