npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

minimal-source-map

1.0.0

@bcoe

npmHomeRepoSnykSocket
Downloads:0
$ npm install minimal-source-map
DailyWeeklyMonthlyYearly

minimal-source-map

Minimal implementation of source-map specification described in:

Source Map Revision 3 Proposal

Installation

npm i minimal-source-map

API

  • parseBase64VLQSegment(string): given a Base 64 VLQ segment, e.g,, ABCD from mappings, return 1,4 or 5 variable length array of integers.