sourcemapcmd

1.1.0 • Public • Published

sourcemapcmd

CI npm version License Buy me a coffee

Command line tool to resolve source file references with source maps

Usage:

npx sourcemapcmd <bundleURL> <line>:<column> [--verbose]

Options:
      --version  Show version number                                   [boolean]
  -v, --verbose  Verbose mode                                          [boolean]
  -h, --help     Show help                                             [boolean]

Example

$ npx sourcemapcmd https://portal.epilot.cloud/patch-2023-08-25-file-preview-proxy/epilot360-entity/bundle.js?version=1692995278 2059:1595
{
  "source": "webpack://entity/src/components/entity-details/index.tsx",
  "line": 159,
  "column": 10,
  "name": "setEntityState"
}

Package Sidebar

Install

npm i sourcemapcmd

Weekly Downloads

10

Version

1.1.0

License

MIT

Unpacked Size

8.16 kB

Total Files

7

Last publish

Collaborators

  • anttiviljami