Skip to content

Commit c013ffa

Browse files
committed
Fix types by removing displayName
Closes GH-7.
1 parent 1236d62 commit c013ffa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ export function position(node) {
3131
* @param {'start'|'end'} type
3232
*/
3333
function point(type) {
34-
point.displayName = type
35-
3634
return point
3735

3836
/**

0 commit comments

Comments
 (0)