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

Strings in :require #48

Closed
jacekschae opened this issue Mar 2, 2018 · 2 comments
Closed

Strings in :require #48

jacekschae opened this issue Mar 2, 2018 · 2 comments

Comments

@jacekschae
Copy link

jacekschae commented Mar 2, 2018

I'm playing quite a bit with shadow-cljs and the way it works with npm is that instead of using symbols in :require it uses strings.

Example:

(ns app.fb-auth
  (:require ["firebase" :as firebase]
            [clojure.string :as string]
            [app.state :as state]))

which gives following error
screen shot 2018-03-02 at 04 27 13

is there anything I could do about this?

Thank you

@candid82
Copy link
Owner

candid82 commented Mar 3, 2018

Fixed by b10110c and 49036cc

@candid82 candid82 closed this as completed Mar 3, 2018
@jacekschae
Copy link
Author

Thank you!

Look forward to the next release

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

2 participants