@types/babylon
Advanced tools
Comparing version 6.16.0 to 6.16.1
@@ -8,7 +8,8 @@ // Type definitions for babylon v6.16.1 | ||
import * as t from 'babel-types'; | ||
type Node = t.Node; | ||
import { File, Expression } from 'babel-types'; | ||
export function parse(code: string, opts?: BabylonOptions): Node; | ||
export function parse(code: string, opts?: BabylonOptions): File; | ||
export function parseExpression(input: string, options?: BabylonOptions): Expression; | ||
export interface BabylonOptions { | ||
@@ -15,0 +16,0 @@ /** |
{ | ||
"name": "@types/babylon", | ||
"version": "6.16.0", | ||
"version": "6.16.1", | ||
"description": "TypeScript definitions for babylon", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "b2994092beddd38a2c176181c3474378ff2b7dcdd38943445b7b9f12ce91de50", | ||
"typesPublisherContentHash": "c9eef54dabee1a5e4dff8b94821fbf12cfe6ebe2f23f83c9916443841e2eaa56", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/babylon | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babylon | ||
Additional Details | ||
* Last updated: Thu, 09 Mar 2017 23:50:43 GMT | ||
* Last updated: Thu, 04 May 2017 17:04:37 GMT | ||
* Dependencies: babel-types | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
4068
4