We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Enable support via nbb.edn for camel-snake-kebab
nbb.edn
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?
bb
The text was updated successfully, but these errors were encountered:
Fix #268: :require-macros
dc4e1dc
358cd75
No branches or pull requests
Is your feature request related to a problem? Please describe.
Enable support via
nbb.edn
for camel-snake-kebabCurrently the error is:
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?The text was updated successfully, but these errors were encountered: