Skip to content

refactor(language/ast.d.ts): use Kind enum type #2984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
review changes
  • Loading branch information
IvanGoncharov committed Oct 13, 2021
commit b678143fb3a2684614c7194d981e672ec6eee34d
2 changes: 1 addition & 1 deletion src/language/ast.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Kind } from './kinds';
import type { Source } from './source';
import type { TokenKindEnum } from './tokenKind';
import type { Kind } from './kinds';

/**
* Contains a range of UTF-8 character offsets and token references that
Expand Down