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
Mapping file: Since rcs-core@2.0.0 a lot of new features came to the core, the output of the selectors are different. This is a breaking as the generated mapping is now a different one
JSX option in processJs: The option jsx got replaced by parserOptions, and its default is now true
Features:
b9a751d Feat: update rcs-core@2.1.0 and add parserOptions in processJs (closes #16) (JPeer264)