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

Mixin names should be output as string identifiers. #10

Open
Borvik opened this issue Apr 25, 2019 · 0 comments
Open

Mixin names should be output as string identifiers. #10

Borvik opened this issue Apr 25, 2019 · 0 comments

Comments

@Borvik
Copy link
Owner

Borvik commented Apr 25, 2019

Currently mixin names are being generated like (using name a-b as an example):

pug_mixins.a-b = function() {};

It should be

pug_mixins['a-b'] = function() {};
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