Coder Social home page Coder Social logo

Comments (3)

janispritzkau avatar janispritzkau commented on June 28, 2024

I've found that Babel doesn't support the BigInt notation and gives this error: Identifier directly after number. Not sure what would cause the hanging though.

This could be fixed by replacing the notation 0n with the BigInt constructor BigInt(0).

But I think that it's better to avoid the shim altogether and do a bit more of manual work to read, write BigInts or to use a DataView which also has methods for bigints.

The BigInt Buffer methods are part of Node 12 and it will take some time until that's the standart version of node.

from nbt-ts.

janispritzkau avatar janispritzkau commented on June 28, 2024

I switched to using DataView again. It might be useful to include @babel/plugin-syntax-bigint if you're using bigint syntax.

from nbt-ts.

me4502 avatar me4502 commented on June 28, 2024

Nice, that's fixed it for me. Thanks! :)

from nbt-ts.

Related Issues (5)

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.