Comparing version 6.8.1 to 6.8.2
@@ -31,4 +31,3 @@ "use strict"; | ||
const typeImportMarker = "(?:t:)?"; | ||
const fileNamePattern = "(?:[a-zA-Z0-9._-]+)"; | ||
const modulePattern = `@?(?:(?:${fileNamePattern}(?:/${fileNamePattern})*))`; | ||
const modulePattern = `.+`; | ||
const identPattern = `(?:(?:[a-zA-Z][_a-zA-Z0-9.]*)|(?:[_a-zA-Z][_a-zA-Z0-9.]+))`; | ||
@@ -35,0 +34,0 @@ exports.importType = "[*@+=]"; |
{ | ||
"name": "ts-poet", | ||
"version": "6.8.1", | ||
"version": "6.8.2", | ||
"description": "code generation DSL for TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
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
72408
1311