@teleporthq/teleport-plugin-import-statements
Advanced tools
Comparing version 0.10.0-alpha.3 to 0.10.0-alpha.4
@@ -39,3 +39,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var teleport_shared_1 = require("@teleporthq/teleport-shared"); | ||
var teleport_plugin_common_1 = require("@teleporthq/teleport-plugin-common"); | ||
var teleport_types_1 = require("@teleporthq/teleport-types"); | ||
@@ -86,3 +86,3 @@ exports.createImportPlugin = function (config) { | ||
var importASTs = Object.keys(dependencies).map(function (key) { | ||
return teleport_shared_1.ASTBuilders.createGenericImportStatement(key, dependencies[key]); | ||
return teleport_plugin_common_1.ASTBuilders.createGenericImportStatement(key, dependencies[key]); | ||
}); | ||
@@ -89,0 +89,0 @@ chunks.push({ |
@@ -1,2 +0,2 @@ | ||
import { ASTBuilders } from '@teleporthq/teleport-shared'; | ||
import { ASTBuilders } from '@teleporthq/teleport-plugin-common'; | ||
import { ChunkType, FileType, } from '@teleporthq/teleport-types'; | ||
@@ -3,0 +3,0 @@ export const createImportPlugin = (config) => { |
{ | ||
"name": "@teleporthq/teleport-plugin-import-statements", | ||
"version": "0.10.0-alpha.3", | ||
"version": "0.10.0-alpha.4", | ||
"description": "A plugin for handling import statements in JavaScript code", | ||
@@ -29,6 +29,6 @@ "author": "teleportHQ", | ||
"dependencies": { | ||
"@teleporthq/teleport-shared": "^0.10.0-alpha.3", | ||
"@teleporthq/teleport-types": "^0.10.0-alpha.3" | ||
"@teleporthq/teleport-plugin-common": "^0.10.0-alpha.4", | ||
"@teleporthq/teleport-types": "^0.10.0-alpha.4" | ||
}, | ||
"gitHead": "51bd2bf8c93ea4e5bd6d3445e8baf47c21c82cf8" | ||
"gitHead": "8edece3f58b34ff7052c323471590460287fa50e" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { ASTBuilders } from '@teleporthq/teleport-shared' | ||
import { ASTBuilders } from '@teleporthq/teleport-plugin-common' | ||
import { | ||
@@ -3,0 +3,0 @@ ComponentPluginFactory, |
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
281872