You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I install this package and run the type checker, a couple errors are detected in the package itself:
node_modules/.pnpm/[email protected]/node_modules/gitdiff-parser/index.d.ts:53:16 - error TS2714: The expression of an export assignment must be an identifier or qualified name in an ambient context.
53 export default {
~
54 parse(source: string): File[];
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 };
~
node_modules/.pnpm/[email protected]/node_modules/gitdiff-parser/index.d.ts:54:34 - error TS1005:
'{' expected.
54 parse(source: string): File[];
~
Found 2 errors in the same file, starting at: node_modules/.pnpm/[email protected]/node_modules/gitdiff-parser/index.d.ts:53
There's a PR to fix this (#27) but it's been stale for 9 months for some reason. Can we get this fixed?
The text was updated successfully, but these errors were encountered:
If I install this package and run the type checker, a couple errors are detected in the package itself:
There's a PR to fix this (#27) but it's been stale for 9 months for some reason. Can we get this fixed?
The text was updated successfully, but these errors were encountered: