Skip to content

maybe selector should be placed at the end of the attribute #6

Description

@makefu

currently:

host.?name

should be be:

host.name?

similar to regex question mark:

? 	The question mark indicates zero or one occurrences of the preceding element. 

similar to optional chaining in javascript (even though the operator is ?.):
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions