sindresorhus / callsites

Get callsites from the V8 stack trace API
MIT License
260 stars 22 forks source link

Add methods for async stack traces with Typescript definitions #22

Closed Zen-cronic closed 5 months ago

Zen-cronic commented 5 months ago

Changes

I've added the methods for async stack traces alongside the Typescript definitions. V8 has supported this feature by default since v7.3. The official definitions and descriptions can be found here.

Test

sindresorhus commented 5 months ago

readme and index.d.ts docs should be in sync (meaning, same content).

Zen-cronic commented 5 months ago

got it, fixed