-
Notifications
You must be signed in to change notification settings - Fork 23
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
Types are incorrecly published and reference the ember-source built in preview types (which do not exist in sufficiently new enough projects) #111
Comments
It's probably this: ember-a11y/ember-a11y-testing#498 (comment) |
I'm not so sure I made an attempt here: #112 but no dice -- |
@gitKrystan @NullVoxPopuli the strange thing is that https://www.npmjs.com/package/ember-modifier?activeTab=code does not suffer from such issue and no |
ember-modifier is using rollup-plugin-typescript to generate the type declarations: https://github.com/ember-modifier/ember-modifier/blob/main/ember-modifier/rollup.config.mjs#L28 so perhaps there is some secret its doing that we need to find for folks directly using |
I planned to update |
Made a tool to help out in the future: https://github.com/NullVoxPopuli/fix-bad-declaration-output |
I think everything would be fine if just these
/// reference
lines weren't present:Not really sure why ts or glint would do this, as ember-source is marked as a peerDependency
The text was updated successfully, but these errors were encountered: