GithubHelp home page GithubHelp logo

inline-sourcemap-concat's Introduction

inline-sourcemap-concat

Build Status

Concatenate sources and inlined sourcemaps into a new generated sourcemap. Only inline sourcemaps are processed - external sourcemap references are discarded.

methods

var SourceMapConcat = require('inline-sourcemap-concat')

var sm = SourceMapConcat.create(opts={})

Returns an instance of SourceMapConcat.SourceMap.

Optionally pass in:

  • opts.baseDir - a string of the base directory from which to resolve the sourcemap sources.
  • opts.cache - an object mapping sources to their encoder-differential state.
  • opts.mapCommentType - defaults to line. will generate sourcemaps with //#, any other value will generate sourcemaps with /*# */.
  • opts.mapCommentCharset - defaults to utf-8.
  • opts.sourceRoot - a string of the sourcemap sourceRoot.
  • opts.file - a string of the sourcemap file.

Available methods:

  • sm.addFileSource(filename, source) - append a file and its inlined sourcemap if available. returns source with the sourcemap comment removed.
  • sm.addSpace(source) - append files that don't have their own source mapping, but need to push the line/column count.
  • sm.comment() - return the sourcemap comment.
  • sm.generate() - return the sources and the sourcemap comment.

SourceMapConcat.srcURL

A reference to lydell's source-map-url.

Credits

This library is mostly based on the work of ef4's fast-sourcemap-concat.

The base64-vlq library is from mozilla's source-map.

inline-sourcemap-concat's People

Contributors

zertosh avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

ashaffer

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.