PostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.PostCSS is used by industry leaders including Wikipedia, Twitter, Alibaba, and JetBrains. The Autoprefixer PostCSS plugin is one of the most popular CSS processors.
postcss css parser ast framework rework preprocessor source-map transform manipulation transpilerAnalyze and debug JavaScript (or Sass or LESS) code bloat through source maps. The source map explorer determines which file each byte in your minified code came from. It shows you a treemap visualization to help you debug where all the code is coming from. Check out this Chrome Developer video (3:25) for a demo of the tool in action.
source-map treemap minification browserRequires Sass >=3.4.Use gulp-ruby-sass instead of gulp.src to compile Sass files.
gulpplugin scss sass css compile preprocessor style source-map source-maps sourcemap sourcemapsFind more executable examples in examples dir. If err is nil then it still be nil with no stack trace added.
stacktrace debug error-handling errors errors-log source-mapExternalizes the source map found inside a stream to an external .map file or stream. Works with both JavaScript and CSS input streams.
source-map source map external mapfile browserify browserify-toolFast line to line SourceMap generator.
source-mapContains multiple classes which represent a Source. A Source can be asked for source code, size, source map and hash.Base class for all sources.
webpack source-mapIn conjunction with the source-map-support module, which must be installed separately, this statement hooks into the v8 stack-trace API to translate call sites in the transpiled code back to their corresponding locations in the original code. Note: this only works in environments which support the v8 stack-trace API (e.g. Node.js and Chrome), though it's harmless in other environments.
babel plugin source-maps source-map babel-plugin sourcemap sourcemaps stack-trace stacktrace stack-traces stacktraces v8AST helper to transform source code. On purpose make you focus to develop AST transforming function.
ast generator sourcemap source-mapThis library provide re-mapping function for multi-level sourcemap. well-know basic sourcemap is no problem.
sourcemap source-mapA package that provides the ability to remap Istanbul code coverage information to its original source positions based on a JavaScript Source Maps v3. remap-istanbul requires NodeJS 6 or later.
gulpplugin gruntplugin source-map istanbul coverageor ... Your source will be minified.
webpack babel starter source-map explorer count locThis is a Webpack plugin that simplifies uploading the sourcemaps, generated from a webpack build, to Rollbar. Production JavaScript bundles are typically minified before deploying, making Rollbar stacktraces pretty useless unless you take steps to upload the sourcemaps. You may be doing this now in a shell script, triggered during your deploy process, that makes curl posts to the Rollbar API. This can be finicky and error prone to setup. RollbarSourceMapPlugin aims to remove that burden and automatically upload the sourcemaps when they are emitted by webpack.
rollbar webpack sourcemaps webpack-plugin plugin source-map sourcemap productionGrunt task for JSMin and source maps. Grunt is a node.js based CLI build tool.
gruntplugin grunt jsmin sourcemap source-map minifyJSMin is a JavaScript minifier that removes whitespace and comments. Source maps enables developers to view and interact with minified JavaScript as if it were unminified (providing useful line errors and easier debugging).
jsmin sourcemap source-map minifyGenerate source-maps from index mappings. This module returns a constructor for SourceMapIndexGenerator.
source-map sourcemap char charat index generatorA really simple library for printing human-readable stack-traces for combined, minified and/or compiled javascript files. It assumes that your javascript file(s) have source maps (index.js -> index.js.map etc).
source-map stack-trace middleware connectA webpack (1, 2, 3 or 4) plugin to upload source maps to Sentry. Configure webpack to output source maps. Recommended reading: webpack docs, Sentry docs.
webpack-plugin sentry webpack upload source-mapThis is a webpack plugin to upload javascript sourcemaps to Honeybadger's API endpoint for source maps. Word Up! to the thredUP development team for a similar webpack plugin they have authored.
webpack sourcemap source-map minified-js honeybadger honey-badgerMerge old source map and new source map and return merged. If old or new source map value is falsy, return another one as it is.
sourcemap source-map
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.