@kubb/parser
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -1,5 +0,4 @@ | ||
import { createRequire } from 'module'; | ||
import ts from 'typescript'; | ||
createRequire(import.meta.url); | ||
// src/factory.ts | ||
var { factory } = ts; | ||
@@ -6,0 +5,0 @@ var modifiers = { |
@@ -1,6 +0,5 @@ | ||
import { createRequire } from 'module'; | ||
import path from 'path'; | ||
import ts2 from 'typescript'; | ||
createRequire(import.meta.url); | ||
// src/api.ts | ||
function getExports(filePath) { | ||
@@ -7,0 +6,0 @@ const rootName = path.extname(filePath) ? filePath : `${filePath}.ts`; |
{ | ||
"name": "@kubb/parser", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Generator parser", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
0
115639
1442