We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3645edd commit 7324a50Copy full SHA for 7324a50
src/language/schemaCoordinateLexer.ts
@@ -14,6 +14,8 @@ import { TokenKind } from './tokenKind';
14
* source lexes, the final Token emitted by the lexer will be of kind
15
* EOF, after which the lexer will repeatedly return the same EOF token
16
* whenever called.
17
+ *
18
+ * @internal
19
*/
20
export class SchemaCoordinateLexer implements LexerInterface {
21
/** @internal */
0 commit comments