@teleporthq/teleport-plugin-react-base-component
Advanced tools
Comparing version 0.36.6 to 0.37.2
@@ -87,2 +87,4 @@ "use strict"; | ||
windowImports: windowImports, | ||
localeReferences: [], | ||
globalReferences: [], | ||
}; | ||
@@ -132,2 +134,4 @@ jsxOptions = { | ||
dynamicRefPrefix: jsxOptions.dynamicReferencePrefixMap, | ||
localeReferences: jsxParams.localeReferences, | ||
globalReferences: jsxParams.globalReferences, | ||
}, | ||
@@ -134,0 +138,0 @@ content: pureComponent, |
@@ -61,2 +61,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
windowImports: windowImports, | ||
localeReferences: [], | ||
globalReferences: [], | ||
}; | ||
@@ -106,2 +108,4 @@ jsxOptions = { | ||
dynamicRefPrefix: jsxOptions.dynamicReferencePrefixMap, | ||
localeReferences: jsxParams.localeReferences, | ||
globalReferences: jsxParams.globalReferences, | ||
}, | ||
@@ -108,0 +112,0 @@ content: pureComponent, |
{ | ||
"name": "@teleporthq/teleport-plugin-react-base-component", | ||
"version": "0.36.6", | ||
"version": "0.37.2", | ||
"description": "A plugin for handling the skeleton/baseline of a React component", | ||
@@ -28,7 +28,7 @@ "author": "teleportHQ", | ||
"@babel/types": "^7.5.5", | ||
"@teleporthq/teleport-plugin-common": "^0.36.6", | ||
"@teleporthq/teleport-shared": "^0.36.6", | ||
"@teleporthq/teleport-types": "^0.36.6" | ||
"@teleporthq/teleport-plugin-common": "^0.37.2", | ||
"@teleporthq/teleport-shared": "^0.37.2", | ||
"@teleporthq/teleport-types": "^0.37.2" | ||
}, | ||
"gitHead": "64a55c39dba17f13dc58805a7a28f74cd96dd03a" | ||
"gitHead": "bfc4e6229bcd9b3e5ce4077dbf6fd19666935187" | ||
} |
@@ -7,2 +7,3 @@ import { Constants, UIDLUtils } from '@teleporthq/teleport-shared' | ||
ASTUtils, | ||
JSXGenerationParams, | ||
} from '@teleporthq/teleport-plugin-common' | ||
@@ -54,3 +55,3 @@ | ||
const windowImports: Record<string, types.ExpressionStatement> = {} | ||
const jsxParams = { | ||
const jsxParams: JSXGenerationParams = { | ||
propDefinitions, | ||
@@ -61,2 +62,4 @@ stateDefinitions, | ||
windowImports, | ||
localeReferences: [], | ||
globalReferences: [], | ||
} | ||
@@ -122,2 +125,4 @@ | ||
dynamicRefPrefix: jsxOptions.dynamicReferencePrefixMap, | ||
localeReferences: jsxParams.localeReferences, | ||
globalReferences: jsxParams.globalReferences, | ||
}, | ||
@@ -124,0 +129,0 @@ content: pureComponent, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
92295
568
+ Added@teleporthq/teleport-plugin-common@0.37.6(transitive)
+ Added@teleporthq/teleport-shared@0.37.6(transitive)
+ Added@teleporthq/teleport-types@0.37.6(transitive)
- Removed@teleporthq/teleport-plugin-common@0.36.6(transitive)
- Removed@teleporthq/teleport-shared@0.36.6(transitive)
- Removed@teleporthq/teleport-types@0.36.6(transitive)