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
import { fmt } from '@ember/string'; fmt // < should not be an available type
I didn't expect type information to indicate that I can do "".fmt()
"".fmt()
fmt was removed here emberjs/ember.js#15882
fmt
The text was updated successfully, but these errors were encountered:
fix: remove outdated Ember.String.fmt
abee599
Fixes: typed-ember/ember-cli-typescript#280
[@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?
Now about that bug. What did you expect to see?
I didn't expect type information to indicate that I can do
"".fmt()
fmt
was removed here emberjs/ember.js#15882The text was updated successfully, but these errors were encountered: