axy/sourcemap

Work with JavaScript/CSS Source Map

1.0.1 2023-03-16 11:44 UTC

This package is auto-updated.

Last update: 2024-04-19 12:45:23 UTC


README

The library for work with Source Map files from PHP.

Latest Stable Version Minimum PHP Version Tests Coverage Status License

Documentation

The library provider the following features for work with source map:

  • Creating a new source map file.
  • Search in an existing file.
  • Making changes to an existing file.
  • Simple changes: remove and rename sources, modify positions, etc.
  • Changing source map when inserted and removal from the generated content.
  • Concatenation source map files when concatenated files of code.
  • Merge intermediate source map files.

The library works with source map only. The library does not process the source files and does not generates the output file.

Contents