Closed sambacha closed 3 years ago
Thanks @fvictorio , appreciate the temporary fix!
If would like an additional test case as well for @solidity-parser:
This also returns an issue:
pragma solidity *;
However I do not know who exactly would be using this to be fair (I use them on test files).
Thanks, I will close this issue, much appreciated!
Thanks @sambacha, I think that's a bug in the parser, I'll open an issue there.
pragma versioning not respecting
I brought this issue up in the chat on telegram, here is a repo that reproduces the bug:
https://github.com/sambacha/prettier-pragma-issue/pull/1/files#diff-ad2dec38bedc47f194ab485f62b403cbc54ac972d7412ec546149e0afb43a754L2
TLDR
Debug output
However this repo does not trigger the same STDERR output as I saw in the original instance as shown below:
Most notably the line:
Is not generated, and I tried --loglevel=debug to no avail.
What do? 🙇♂️