summaryrefslogtreecommitdiff
path: root/cli/tests/ts_decorators.ts.out
AgeCommit message (Collapse)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2020-09-14Remove unnecessary wildcard from ts_decorators test (#7485)Ryan Dahl
2020-09-14test: reenable TS decorator test (#7471)Bartek Iwańczuk
2020-06-26'Compile' messages changed to 'Check' messages (#6504)Ryan Dahl
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.