Giter VIP home page Giter VIP logo

Comments (7)

shaunhurley avatar shaunhurley commented on September 2, 2024 6

Just noticed that AWS has made Node 16 generally available, which makes this even more timely, no?

from lambda-local.

Tomas2D avatar Tomas2D commented on September 2, 2024 1

Any progress on this?

from lambda-local.

shaunhurley avatar shaunhurley commented on September 2, 2024

AWS is now supporting Node 18 as well....

from lambda-local.

gpotter2 avatar gpotter2 commented on September 2, 2024

Feel free to contribute by submitting a PR. It's not really useful to just remind me that it would be nice to find the time to do that.

from lambda-local.

shaunhurley avatar shaunhurley commented on September 2, 2024

Feel free to contribute by submitting a PR. It's not really useful to just remind me that it would be nice to find the time to do that.

I do understand the time constraints, and I wish I could :( I did try to get something working locally to figure it out, however I'm afraid my JavaScript / NodeJS skills are not up to this particular task, or I absolutely would have :(

from lambda-local.

tdanecker avatar tdanecker commented on September 2, 2024

I can provide a pull request for ES module support, but there are two caveats:

  • watch mode will not be supported for ES modules as the loader cache can't be invalidated (nodejs/node#49442)
  • to keep downward compatibility with NodeJS < 16, the dynamic import for the ES module has to be wrapped in an eval statement (microsoft/TypeScript#43329 (comment))

from lambda-local.

gpotter2 avatar gpotter2 commented on September 2, 2024

Closed in #230. Thanks again @tdanecker.
Released in 2.1.0

from lambda-local.

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.