Boshen
|
1130f48278
|
feat(parser): parse ts satisfies operator
|
2023-04-02 16:41:53 +08:00 |
|
yangchenye
|
aaaefc8ba5
|
feat(linter): implement eslint(no-unsafe-negation) (#186)
|
2023-03-15 11:36:56 +08:00 |
|
Boshen
|
4d32bfb55e
|
refactor: remove all declarations of const fn, which is useless for us
|
2023-03-07 21:29:47 +08:00 |
|
Shannon Rothe
|
0992a4930c
|
printer: support JSXElement/JSXFragment
|
2023-03-01 02:34:23 -08:00 |
|
Boshen
|
f3a7d5a026
|
feat(ast): add RegExpFlags bitflag for storing regex flags
This reduces `TokenValue` from 56 to 40 bytes, `Token` from 72 to 56 bytes.
|
2023-02-21 18:22:15 +08:00 |
|
Boshen
|
e4b07b7db9
|
feat(printer): Initialize printer
closes #21
|
2023-02-20 18:23:36 +08:00 |
|