2.0.0
Previously the parser would parse the content inside the braces of this function Object.WithStyles(ForwardRef(ButtonBase)) as the file name.
- Removes browser specific parsing exports (accidentally exposed them earlier)
- Adds extra step for parsing mapping location to make internals a lot easier to maintain (the regex was getting out of hand)
- Treat
at <anonymous>:2:1asnativeand mark<anonymous>as the file name - Keep the
<>characters instead of removing them
Maintenance
- Add
prettier+ commit hooks