wallet-core/node_modules/babel-messages
2016-11-03 01:33:53 +01:00
..
lib add node_modules to address #4364 2016-10-10 03:43:44 +02:00
.npmignore add node_modules to address #4364 2016-10-10 03:43:44 +02:00
package.json node_modules 2016-11-03 01:33:53 +01:00
README.md add node_modules to address #4364 2016-10-10 03:43:44 +02:00

babel-messages

Collection of debug messages used by Babel.

Install

$ npm install babel-messages

Usage

import * as messages from 'babel-messages';

messages.get('tailCallReassignmentDeopt');
// > "Function reference has been..."