1.1.0 • Published 8 months ago

sourcemapcmd v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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"
}
1.1.0

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago