summaryrefslogtreecommitdiff
path: root/cli/tests/swc_syntax_error.ts
AgeCommit message (Collapse)Author
2020-05-22fix: SWC lexer settings and silent errors (#5752)Bartek IwaƄczuk
This commit changes how error occurring in SWC are handled. Changed lexer settings to properly handle TS decorators. Changed output of SWC error to annotate with position in file.