From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm 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 a2c13f5..0000000 --- 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