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

Can't parse the name of a custom element name if the name is read from a variable #220

Open
2 tasks done
matteematt opened this issue Aug 31, 2023 · 0 comments
Open
2 tasks done

Comments

@matteematt
Copy link
Contributor

Checklist

  • Did you run the analyzer with the --dev flag to get more information?
  • Did you create a minimal reproduction in the playground?

Completing the items above will greatly improve triaging time of your issue.

Expected behavior
When I create a custom element using the @customElement({name: ''}) syntax with Microsoft FAST, we should be able to hardcode the string in the object passed to the @customElement dectorator, but also be able to pass a variable name to name instead.

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