Skip to content

Support for template literal for CSS and Template #31

@ECorreia45

Description

@ECorreia45

Current

template = `<button type=“{type}”></button>`

New

template = html`<button type=${type}></button>`

Benefits:

  • syntax highlighting
  • no eval is needed

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfeature requestsomething requested by external user

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions