Skip to content

2.0.0

Choose a tag to compare

@marvinhagemeister marvinhagemeister released this 17 Sep 18:11

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:1 as native and mark <anonymous> as the file name
  • Keep the <> characters instead of removing them

Maintenance

  • Add prettier + commit hooks