@teleporthq/teleport-plugin-common
Advanced tools
Comparing version 0.10.0-alpha.5 to 0.10.0-alpha.6
@@ -11,3 +11,3 @@ import * as types from '@babel/types'; | ||
operand?: string | number | boolean; | ||
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.Identifier | types.MemberExpression | types.BinaryExpression | types.UnaryExpression; | ||
export declare const getRepeatSourceIdentifier: (dataSource: UIDLAttributeValue, options: JSXGenerationOptions) => types.Identifier | types.MemberExpression | types.ArrayExpression | types.StringLiteral | types.NumericLiteral | types.NullLiteral | types.BooleanLiteral | types.ObjectExpression; | ||
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.BinaryExpression | types.Identifier | types.MemberExpression | types.UnaryExpression; | ||
export declare const getRepeatSourceIdentifier: (dataSource: UIDLAttributeValue, options: JSXGenerationOptions) => types.ArrayExpression | types.Identifier | types.StringLiteral | types.NumericLiteral | types.NullLiteral | types.BooleanLiteral | types.MemberExpression | types.ObjectExpression; |
@@ -11,3 +11,3 @@ import * as types from '@babel/types'; | ||
operand?: string | number | boolean; | ||
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.Identifier | types.MemberExpression | types.BinaryExpression | types.UnaryExpression; | ||
export declare const getRepeatSourceIdentifier: (dataSource: UIDLAttributeValue, options: JSXGenerationOptions) => types.Identifier | types.MemberExpression | types.ArrayExpression | types.StringLiteral | types.NumericLiteral | types.NullLiteral | types.BooleanLiteral | types.ObjectExpression; | ||
}, conditionalIdentifier: ConditionalIdentifier, t?: typeof types) => types.BinaryExpression | types.Identifier | types.MemberExpression | types.UnaryExpression; | ||
export declare const getRepeatSourceIdentifier: (dataSource: UIDLAttributeValue, options: JSXGenerationOptions) => types.ArrayExpression | types.Identifier | types.StringLiteral | types.NumericLiteral | types.NullLiteral | types.BooleanLiteral | types.MemberExpression | types.ObjectExpression; |
{ | ||
"name": "@teleporthq/teleport-plugin-common", | ||
"version": "0.10.0-alpha.5", | ||
"version": "0.10.0-alpha.6", | ||
"description": "Common building and modelating functions for ASTs and HASTs", | ||
@@ -30,8 +30,8 @@ "author": "teleportHQ", | ||
"@babel/types": "^7.5.5", | ||
"@teleporthq/teleport-shared": "^0.10.0-alpha.5", | ||
"@teleporthq/teleport-types": "^0.10.0-alpha.5", | ||
"@teleporthq/teleport-shared": "^0.10.0-alpha.6", | ||
"@teleporthq/teleport-types": "^0.10.0-alpha.6", | ||
"jss": "^10.0.0", | ||
"jss-preset-default": "^10.0.0" | ||
}, | ||
"gitHead": "86b1764602ada3cc80aeb800fd5d0261673a00c5" | ||
"gitHead": "4eb554f8b449726e44681876564f51b1e9b71fdb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet