swc/ecmascript/parser/tests
dsherret 8e3827403e Fix class and interface spans (#566)
The interface span for something like `interface Test {}` was `Test {}`. Also, for stuff like `export default abstract class Test{}` it was `class Test{}` instead of `abstract class Test {}`.
2020-01-06 00:08:59 +00:00
..
jsx Fix ci (#561) 2020-01-04 13:33:25 +09:00
test262-error-references/fail Fix #516 2019-12-19 13:08:52 +09:00
test262-parser@de8a208ff4 Add more tests (#489) 2019-12-09 21:02:51 +09:00
typescript Fix class and interface spans (#566) 2020-01-06 00:08:59 +00:00
typescript-errors Nullish coalescing / optional chaining / comments (#529) 2019-12-24 17:01:32 +09:00
jsx.rs Improve performance & update rustfmt (#504) 2019-12-13 06:21:25 +00:00
test262.rs Fix the Wasm blocker for Parser (#495) 2019-12-11 00:02:39 +09:00
typescript.rs Improve performance & update rustfmt (#504) 2019-12-13 06:21:25 +00:00