项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

README.md 272 B

123456789101112131415161718
  1. # babel-messages
  2. > Collection of debug messages used by Babel.
  3. ## Install
  4. ```sh
  5. npm install --save-dev babel-messages
  6. ```
  7. ## Usage
  8. ```js
  9. import * as messages from 'babel-messages';
  10. messages.get('tailCallReassignmentDeopt');
  11. // > "Function reference has been..."
  12. ```