Giter VIP home page Giter VIP logo

Comments (6)

ysmood avatar ysmood commented on July 16, 2024

No, you should read this article Blackbox JavaScript Source Files, your paste code should be invisible in the v8. The stack trace of a basic library is not necessary, you never have to read the code of a Promise library. For example, if you throw an error in Native Promise, the stack trace will only shows [native code], no stack details about how it works internally.

from yaku.

ysmood avatar ysmood commented on July 16, 2024

But still, I can do some string hack about it. Or maybe I should implement the long stack trace helper, which will solve all your headaches.

from yaku.

dracupid avatar dracupid commented on July 16, 2024

Print the stack of the error it caught should be better than console.trace, a long stack trace helper may be not that necessary for this case.

from yaku.

dracupid avatar dracupid commented on July 16, 2024

I admit that I should not care the stack detail in library. I just want to show my suprise when I saw the code. 😅

from yaku.

ysmood avatar ysmood commented on July 16, 2024

No, without long stack trace you cannot. The native promise also can't show where the error came from without long stack trace enabled.

from yaku.

ysmood avatar ysmood commented on July 16, 2024

Goto #3

from yaku.

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.