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

HTML-syntax change part 4 (missing parts) #326

Open
jakub-g opened this issue Oct 31, 2014 · 0 comments
Open

HTML-syntax change part 4 (missing parts) #326

jakub-g opened this issue Oct 31, 2014 · 0 comments

Comments

@jakub-g
Copy link
Collaborator

jakub-g commented Oct 31, 2014

Opening this issue for reference - some missing parts that were not handled in #323:

  • args and ctrl can have only "value" inside double quotes, not inside single quotes unlike other attribs
  • HTML syntax part 3 #323 introduced export-module which when parsed sets node.isExportModule = true for now in the syntax tree but nothing more than that (it doesn't perform the exporting functionality)
  • no checking for multiple conflicting exports, export-module etc
  • export can have value <template id=foo export=bar> and then block.modifier.exportName is available (null if not set), but nothing is done with it further, it's just parsed (template is still exported as foo instead of bar)
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