fork-ts-checker-webpack-plugin
Advanced tools
Comparing version 6.2.8 to 6.2.9
@@ -68,3 +68,3 @@ "use strict"; | ||
*/ | ||
ForkTsCheckerWebpackPlugin.version = '6.2.8'; // will be replaced by the @semantic-release/exec | ||
ForkTsCheckerWebpackPlugin.version = '6.2.9'; // will be replaced by the @semantic-release/exec | ||
/** | ||
@@ -71,0 +71,0 @@ * Default pool for the plugin concurrency limit |
@@ -24,4 +24,4 @@ "use strict"; | ||
} | ||
const parsedConfiguration = parseTypeScriptConfiguration(typescript, configFile, configFileContext, {}, parseConfigFileHost); | ||
const childDependencies = getDependenciesFromTypeScriptConfiguration(typescript, parsedConfiguration, configFileContext, parseConfigFileHost, [...processedConfigFiles, configFile]); | ||
const parsedConfiguration = parseTypeScriptConfiguration(typescript, configFile, path_1.dirname(configFile), {}, parseConfigFileHost); | ||
const childDependencies = getDependenciesFromTypeScriptConfiguration(typescript, parsedConfiguration, path_1.dirname(configFile), parseConfigFileHost, [...processedConfigFiles, configFile]); | ||
childDependencies.files.forEach((file) => { | ||
@@ -28,0 +28,0 @@ files.add(file); |
{ | ||
"name": "fork-ts-checker-webpack-plugin", | ||
"version": "6.2.8", | ||
"version": "6.2.9", | ||
"description": "Runs typescript type checker and linter on separate process.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
262132