shichen b6c5ecc67a init 10 달 전
..
lib b6c5ecc67a init 10 달 전
.npmignore b6c5ecc67a init 10 달 전
README.md b6c5ecc67a init 10 달 전
package.json b6c5ecc67a init 10 달 전

README.md

babel-messages

Collection of debug messages used by Babel.

Install

npm install --save-dev babel-messages

Usage

import * as messages from 'babel-messages';

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