Skip to content

Commit

Permalink
fix: remove the unnecessary "dist" part from the import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Yilun-Sun authored and rainx committed Mar 26, 2024
1 parent c44a143 commit a96df41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php-parser/helpers/extended-php-doc-transpiler.ts
@@ -1,7 +1,7 @@
import {
type NameNodePathResolver,
PhpDocTypeNodeToTypescriptTypeNodeTranspiler,
} from '@rightcapital/phpdoc-parser/dist/phpdoc-parser/transpiler/php-doc-to-typescript-type-transpiler';
} from '@rightcapital/phpdoc-parser';

export class ExtendedTranspiler extends PhpDocTypeNodeToTypescriptTypeNodeTranspiler {
constructor(public resolver: NameNodePathResolver<ExtendedTranspiler>) {
Expand Down

0 comments on commit a96df41

Please sign in to comment.