Skip to content

fix(monorepo): path parsing errors #343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Gggpound
Copy link

No description provided.

@Gggpound Gggpound force-pushed the fix-monorepo-1210 branch 2 times, most recently from 88d533f to 3bc3992 Compare December 11, 2024 06:29
Copy link
Owner

@timocov timocov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What issue is this PR solving?

@@ -698,12 +698,14 @@ export function generateDtsBundle(entries: readonly EntryPointConfig[], options:

if (ts.isExportSpecifier(imp)) {
// export { El1, El2 as ExportedName } from 'module';
// @ts-expect-error wait
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what for what?

Comment on lines +1402 to +1403
}${'\n'
}This might lead to unpredictable and unexpected output, and possible breaking changes to your API.${'\n'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what has changed here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants