Giter Site home page Giter Site logo

Comments (4)

hildjj avatar hildjj commented on July 27, 2024 2

As far as I can tell from crossbario/autobahn-js#306, this is because your system doesn't support ES6 classes. If that's the case, whatever system that is, I'm not interested in supporting it directly. You might be able to use babel to transpile to an ancient javascript version if that's what you want. I'll leave this open for a bit in case you want to talk me into a particular fix.

from node-cbor.

klappy avatar klappy commented on July 27, 2024 2

The problem I am encountering is that dependents can't successfully transpile using babel and webpack. We ran into this issue with some of our own NPM packages.

There are lots of best practice blog posts and google searches that led us to believe that it is standard best practice to transpile before publishing to help avoid issues in libraries that depend on them. Don't take my word for it, I just did some quick google searching and there are many results for this.

For private projects the transpiler can be incorporated in to the build process. But, how do we proceed when we want to make a project public and usable by others? This is particular important when we publish a package to NPM. NPM packages should run on “ES5 systems”.

from node-cbor.

mtancoigne avatar mtancoigne commented on July 27, 2024

I first bypassed this adding cbor in the babel-loader include section of webpack config, but it appears that the build is broken in the end...

from node-cbor.

hildjj avatar hildjj commented on July 27, 2024

Having heard nothing further, WONTFIX. Feel free to comment more and I'll reopen if needed.

from node-cbor.

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.