Skip to content
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

Migrate from requirejs.entries to has. #849

Merged
merged 2 commits into from
May 6, 2020
Merged

Migrate from requirejs.entries to has. #849

merged 2 commits into from
May 6, 2020

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented May 5, 2020

No description provided.

rwjblue added 2 commits May 5, 2020 19:14
This demonstrates a failure that only cropped up when publishing
(because `ember ts:precompile` uses `--allowJs false`).
This fixes the tsc compilation issues.
@rwjblue rwjblue merged commit 88a4f9f into master May 6, 2020
@rwjblue rwjblue deleted the tsc-in-ci branch May 6, 2020 01:07
@@ -1 +1,2 @@
export default function <T = any>(moduleName: string): T;
export function has<T = any>(moduleName: string): T;
Copy link
Contributor

Choose a reason for hiding this comment

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

Seems this should return boolean

Copy link
Member Author

Choose a reason for hiding this comment

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

Doh! you are correct

Copy link
Member Author

Choose a reason for hiding this comment

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

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

Successfully merging this pull request may close these issues.

2 participants