Skip to content

Support tags with dots in the name #32

@JoosepAlviste

Description

@JoosepAlviste

Currently, components with a dot in the name are not handled correctly by the parser. For example, this template is parsed incorrectly and produces an error:

<template>
  <Hello.World>Testing</Hello.World>
</template>

In the opening tag, .World is parsed as attribute -> attribute_name and the closing tag results in an ERROR:

Image

The .World part could be a part of the tag_name, or it could also be a separate node type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions