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

Does not parse code in attributes #5

Closed
ezhlobo opened this issue Sep 27, 2017 · 1 comment
Closed

Does not parse code in attributes #5

ezhlobo opened this issue Sep 27, 2017 · 1 comment
Labels

Comments

@ezhlobo
Copy link
Owner

ezhlobo commented Sep 27, 2017

import { routes } from '~/Router'

pug`
  BrowserRouter: Component(to=Object.keys(routes)[0]) Text
`

Returns:

'routes' is defined but never used. (no-unused-vars)

@ezhlobo ezhlobo added the bug label Sep 27, 2017
@ezhlobo
Copy link
Owner Author

ezhlobo commented Sep 28, 2017

It was fixed in v0.0.3

@ezhlobo ezhlobo closed this as completed Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant