add syntax plugins

This commit is contained in:
Sebastian McKenzie
2015-10-05 16:37:49 +01:00
parent f88cc9d509
commit 9113542b12
35 changed files with 451 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "babel-plugin-syntax-function-bind",
"version": "1.0.0",
"description": "Allow parsing of function bind",
"repository": "babel/babel",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
]
}