fast-sourcemap-concat

Concatenate files while generating or propagating sourcemaps.

MIT 33 个版本
安装
npm install fast-sourcemap-concat
yarn add fast-sourcemap-concat
pnpm add fast-sourcemap-concat
bun add fast-sourcemap-concat
README

Fast Source Map Concatenation

Build Status Build status

This library lets you concatenate files (with or without their own pre-generated sourcemaps), and get a single output file along with a sourcemap.

It was written for use in ember-cli via broccoli-sourcemap-concat.

source-map dependency

We depend on mozilla's source-map library, but only to use their base64-vlq implementation, which is in turn based on the version in the Closure Compiler.

We can concatenate much faster than source-map because we are specifically optimized for line-by-line concatenation.

版本列表
2.1.1 2023-07-20
2.1.0 2019-12-11
2.0.0 2019-12-10
1.4.0 2018-08-14
1.3.2 2018-07-18
1.3.1 2018-07-10
1.3.0 2018-05-01
1.2.5 2018-03-27
1.2.4 2018-02-16
1.2.3 2017-08-14
1.2.2 2017-08-11
1.2.1 2017-08-11
1.2.0 2017-07-18
1.1.0 2016-10-05
1.0.4 2016-10-04
1.0.3 2016-10-04
1.0.2 2016-10-04
1.0.1 2016-08-04
1.0.0 2016-02-01
0.2.7 2015-12-14
0.2.6 2015-09-21
0.2.5 2015-05-18
0.2.4 2015-03-31
0.2.3 2015-03-20
0.2.2 2015-02-14
0.2.1 2015-01-09
0.2.0 2014-12-23
0.1.5 2014-12-16
0.1.4 2014-12-15
0.1.3 2014-12-12
0.1.2 2014-12-11
0.1.1 2014-12-11
0.1.0 2014-12-11