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
declare
Repro: https://stackblitz.com/edit/stackblitz-starters-nmegkz?description=Starter%20project%20for%20Node.js,%20a%20JavaScript%20runtime%20built%20on%20Chrome%27s%20V8%20JavaScript%20engine&file=index.mjs&title=node.new%20Starter
Input:
export class Demo { declare interactive: boolean; }
output:
export class Demo { interactive: boolean; }
Initially reported ember-cli/ember-template-imports#242
I would expect the output to retain the declare for the interactive field, ya?
interactive
The text was updated successfully, but these errors were encountered:
I suspect this can be reproduced in stock SWC (unless they've fixed it since the last time we updated our fork).
Sorry, something went wrong.
This is still an issue 🤔
We have not updated swc though. There's no reason to believe it would be fixed.
No branches or pull requests
Repro: https://stackblitz.com/edit/stackblitz-starters-nmegkz?description=Starter%20project%20for%20Node.js,%20a%20JavaScript%20runtime%20built%20on%20Chrome%27s%20V8%20JavaScript%20engine&file=index.mjs&title=node.new%20Starter
Input:
output:
Initially reported ember-cli/ember-template-imports#242
I would expect the output to retain the
declare
for theinteractive
field, ya?The text was updated successfully, but these errors were encountered: