fast-sourcemap-concat

WebJar for fast-sourcemap-concat

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

fast-sourcemap-concat
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

fast-sourcemap-concat
WebJar for fast-sourcemap-concat
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/ef4/fast-sourcemap-concat

Download fast-sourcemap-concat

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/fast-sourcemap-concat/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>fast-sourcemap-concat</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/fast-sourcemap-concat/
implementation 'org.webjars.npm:fast-sourcemap-concat:1.4.0'
// https://jarcasting.com/artifacts/org.webjars.npm/fast-sourcemap-concat/
implementation ("org.webjars.npm:fast-sourcemap-concat:1.4.0")
'org.webjars.npm:fast-sourcemap-concat:jar:1.4.0'
<dependency org="org.webjars.npm" name="fast-sourcemap-concat" rev="1.4.0">
  <artifact name="fast-sourcemap-concat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='fast-sourcemap-concat', version='1.4.0')
)
libraryDependencies += "org.webjars.npm" % "fast-sourcemap-concat" % "1.4.0"
[org.webjars.npm/fast-sourcemap-concat "1.4.0"]

Dependencies

compile (8)

Group / Artifact Type Version
org.webjars.npm : source-map jar [0.4.2,0.5)
org.webjars.npm : mkdirp jar [0.5.0,0.6)
org.webjars.npm : source-map-url jar [0.3.0,0.4)
org.webjars.npm : memory-streams jar [0.1.3,0.2)
org.webjars.npm : fs-extra jar [5.0.0,6)
org.webjars.npm : heimdalljs-logger jar [0.1.9,0.2)
org.webjars.npm : chalk jar [2.0.0,3)
org.webjars.npm : sourcemap-validator jar [1.1.0,2)

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.4.0