Skip to content

Commit ee77f30

Browse files
committed
fix
1 parent a0d85b6 commit ee77f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handlers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @import { TSESTree } from '@typescript-eslint/types' */
2-
/** @import { Chunk, Command, Dedent, Handlers, Indent, Newline, NodeWithComments, State, TypeAnnotationNodes } from './types' */
2+
/** @import { Command, Dedent, Handlers, Location, Indent, Newline, NodeWithComments, State, TypeAnnotationNodes } from './types' */
33

44
/** @type {Newline} */
55
const newline = { type: 'Newline' };
@@ -81,7 +81,7 @@ function l(line, column) {
8181
/**
8282
* @param {string} content
8383
* @param {TSESTree.Node} node
84-
* @returns {Chunk}
84+
* @returns {string | Command[]}
8585
*/
8686
function c(content, node) {
8787
return node.loc

0 commit comments

Comments
 (0)