File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { TerminalKind , TerminalNode } from '@nomicfoundation/slang/cst' ;
22import { createKindCheckFunction } from './create-kind-check-function.js' ;
3+ import { isComment } from './is-comment.js' ;
34import { MultiLineComment } from '../slang-nodes/MultiLineComment.js' ;
45import { MultiLineNatSpecComment } from '../slang-nodes/MultiLineNatSpecComment.js' ;
56import { SingleLineComment } from '../slang-nodes/SingleLineComment.js' ;
@@ -8,7 +9,6 @@ import { SingleLineNatSpecComment } from '../slang-nodes/SingleLineNatSpecCommen
89import type { Node } from '@nomicfoundation/slang/cst' ;
910import type { Comment , StrictAstNode } from '../slang-nodes/types.d.ts' ;
1011import type { Metadata , SlangAstNode } from '../types.d.ts' ;
11- import { isComment } from './is-comment.js' ;
1212
1313const isCommentOrWhiteSpace = createKindCheckFunction ( [
1414 TerminalKind . MultiLineComment ,
You can’t perform that action at this time.
0 commit comments