Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
feat(rome_js_parser): Support optional variance annotation (#4250)
Browse files Browse the repository at this point in the history
* feat: 🎸 init

* fix: 🐛 parse error

* test: 💍 update more test case

* test: 💍 update test case

* test: 💍 update error test case

* test: 💍 update test case

* style: 💄 clippy and fmt

* test: 💍 add extra test case

* chore: 🤖 conflict resolve

* test: 💍 update snapshot

* chore: 🤖 update test result

* test: 💍 update snapshot

* chore: 🤖 update test parser

* style: 💄 fmt

* test: 💍 update format test snapshot

* feat: update parse logic

* feat: separate parse_ts_type_parameters and parse_ts_type_parameters_with_modifiers

* fix: update test case

* feat: update parser

* fix: update tests

* feat: refactor allow_in_out_modifier arguments

* feat: revert unnecessary diff

---------

Co-authored-by: IWANABETHATGUY <iwanabethatguy@qq.com>
  • Loading branch information
nissy-dev and IWANABETHATGUY committed Mar 8, 2023
1 parent f38b4ad commit d1dc465
Show file tree
Hide file tree
Showing 58 changed files with 7,635 additions and 1,070 deletions.
16 changes: 16 additions & 0 deletions crates/rome_js_factory/src/generated/node_factory.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion crates/rome_js_factory/src/generated/syntax_factory.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d1dc465

Please sign in to comment.