Skip to content

Commit

Permalink
fix: refine helper functions and remove the no longer used `base-type…
Browse files Browse the repository at this point in the history
…-transpiler.ts`
  • Loading branch information
yilun.sun committed Mar 7, 2024
1 parent cfc18f4 commit 59ab029
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 227 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ export { ReturnTagValueNode } from './phpdoc-parser/ast/php-doc/return-tag-value
export { Printer } from './phpdoc-parser/printer/printer';
export { PhpDocTypeNodeToTypescriptTypeNodeTranspiler } from './phpdoc-parser/transpiler/php-doc-to-typescript-type-transpiler';
export * from './phpdoc-parser/ast/php-doc/helpers';
export * from './phpdoc-parser/transpiler/helpers';
24 changes: 0 additions & 24 deletions src/phpdoc-parser/transpiler/base-type-transpiler.ts

This file was deleted.

Loading

0 comments on commit 59ab029

Please sign in to comment.