swc/ecmascript/parser
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
..
benches Parser: respect jsc.target (#507) 2019-12-14 18:51:08 +09:00
examples fixup! Add a test for #503 2019-12-13 08:38:46 +09:00
macros use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
src Fix class and interface spans (#566) 2020-01-06 00:08:59 +00:00
tests Fix class and interface spans (#566) 2020-01-06 00:08:59 +00:00
Cargo.toml Bugfixes (#549) 2020-01-01 06:57:34 +09:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00