@deepkit/type-compiler
Advanced tools
Comparing version 1.0.1-alpha.117 to 1.0.1-alpha.123
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.1-alpha.123](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.122...v1.0.1-alpha.123) (2024-02-02) | ||
**Note:** Version bump only for package @deepkit/type-compiler | ||
## [1.0.1-alpha.117](https://github.com/deepkit/deepkit-framework/compare/v1.0.1-alpha.116...v1.0.1-alpha.117) (2024-01-26) | ||
@@ -8,0 +12,0 @@ |
@@ -99,3 +99,4 @@ "use strict"; | ||
languageVersion: this.compilerOptions.target || ScriptTarget.ES2018, | ||
jsDocParsingMode: JSDocParsingMode.ParseNone, | ||
// JSDocParsingMode is not available in TS < 5.3 | ||
jsDocParsingMode: JSDocParsingMode ? JSDocParsingMode.ParseNone : undefined, | ||
}, true)); | ||
@@ -102,0 +103,0 @@ this.sourceFiles[fileName] = moduleSourceFile; |
@@ -69,3 +69,4 @@ import * as micromatch from 'micromatch'; | ||
languageVersion: this.compilerOptions.target || ScriptTarget.ES2018, | ||
jsDocParsingMode: JSDocParsingMode.ParseNone, | ||
// JSDocParsingMode is not available in TS < 5.3 | ||
jsDocParsingMode: JSDocParsingMode ? JSDocParsingMode.ParseNone : undefined, | ||
}, true)); | ||
@@ -72,0 +73,0 @@ this.sourceFiles[fileName] = moduleSourceFile; |
{ | ||
"name": "@deepkit/type-compiler", | ||
"version": "1.0.1-alpha.117", | ||
"version": "1.0.1-alpha.123", | ||
"description": "Deepkit/type compiler/Typescript transformer", | ||
@@ -70,3 +70,3 @@ "type": "commonjs", | ||
}, | ||
"gitHead": "e30354b7c2f1fc34a5d627d4e6a179fea5c82104" | ||
"gitHead": "49731fdb4786e50a54c4c6639374851ee9389a3a" | ||
} |
@@ -98,3 +98,4 @@ import * as micromatch from 'micromatch'; | ||
languageVersion: this.compilerOptions.target || ScriptTarget.ES2018, | ||
jsDocParsingMode: JSDocParsingMode.ParseNone, | ||
// JSDocParsingMode is not available in TS < 5.3 | ||
jsDocParsingMode: JSDocParsingMode ? JSDocParsingMode.ParseNone : undefined, | ||
}, | ||
@@ -101,0 +102,0 @@ true, |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
816448
10802