@types/babylon
Advanced tools
Comparing version 6.7.15 to 6.16.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for babylon v6.7 | ||
// Type definitions for babylon v6.16.1 | ||
// Project: https://github.com/babel/babylon | ||
@@ -44,5 +44,15 @@ // Definitions by: Troy Gerwien <https://github.com/yortus> | ||
export type PluginName = 'jsx' | 'flow' | 'asyncFunctions' | 'classConstructorCall' | 'doExpressions' | ||
| 'trailingFunctionCommas' | 'objectRestSpread' | 'decorators' | 'classProperties' | 'exportExtensions' | ||
| 'exponentiationOperator' | 'asyncGenerators' | 'functionBind' | 'functionSent' | '*'; | ||
export type PluginName = | ||
'estree' | | ||
'jsx' | | ||
'flow' | | ||
'classConstructorCall' | | ||
'doExpressions' | | ||
'objectRestSpread' | | ||
'decorators' | | ||
'classProperties' | | ||
'exportExtensions' | | ||
'asyncGenerators' | | ||
'functionBind' | | ||
'functionSent' | | ||
'dynamicImport'; |
{ | ||
"name": "@types/babylon", | ||
"version": "6.7.15", | ||
"version": "6.16.0", | ||
"description": "TypeScript definitions for babylon", | ||
"license": "MIT", | ||
"author": "Troy Gerwien <https://github.com/yortus>", | ||
"contributors": [ | ||
{ | ||
"name": "Troy Gerwien", | ||
"url": "https://github.com/yortus" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,3 +22,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "dbd191176e36d25cbe3dff2f672c37001dbaa2c76f184105bf9c0e590dbb495a" | ||
"typesPublisherContentHash": "b2994092beddd38a2c176181c3474378ff2b7dcdd38943445b7b9f12ce91de50", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,9 +8,7 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/babylon | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/babylon | ||
Additional Details | ||
* Last updated: Tue, 29 Nov 2016 20:54:33 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: babel-types | ||
* Module Dependencies: babel-types | ||
* Last updated: Thu, 09 Mar 2017 23:50:43 GMT | ||
* Dependencies: babel-types | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2797
3
47
17