@file-services/typescript
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -94,3 +94,3 @@ "use strict"; | ||
const { readFile, join, useCaseSensitiveFileNames, getNewLine } = baseHost; | ||
return Object.assign({}, baseHost, { getCompilationSettings, | ||
return Object.assign(Object.assign({}, baseHost), { getCompilationSettings, | ||
getScriptFileNames, | ||
@@ -97,0 +97,0 @@ getCustomTransformers, |
@@ -88,3 +88,3 @@ import ts from 'typescript'; | ||
const { readFile, join, useCaseSensitiveFileNames, getNewLine } = baseHost; | ||
return Object.assign({}, baseHost, { getCompilationSettings, | ||
return Object.assign(Object.assign({}, baseHost), { getCompilationSettings, | ||
getScriptFileNames, | ||
@@ -91,0 +91,0 @@ getCustomTransformers, |
{ | ||
"name": "@file-services/typescript", | ||
"description": "Helpers for creation of TypeScript hosts", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"main": "cjs/index.js", | ||
@@ -17,3 +17,3 @@ "module": "esm/index.js", | ||
"dependencies": { | ||
"@file-services/types": "^2.0.1" | ||
"@file-services/types": "^2.1.0" | ||
}, | ||
@@ -23,4 +23,3 @@ "files": [ | ||
"esm", | ||
"src", | ||
"!src/tsconfig.json" | ||
"src" | ||
], | ||
@@ -34,3 +33,3 @@ "license": "MIT", | ||
"sideEffects": false, | ||
"gitHead": "fc4bf2d1f67151dfd6357fcda60bc0c43f6a10d6" | ||
"gitHead": "d0f4daec4165377749c39bb159c24b6e0808fae4" | ||
} |
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
32317
Updated@file-services/types@^2.1.0