0.6.3 • Published 8 months ago

@jvalue/jayvee-language-server v0.6.3

Weekly downloads
-
License
-
Repository
github
Last release
8 months ago

Language Server

Important project files

  • language-configuration.json - the language configuration used in monaco editors, defining the tokens that are used for comments and brackets.
  • src/grammar/ - a folder containing the grammar definition of the language.
  • langium-config.json - the configuration for the Langium generator.

FAQ

Why is the linting rule @typescript-eslint/no-unnecessary-condition sometimes disabled?

The rule is disabled in places, where we work with potentially incomplete AST nodes.

Langium generates separate interfaces for each kind of AST node. According to the generated interfaces, their properties are never undefined but in reality they might be.

So, in order to write safe code, we need to handle those cases where properties may be undefined and thus use conditions for checking the actual value against undefined. ESLint considers such conditions unnecessary (due to the interfaces), which is the reason for disabling that particular rule.

0.6.3

8 months ago

0.6.2

11 months ago

0.5.0

1 year ago

0.6.1

11 months ago

0.6.0

11 months ago

0.4.0

1 year ago

0.3.0

1 year ago

0.1.0

2 years ago

0.2.0

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.14

2 years ago

0.0.12

2 years ago