From cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Mar 2019 21:01:33 +0100 Subject: remove node_modules --- .../babel-plugin-syntax-async-functions/README.md | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 node_modules/babel-plugin-syntax-async-functions/README.md (limited to 'node_modules/babel-plugin-syntax-async-functions/README.md') diff --git a/node_modules/babel-plugin-syntax-async-functions/README.md b/node_modules/babel-plugin-syntax-async-functions/README.md deleted file mode 100644 index a2c13f519..000000000 --- a/node_modules/babel-plugin-syntax-async-functions/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# babel-plugin-syntax-async-functions - -Allow parsing of async functions. - -## Installation - -```sh -$ npm install babel-plugin-syntax-async-functions -``` - -## Usage - -### Via `.babelrc` (Recommended) - -**.babelrc** - -```json -{ - "plugins": ["syntax-async-functions"] -} -``` - -### Via CLI - -```sh -$ babel --plugins syntax-async-functions script.js -``` - -### Via Node API - -```javascript -require("babel-core").transform("code", { - plugins: ["syntax-async-functions"] -}); -``` -- cgit v1.2.3