0.2.0 • Published 12 months ago

tc39-proposal-scope-mapping v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

This repository contains an example implementation of the algorithm for computing original frames and scopes in a debugger using scope information encoded in the sourcemap according to this proposal. The algorithm can be found in src/getOriginalFrames.ts, the test directory contains some examples from here. Furthermore it shows how this scope information could be encoded in a VLQ string in src/encodeScopes.ts/src/decodeScopes.ts.

0.1.2

12 months ago

0.2.0

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago