You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for writing this plugin - it's ideal for the use case I'm after.
I was checking the implementation of force: true and noticed on line 50 of the current release it will return if a file doesn't contain any decorators. My initial understanding of force: true is that it would run all files through tsc regardless of whether they have decorators. Is that the intention?
I'm happy to raise a PR if so although I know it's a quick change to fix this. But I wanted to check first whether I understood the goal behind the force option.
The text was updated successfully, but these errors were encountered:
panzerchris
changed the title
Should "force: true" apply to all files even without decorators?
Should "force: true" apply to all files including those without decorators?
Sep 1, 2023
Thanks for writing this plugin - it's ideal for the use case I'm after.
I was checking the implementation of force: true and noticed on line 50 of the current release it will return if a file doesn't contain any decorators. My initial understanding of
force: true
is that it would run all files through tsc regardless of whether they have decorators. Is that the intention?I'm happy to raise a PR if so although I know it's a quick change to fix this. But I wanted to check first whether I understood the goal behind the force option.
The text was updated successfully, but these errors were encountered: