@deepkit/type-compiler
Advanced tools
Comparing version 1.0.1-alpha.97 to 1.0.1-alpha.100
@@ -123,3 +123,3 @@ import type { __String, ArrowFunction, Bundle, ClassDeclaration, ClassExpression, CompilerHost, CompilerOptions, ConstructorDeclaration, CustomTransformer, CustomTransformerFactory, Declaration, EntityName, EnumDeclaration, ExportDeclaration, Expression, ExpressionWithTypeArguments, FunctionDeclaration, FunctionExpression, Identifier, ImportDeclaration, InterfaceDeclaration, MethodDeclaration, ModuleDeclaration, Node, NodeFactory, ParseConfigHost, PropertyAccessExpression, QualifiedName, Statement, TransformationContext, TypeAliasDeclaration, TypeChecker, TypeParameterDeclaration, TypeReferenceNode } from 'typescript'; | ||
*/ | ||
protected compileDeclarations: Map<InterfaceDeclaration | TypeAliasDeclaration | EnumDeclaration, { | ||
protected compileDeclarations: Map<TypeAliasDeclaration | InterfaceDeclaration | EnumDeclaration, { | ||
name: EntityName; | ||
@@ -276,3 +276,3 @@ sourceFile: SourceFile; | ||
*/ | ||
protected decorateFunctionExpression(expression: FunctionExpression): FunctionExpression | ts.CallExpression; | ||
protected decorateFunctionExpression(expression: FunctionExpression): ts.CallExpression | FunctionExpression; | ||
/** | ||
@@ -283,3 +283,3 @@ * function name() {} | ||
*/ | ||
protected decorateFunctionDeclaration(declaration: FunctionDeclaration): FunctionDeclaration | ts.ExportAssignment | Statement[] | undefined; | ||
protected decorateFunctionDeclaration(declaration: FunctionDeclaration): Statement[] | FunctionDeclaration | ts.ExportAssignment | undefined; | ||
/** | ||
@@ -289,3 +289,3 @@ * const fn = () => { } | ||
*/ | ||
protected decorateArrow(expression: ArrowFunction): ArrowFunction | ts.CallExpression; | ||
protected decorateArrow(expression: ArrowFunction): ts.CallExpression | ArrowFunction; | ||
/** | ||
@@ -292,0 +292,0 @@ * Object.assign(fn, {__type: []}) is much slower than a custom implementation like |
@@ -123,3 +123,3 @@ import type { __String, ArrowFunction, Bundle, ClassDeclaration, ClassExpression, CompilerHost, CompilerOptions, ConstructorDeclaration, CustomTransformer, CustomTransformerFactory, Declaration, EntityName, EnumDeclaration, ExportDeclaration, Expression, ExpressionWithTypeArguments, FunctionDeclaration, FunctionExpression, Identifier, ImportDeclaration, InterfaceDeclaration, MethodDeclaration, ModuleDeclaration, Node, NodeFactory, ParseConfigHost, PropertyAccessExpression, QualifiedName, Statement, TransformationContext, TypeAliasDeclaration, TypeChecker, TypeParameterDeclaration, TypeReferenceNode } from 'typescript'; | ||
*/ | ||
protected compileDeclarations: Map<InterfaceDeclaration | TypeAliasDeclaration | EnumDeclaration, { | ||
protected compileDeclarations: Map<TypeAliasDeclaration | InterfaceDeclaration | EnumDeclaration, { | ||
name: EntityName; | ||
@@ -276,3 +276,3 @@ sourceFile: SourceFile; | ||
*/ | ||
protected decorateFunctionExpression(expression: FunctionExpression): FunctionExpression | ts.CallExpression; | ||
protected decorateFunctionExpression(expression: FunctionExpression): ts.CallExpression | FunctionExpression; | ||
/** | ||
@@ -283,3 +283,3 @@ * function name() {} | ||
*/ | ||
protected decorateFunctionDeclaration(declaration: FunctionDeclaration): FunctionDeclaration | ts.ExportAssignment | Statement[] | undefined; | ||
protected decorateFunctionDeclaration(declaration: FunctionDeclaration): Statement[] | FunctionDeclaration | ts.ExportAssignment | undefined; | ||
/** | ||
@@ -289,3 +289,3 @@ * const fn = () => { } | ||
*/ | ||
protected decorateArrow(expression: ArrowFunction): ArrowFunction | ts.CallExpression; | ||
protected decorateArrow(expression: ArrowFunction): ts.CallExpression | ArrowFunction; | ||
/** | ||
@@ -292,0 +292,0 @@ * Object.assign(fn, {__type: []}) is much slower than a custom implementation like |
{ | ||
"name": "@deepkit/type-compiler", | ||
"version": "1.0.1-alpha.97", | ||
"version": "1.0.1-alpha.100", | ||
"description": "Deepkit/type compiler/Typescript transformer", | ||
@@ -63,3 +63,3 @@ "type": "commonjs", | ||
}, | ||
"gitHead": "2112f2773b6781c98e2271d55a996ffb9da5f89c" | ||
"gitHead": "3d8e2cad5f583d05d80d87858be92b8e64450ea9" | ||
} |
Sorry, the diff of this file is too big to display
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 too big to display
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 too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
722284
9402