JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 25
  • Score
    100M100P100Q57133F
  • License MIT

A babel plugin that kills javascript's coercion and other silent failure

Package Exports

  • babel-plugin-fail-explicit

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (babel-plugin-fail-explicit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

babel-plugin-fail-explicit

Build Status NPM version Dependency Status npm

A babel plugin that prevents coercion and silent failure in JavaScript

⚠️ Experimental ⚠️

Installation

npm install --save-dev babel-plugin-fail-explicit
// .babelrc
{
  "plugins": [
    "fail-explicit"
  ]
}