@stencil/core
Advanced tools
Comparing version
import * as ts from 'typescript'; | ||
export declare function updateComponentClass(classNode: ts.ClassDeclaration): ts.ClassDeclaration; | ||
/** | ||
* Check if class has component decorator | ||
* @param classNode | ||
*/ | ||
export declare function isComponentClass(classNode: ts.ClassDeclaration): boolean; | ||
export declare function isEmptyArgs(arg: any): boolean; | ||
@@ -4,0 +9,0 @@ export declare class ObjectMap { |
{ | ||
"name": "@stencil/core", | ||
"version": "0.0.9-3", | ||
"version": "0.0.9-4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "A Compiler for Web Components", |
@@ -525,3 +525,3 @@ import { CssClassMap } from './jsx-interfaces'; | ||
export interface ModulesImporterFn { | ||
(importer: any, h: Function, Core: CoreContext, pubicPath: string): void; | ||
(importer: any, h: Function, Core: CoreContext, publicPath: string): void; | ||
} | ||
@@ -1087,6 +1087,2 @@ export interface ComponentDecorator { | ||
declare global { | ||
var Context: CoreContext; | ||
var publicPath: string; | ||
var hydratedCssClass: string; | ||
var appNamespace: string; | ||
var h: Hyperscript; | ||
@@ -1093,0 +1089,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2227536
0.01%54554
0.01%