Skip to content

Commit 7324a50

Browse files
committed
Mark SchemaCoordinateLexer as internal
1 parent 3645edd commit 7324a50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/language/schemaCoordinateLexer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import { TokenKind } from './tokenKind';
1414
* source lexes, the final Token emitted by the lexer will be of kind
1515
* EOF, after which the lexer will repeatedly return the same EOF token
1616
* whenever called.
17+
*
18+
* @internal
1719
*/
1820
export class SchemaCoordinateLexer implements LexerInterface {
1921
/** @internal */

0 commit comments

Comments
 (0)