Giter Site home page Giter Site logo

Comments (6)

kdy1 avatar kdy1 commented on May 7, 2024

It was a bug of the InlineGlobals pass. It previously tried to inline all environment variables.
I fixed it with [email protected]

Note that precompiled binaries will be ready after 30 minutes.

from swc.

vinz243 avatar vinz243 commented on May 7, 2024

Indeed, it's working. Thanks ! I get (another) error tho :

error: Class property requires `esnext.classProperty` to be true 

Inside my jsc.parser (alongside the .js files)

{
  "jsc": {
    "parser": {
      "syntax": "ecmascript",
      "jsx": false,
      "numericSeparator": true,
      "classPrivateProperty": true,
      "privateMethod": true,
      "classProperty": true,
      "functionBind": true,
      "decorators": true,
      "decoratorsBeforeExport": true
    }
  }
}

Moved them, now it works, but I would like to know if I missed anything

from swc.

kdy1 avatar kdy1 commented on May 7, 2024

Do you mean swc reports an error even though classProperty: true is set?

And error message is misleading... I'll fix it soon.

from swc.

JayFate avatar JayFate commented on May 7, 2024

Do you mean swc reports an error even though classProperty: true is set?

And error message is misleading... I'll fix it soon.

Did you fix it now ? I got this error too.

from swc.

kdy1 avatar kdy1 commented on May 7, 2024

@quickAppPlus Do you mean legacy octal escape?
If it is, I fixed in swc but I forgot fixing @swc/cli

from swc.

swc-bot avatar swc-bot commented on May 7, 2024

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

from swc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.