We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Try to type-check
import { isBlank } from '@ember/utils' isBlank() // 💥 type-check error
I expected all of the examples in the ember docs to type-check properly
TS compile error
The text was updated successfully, but these errors were encountered:
fix: allow zero-argument usage of Ember.isBlank, .isEmpty, .isPresent…
4a1780e
… and .isNone Fixes typed-ember/ember-cli-typescript#258 Fixes typed-ember/ember-cli-typescript#255 Fixes typed-ember/ember-cli-typescript#256 Fixes typed-ember/ember-cli-typescript#254
[@types/ember] - Fix several "empty check" function zero-argument cas…
9e32fc7
…es (#28686) * fix: allow Ember.typeOf zero-argument case Fixes: typed-ember/ember-cli-typescript#260 * fix: remove outdated Ember.String.fmt Fixes: typed-ember/ember-cli-typescript#280 * fix: allow zero-argument usage of Ember.isBlank, .isEmpty, .isPresent and .isNone Fixes typed-ember/ember-cli-typescript#258 Fixes typed-ember/ember-cli-typescript#255 Fixes typed-ember/ember-cli-typescript#256 Fixes typed-ember/ember-cli-typescript#254
mike-north
No branches or pull requests
Which package(s) does this problem pertain to?
What are instructions we can follow to reproduce the issue?
Try to type-check
Now about that bug. What did you expect to see?
I expected all of the examples in the ember docs to type-check properly
What happened instead?
TS compile error
The text was updated successfully, but these errors were encountered: