awesome-typescript-loader
Advanced tools
Comparing version 5.0.0-0 to 5.0.0-1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="5.0.0-1"></a> | ||
# [5.0.0-1](https://github.com/s-panferov/awesome-typescript-loader/compare/v5.0.0-0...v5.0.0-1) (2018-03-07) | ||
<a name="5.0.0-0"></a> | ||
@@ -7,0 +12,0 @@ # [5.0.0-0](https://github.com/s-panferov/awesome-typescript-loader/compare/v4.0.0-1...v5.0.0-0) (2018-03-06) |
@@ -146,3 +146,3 @@ "use strict"; | ||
function getDefaultLibFileName(options) { | ||
return path.join(path.dirname(compiler.sys.getExecutingFilePath()), compiler.getDefaultLibFileName(options)); | ||
return helpers_1.toUnix(path.join(path.dirname(compiler.sys.getExecutingFilePath()), compiler.getDefaultLibFileName(options))); | ||
} | ||
@@ -149,0 +149,0 @@ function invokeWatcherCallbacks(callbacks, fileName, eventKind) { |
{ | ||
"name": "awesome-typescript-loader", | ||
"version": "5.0.0-0", | ||
"version": "5.0.0-1", | ||
"description": "Awesome TS loader for webpack", | ||
@@ -5,0 +5,0 @@ "main": "dist/entry.js", |
@@ -161,6 +161,6 @@ import * as ts from 'typescript' | ||
function getDefaultLibFileName(options: ts.CompilerOptions) { | ||
return path.join( | ||
return toUnix(path.join( | ||
path.dirname(compiler.sys.getExecutingFilePath()), | ||
compiler.getDefaultLibFileName(options) | ||
) | ||
)) | ||
} | ||
@@ -167,0 +167,0 @@ |
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
489876