UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

19 lines (12 loc) 272 B
# babel-messages > Collection of debug messages used by Babel. ## Install ```sh npm install --save-dev babel-messages ``` ## Usage ```js import * as messages from 'babel-messages'; messages.get('tailCallReassignmentDeopt'); // > "Function reference has been..." ```