axy / sourcemap
Work with JavaScript/CSS Source Map
Installs: 642 853
Dependents: 5
Suggesters: 0
Security: 0
Stars: 22
Watchers: 2
Forks: 7
Open Issues: 1
Requires
- php: >=8.1
- ext-json: *
- axy/codecs-base64vlq: ^2.0.1
- axy/errors: ^3.0.1
Requires (Dev)
- phpunit/phpunit: ~10.0.15
- squizlabs/php_codesniffer: =3.7.1
This package is auto-updated.
Last update: 2024-10-19 13:55:41 UTC
README
The library for work with Source Map files from PHP.
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.