Skip to content

Commit 42dfdae

Browse files
committed
fixing extension
1 parent ff96bb7 commit 42dfdae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/slang-comments/handlers/handle-source-unit-members-comments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NonterminalKind } from '@nomicfoundation/slang/cst';
22
import addCollectionFirstComment from './add-collection-first-comment.js';
33
import addCollectionLastComment from './add-collection-last-comment.js';
44

5-
import type { HandlerParams } from './types.js';
5+
import type { HandlerParams } from './types.d.ts';
66

77
export default function handleSourceUnitMembersComments({
88
precedingNode,

src/slang-nodes/PolymorphicNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { SlangNode } from './SlangNode.js';
22

33
import type { AstPath, Doc } from 'prettier';
44
import type { PrintFunction, SlangAstNode } from '../types.d.ts';
5-
import type { StrictPolymorphicNode } from './types.js';
5+
import type { StrictPolymorphicNode } from './types.d.ts';
66

77
export abstract class PolymorphicNode extends SlangNode {
88
abstract variant: StrictPolymorphicNode['variant'];

0 commit comments

Comments
 (0)