@types/babylon
Advanced tools
Comparing version 6.16.6 to 6.16.7
@@ -8,3 +8,3 @@ // Type definitions for babylon 6.16 | ||
import { File, Expression } from 'babel-types'; | ||
import { Expression, File } from "babel-types"; | ||
@@ -32,3 +32,3 @@ export function parse(code: string, opts?: BabylonOptions): File; | ||
*/ | ||
sourceType?: 'script' | 'module' | undefined; | ||
sourceType?: "script" | "module" | undefined; | ||
@@ -48,15 +48,15 @@ /** | ||
export type PluginName = | ||
'estree' | | ||
'jsx' | | ||
'flow' | | ||
'typescript' | | ||
'classConstructorCall' | | ||
'doExpressions' | | ||
'objectRestSpread' | | ||
'decorators' | | ||
'classProperties' | | ||
'exportExtensions' | | ||
'asyncGenerators' | | ||
'functionBind' | | ||
'functionSent' | | ||
'dynamicImport'; | ||
| "estree" | ||
| "jsx" | ||
| "flow" | ||
| "typescript" | ||
| "classConstructorCall" | ||
| "doExpressions" | ||
| "objectRestSpread" | ||
| "decorators" | ||
| "classProperties" | ||
| "exportExtensions" | ||
| "asyncGenerators" | ||
| "functionBind" | ||
| "functionSent" | ||
| "dynamicImport"; |
{ | ||
"name": "@types/babylon", | ||
"version": "6.16.6", | ||
"version": "6.16.7", | ||
"description": "TypeScript definitions for babylon", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babylon", | ||
}, | ||
"typesPublisherContentHash": "294fc5f5bb76f2c3e69836bdab4091018fc8b4a3cecc40f5927bbb5dc3aafcbc", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "6393edb15609cce3960d83175dd4b0f039257fcb491a48ffd275ead0621fa594", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -18,3 +18,3 @@ # Installation | ||
import { File, Expression } from 'babel-types'; | ||
import { Expression, File } from "babel-types"; | ||
@@ -42,3 +42,3 @@ export function parse(code: string, opts?: BabylonOptions): File; | ||
*/ | ||
sourceType?: 'script' | 'module' | undefined; | ||
sourceType?: "script" | "module" | undefined; | ||
@@ -58,16 +58,16 @@ /** | ||
export type PluginName = | ||
'estree' | | ||
'jsx' | | ||
'flow' | | ||
'typescript' | | ||
'classConstructorCall' | | ||
'doExpressions' | | ||
'objectRestSpread' | | ||
'decorators' | | ||
'classProperties' | | ||
'exportExtensions' | | ||
'asyncGenerators' | | ||
'functionBind' | | ||
'functionSent' | | ||
'dynamicImport'; | ||
| "estree" | ||
| "jsx" | ||
| "flow" | ||
| "typescript" | ||
| "classConstructorCall" | ||
| "doExpressions" | ||
| "objectRestSpread" | ||
| "decorators" | ||
| "classProperties" | ||
| "exportExtensions" | ||
| "asyncGenerators" | ||
| "functionBind" | ||
| "functionSent" | ||
| "dynamicImport"; | ||
@@ -77,3 +77,3 @@ ```` | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:41 GMT | ||
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT | ||
* Dependencies: [@types/babel-types](https://npmjs.com/package/@types/babel-types) | ||
@@ -80,0 +80,0 @@ * Global values: none |
6586