Giter Site home page Giter Site logo

karma-buble-preprocessor's Introduction

npm test

karma-buble-preprocessor

A Karma preprocessor for the Bublé ES2015+ compiler.

Maintenance status

As Bublé is no longer under active development, there is no plan to add new features to this module. However critical security issues may be fixed.

Installation

To install as a devDependency:

npm install --save-dev karma-buble-preprocessor

Configuration

Just add it to the preprocessors section of your Karma configuration file, for instance:

// karma.conf.js
module.exports = function (config) {
  config.set({
    preprocessors: {
      'test/**/*.js': ['buble']
    }
  })
}

Purpose

This preprocessor uses Bublé to transpile JavaScript ES2015+ into ES5 suitable for older runtimes.

License

See LICENSE.md

Contributing

See CONTRIBUTING.md

JavaScript Style Guide

karma-buble-preprocessor's People

Contributors

blgm avatar dependabot-preview[bot] avatar dependabot[bot] avatar greenkeeper[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

karma-buble-preprocessor's Issues

An in-range update of buble is breaking the build 🚨

The dependency buble was updated from 0.19.6 to 0.19.7.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

buble is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 33 commits.

There are 33 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.