Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support camel-snake-kebab #268

Closed
raymcdermott opened this issue Oct 24, 2022 · 0 comments
Closed

support camel-snake-kebab #268

raymcdermott opened this issue Oct 24, 2022 · 0 comments

Comments

@raymcdermott
Copy link

Is your feature request related to a problem? Please describe.
Enable support via nbb.edn for camel-snake-kebab

Currently the error is:

$ npx nbb
Downloading dependencies...
Extracting dependencies...
Done.
Welcome to nbb v1.0.136!
user=>  (require '[camel-snake-kebab.core :as csk])
"#error {:message \"Could not resolve symbol: defconversion\", :data {:type :sci/error, :line 49, :column 1, :message \"Could not resolve symbol: defconversion\", :sci.impl/callstack #object[cljs.core.Volatile {:val ({:line 49, :column 1, :ns #object[Oq camel-snake-kebab.core], :file \"/home/ray/qqq/.nbb/.cache/e4754d38932a5ba3dcbfe8a138680e6ec55900db/nbb-deps/camel_snake_kebab/core.cljc\"})}], :file \"/home/ray/qqq/.nbb/.cache/e4754d38932a5ba3dcbfe8a138680e6ec55900db/nbb-deps/camel_snake_kebab/core.cljc\", :phase \"analysis\"}, :cause #error {:message \"Could not resolve symbol: defconversion\", :data {:type :sci/error, :line nil, :column nil, :file \"/home/ray/qqq/.nbb/.cache/e4754d38932a5ba3dcbfe8a138680e6ec55900db/nbb-deps/camel_snake_kebab/core.cljc\", :phase \"analysis\"}}}"
user=> 

Describe the solution you'd like
Working library functions

Describe alternatives you've considered
None

Additional context
The project claims compatibility with bb on the README but maybe there is more to do for nbb?

borkdude added a commit that referenced this issue Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant