Skip to content
New issue

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

Warning messages on expansion never have data.recoverable. #428

Open
robross0606 opened this issue Dec 25, 2024 · 2 comments
Open

Warning messages on expansion never have data.recoverable. #428

robross0606 opened this issue Dec 25, 2024 · 2 comments

Comments

@robross0606
Copy link

robross0606 commented Dec 25, 2024

When handling warnings, the documentation says data.recoverable should be available:

recoverable Boolean. If false, then the warning will emit an error, even in non-strict mode.

However, I have yet to see a warning message come thru with any recoverable property at all when expanding a file. I expected recoverable to be set to true if the warning is recoverable, but the documentation is unclear in this regard. Do false and falsy mean different things here? Under what conditions would one expect to see a recoverable property?

@robross0606
Copy link
Author

robross0606 commented Dec 25, 2024

I'm also seeing that data.file never seems to be available on warnings when using x().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@robross0606 and others