@teleporthq/teleport-component-generator
Advanced tools
Comparing version
@@ -14,1 +14,2 @@ import { ComponentStructure, ComponentPlugin, ComponentUIDL, GeneratorOptions } from '@teleporthq/teleport-types'; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
import { ChunkDefinition } from '@teleporthq/teleport-types'; | ||
export declare const groupChunksByFileType: (chunks: ChunkDefinition[]) => Record<string, ChunkDefinition[]>; | ||
//# sourceMappingURL=utils.d.ts.map |
import { CodeGeneratorFunction, HastNode } from '@teleporthq/teleport-types'; | ||
export declare const generator: CodeGeneratorFunction<HastNode>; | ||
//# sourceMappingURL=html-to-string.d.ts.map |
import * as types from '@babel/types'; | ||
import { CodeGeneratorFunction } from '@teleporthq/teleport-types'; | ||
export declare const generator: CodeGeneratorFunction<types.Node>; | ||
//# sourceMappingURL=js-ast-to-code.d.ts.map |
@@ -14,1 +14,2 @@ import { ChunkDefinition } from '@teleporthq/teleport-types'; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
import { ComponentGenerator, GeneratorFactoryParams } from '@teleporthq/teleport-types'; | ||
declare const createComponentGenerator: ({ mappings, plugins, postprocessors, }?: Omit<GeneratorFactoryParams, 'variation'>) => ComponentGenerator; | ||
export { createComponentGenerator }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -14,1 +14,2 @@ import { ComponentStructure, ComponentPlugin, ComponentUIDL, GeneratorOptions } from '@teleporthq/teleport-types'; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
import { ChunkDefinition } from '@teleporthq/teleport-types'; | ||
export declare const groupChunksByFileType: (chunks: ChunkDefinition[]) => Record<string, ChunkDefinition[]>; | ||
//# sourceMappingURL=utils.d.ts.map |
import { CodeGeneratorFunction, HastNode } from '@teleporthq/teleport-types'; | ||
export declare const generator: CodeGeneratorFunction<HastNode>; | ||
//# sourceMappingURL=html-to-string.d.ts.map |
import * as types from '@babel/types'; | ||
import { CodeGeneratorFunction } from '@teleporthq/teleport-types'; | ||
export declare const generator: CodeGeneratorFunction<types.Node>; | ||
//# sourceMappingURL=js-ast-to-code.d.ts.map |
@@ -14,1 +14,2 @@ import { ChunkDefinition } from '@teleporthq/teleport-types'; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
import { ComponentGenerator, GeneratorFactoryParams } from '@teleporthq/teleport-types'; | ||
declare const createComponentGenerator: ({ mappings, plugins, postprocessors, }?: Omit<GeneratorFactoryParams, 'variation'>) => ComponentGenerator; | ||
export { createComponentGenerator }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@teleporthq/teleport-component-generator", | ||
"version": "0.26.4", | ||
"version": "0.26.5", | ||
"description": "Bare-bone component generator on top of which you can add plugins, mappings and post processing functions", | ||
@@ -30,8 +30,8 @@ "author": "teleportHQ", | ||
"@starptech/prettyhtml-hast-to-html": "^0.10.0", | ||
"@teleporthq/teleport-shared": "^0.26.0", | ||
"@teleporthq/teleport-types": "^0.26.0", | ||
"@teleporthq/teleport-uidl-resolver": "^0.26.4", | ||
"@teleporthq/teleport-uidl-validator": "^0.26.0" | ||
"@teleporthq/teleport-shared": "^0.26.5", | ||
"@teleporthq/teleport-types": "^0.26.5", | ||
"@teleporthq/teleport-uidl-resolver": "^0.26.5", | ||
"@teleporthq/teleport-uidl-validator": "^0.26.5" | ||
}, | ||
"gitHead": "35bbfa2cf41ae944c132316565a53af251a88429" | ||
"gitHead": "564e726c5481e2b39e16e79b76319aa72d12bbb5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
126222
3.55%61
24.49%