mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-20 15:05:08 +00:00
| .. | ||
| lib | ||
| .npmignore | ||
| package.json | ||
| 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..."