Hubert Kauker
Hubert Kauker
The Decorators chapter of the TypeScript handbook has an example with a @classDecorator. When the example is run in _Nodejs_, the following is output: > class_1 { > property: 'property',...
Hi all. **HTMLLexer.g4** contains a rule `HTML_CONDITIONAL_COMMENT: '';` . The [standard](https://html.spec.whatwg.org/multipage/#toc-syntax) does not "officially" use a term such as a "_conditional comment_". Other sources of wisdom like [Wikipedia](https://en.wikipedia.org/wiki/Conditional_comment) know that...
Hi all. The **HTMLLexer.g4** contains the rule: `HTML_COMMENT: '';` But that seems to be wrong, because on [whatwg.org](https://html.spec.whatwg.org/multipage/syntax.html#comments) we find: ``` 13.1.6 Comments Comments must have the following format: •...
In the section on **Functionality**, the current spec says that a **New todo** is _appended to the todo list_. It should also be said that the focus remains on the...