Add support for adding PHP extensions

This commit is contained in:
Shivam Mathur
2019-09-07 18:01:50 +05:30
parent 1c6748567c
commit c5513d9a78
6842 changed files with 266 additions and 1017047 deletions

10
node_modules/has-symbols/.eslintrc generated vendored
View File

@ -1,10 +0,0 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0
}
}