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 committed Mar 18, 2024
1 parent 11a456a commit e8534cd
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
Original file line number Diff line number Diff line change
@@ -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 e8534cd

Please sign in to comment.