@kubb/parser
Advanced tools
Comparing version 0.0.0-canary-20240121183921 to 0.0.0-canary-20240121210609
@@ -112,2 +112,3 @@ import ts from 'typescript'; | ||
readonly any: ts.KeywordTypeNode<ts.SyntaxKind.AnyKeyword>; | ||
readonly unknown: ts.KeywordTypeNode<ts.SyntaxKind.UnknownKeyword>; | ||
readonly number: ts.KeywordTypeNode<ts.SyntaxKind.NumberKeyword>; | ||
@@ -114,0 +115,0 @@ readonly integer: ts.KeywordTypeNode<ts.SyntaxKind.NumberKeyword>; |
@@ -326,2 +326,3 @@ import ts from 'typescript'; | ||
any: factory.createKeywordTypeNode(ts.SyntaxKind.AnyKeyword), | ||
unknown: factory.createKeywordTypeNode(ts.SyntaxKind.UnknownKeyword), | ||
number: factory.createKeywordTypeNode(ts.SyntaxKind.NumberKeyword), | ||
@@ -328,0 +329,0 @@ integer: factory.createKeywordTypeNode(ts.SyntaxKind.NumberKeyword), |
{ | ||
"name": "@kubb/parser", | ||
"version": "0.0.0-canary-20240121183921", | ||
"version": "0.0.0-canary-20240121210609", | ||
"description": "Generator parser", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -458,2 +458,3 @@ /* eslint-disable @typescript-eslint/unbound-method */ | ||
any: factory.createKeywordTypeNode(ts.SyntaxKind.AnyKeyword), | ||
unknown: factory.createKeywordTypeNode(ts.SyntaxKind.UnknownKeyword), | ||
number: factory.createKeywordTypeNode(ts.SyntaxKind.NumberKeyword), | ||
@@ -460,0 +461,0 @@ integer: factory.createKeywordTypeNode(ts.SyntaxKind.NumberKeyword), |
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
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
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
121714
1500