Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Target ES2021 mapping in transpilers/swc #1521

Merged
merged 4 commits into from Oct 22, 2021

Commits on Oct 18, 2021

  1. add Target ES2021 mapping in transpilers/swc

    I was getting error: `jsc.target should be es5 or upper to use getter / setter` 
    and after investigation I've isolated issue and here is the "fix"
    safareli committed Oct 18, 2021
    Copy the full SHA
    26e3a51 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. fix and add tests

    cspotcode committed Oct 22, 2021
    Copy the full SHA
    906cdd5 View commit details
    Browse the repository at this point in the history
  2. fix

    cspotcode committed Oct 22, 2021
    Copy the full SHA
    7c5c1a0 View commit details
    Browse the repository at this point in the history
  3. lintfix

    cspotcode committed Oct 22, 2021
    Copy the full SHA
    96ef4ce View commit details
    Browse the repository at this point in the history