Skip to content

Commit

Permalink
fix(ast-spec): use type import
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jun 14, 2021
1 parent 06ebb89 commit edb5087
Showing 1 changed file with 1 addition and 3 deletions.
@@ -1,6 +1,4 @@
import * as ts from 'typescript';

const SyntaxKind = ts.SyntaxKind;
import type { SyntaxKind } from 'typescript';

export interface PunctuatorTokenToText {
[SyntaxKind.OpenBraceToken]: '{';
Expand Down

0 comments on commit edb5087

Please sign in to comment.