Commit modules
This commit is contained in:
7
node_modules/babel-helper-is-void-0/README.md
generated
vendored
Normal file
7
node_modules/babel-helper-is-void-0/README.md
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# babel-helper-is-void-0
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install babel-helper-is-void-0 --save-dev
|
||||
```
|
||||
11
node_modules/babel-helper-is-void-0/lib/index.js
generated
vendored
Normal file
11
node_modules/babel-helper-is-void-0/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = function (t) {
|
||||
return function isVoid0(expr) {
|
||||
return t.isUnaryExpression(expr, {
|
||||
operator: "void"
|
||||
}) && t.isNumericLiteral(expr.argument, {
|
||||
value: 0
|
||||
});
|
||||
};
|
||||
};
|
||||
51
node_modules/babel-helper-is-void-0/package.json
generated
vendored
Normal file
51
node_modules/babel-helper-is-void-0/package.json
generated
vendored
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"babel-helper-is-void-0@0.4.3",
|
||||
"C:\\EndBug\\GitHub\\add-and-commit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "babel-helper-is-void-0@0.4.3",
|
||||
"_id": "babel-helper-is-void-0@0.4.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-fZwBtFYee5Xb2g9u7kj1tg5nMT4=",
|
||||
"_location": "/babel-helper-is-void-0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "babel-helper-is-void-0@0.4.3",
|
||||
"name": "babel-helper-is-void-0",
|
||||
"escapedName": "babel-helper-is-void-0",
|
||||
"rawSpec": "0.4.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.4.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-plugin-minify-flip-comparisons",
|
||||
"/babel-plugin-minify-type-constructors"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz",
|
||||
"_spec": "0.4.3",
|
||||
"_where": "C:\\EndBug\\GitHub\\add-and-commit",
|
||||
"author": {
|
||||
"name": "amasad"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/minify/issues"
|
||||
},
|
||||
"description": "## Installation",
|
||||
"homepage": "https://github.com/babel/minify#readme",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "babel-helper-is-void-0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/minify/tree/master/packages/babel-helper-is-void-0"
|
||||
},
|
||||
"version": "0.4.3"
|
||||
}
|
||||
Reference in New Issue
Block a user