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
I've created a reproduction of this bug here: https://github.com/apellerano-pw/htmlbars-silent-repro
Steps to reproduce
{{#with}}
ember test --silent
npm run repro
Expected
There is no build output, only test output
Actual
Deprecation output will be shown in addition to test output
Workaround
Pin your version of ember-cli-htmlbars to 6.0.0
The text was updated successfully, but these errors were encountered:
Here's the diff between 6.0.1 and 6.0.0.
v6.0.0...v6.0.1
It's likely this PR but I don't understand Ember's build process enough to say why
#739
Sorry, something went wrong.
No branches or pull requests
I've created a reproduction of this bug here: https://github.com/apellerano-pw/htmlbars-silent-repro
Steps to reproduce
{{#with}}
in Ember 3.28ember test --silent
(in the repro repo you can donpm run repro
)Expected
There is no build output, only test output
Actual
Deprecation output will be shown in addition to test output
Workaround
Pin your version of ember-cli-htmlbars to 6.0.0
The text was updated successfully, but these errors were encountered: