You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 20, 2024. It is now read-only.
feat: add JSXSpreadChild and tool to build keys out of AST definitions (#36)
* refactor: Alphabetize for easier comparisons
* chore: tool to build keys out of AST definitions
Also:
1. Removes `ExperimentalRestProperty`, `ExperimentalSpreadProperty`
2. Adds `JSXSpreadChild`
* refactor: sort alphabetically after known keys
* refactor: restore backward compatible experimental keys
* refactor: put backward compatible keys into own file
* refactor: file rename
* refactor: drop `propertiesToIgnore` in favor of `getKeys` blacklist
* refactor: allow for more primitiveish types; fix error
Also:
- test: improve coverage
* refactor: drop optional chaining fix for Node 12
* refactor: update testing/build devDeps.
* refactor: exclude keys if not leading to an object with a non-comment type
* refactor: no need for async on function
* refactor: Remove commented out properties
* refactor: Avoid unnecessary await
Co-authored-by: Milos Djermanovic <[email protected]>
Co-authored-by: Milos Djermanovic <[email protected]>
0 commit comments