@file-services/typescript
Advanced tools
Comparing version 1.0.5 to 2.0.0
@@ -21,3 +21,3 @@ "use strict"; | ||
function createBaseHost(fs) { | ||
const { caseSensitive, statSync, readFileSync, readdirSync, fileExistsSync, directoryExistsSync, cwd, realpathSync, path: { join, dirname, normalize } } = fs; | ||
const { caseSensitive, statSync, readFileSync, readdirSync, fileExistsSync, directoryExistsSync, cwd, realpathSync, join, dirname, normalize } = fs; | ||
function getFileSystemEntries(path) { | ||
@@ -24,0 +24,0 @@ const files = []; |
@@ -16,3 +16,3 @@ import ts from 'typescript'; | ||
export function createBaseHost(fs) { | ||
const { caseSensitive, statSync, readFileSync, readdirSync, fileExistsSync, directoryExistsSync, cwd, realpathSync, path: { join, dirname, normalize } } = fs; | ||
const { caseSensitive, statSync, readFileSync, readdirSync, fileExistsSync, directoryExistsSync, cwd, realpathSync, join, dirname, normalize } = fs; | ||
function getFileSystemEntries(path) { | ||
@@ -19,0 +19,0 @@ const files = []; |
{ | ||
"name": "@file-services/typescript", | ||
"description": "Helpers for creation of TypeScript hosts", | ||
"version": "1.0.5", | ||
"version": "2.0.0", | ||
"main": "cjs/index.js", | ||
@@ -17,3 +17,3 @@ "module": "esm/index.js", | ||
"dependencies": { | ||
"@file-services/types": "^1.0.4" | ||
"@file-services/types": "^2.0.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "files": [ | ||
"sideEffects": false, | ||
"gitHead": "fbf9816c976a9569f2ef61df59f0e6d6251ef8e9" | ||
"gitHead": "1a5d5c8e7ab35d213ba47fe0585ec5887df08d7c" | ||
} |
@@ -45,3 +45,5 @@ import ts from 'typescript'; | ||
realpathSync, | ||
path: { join, dirname, normalize } | ||
join, | ||
dirname, | ||
normalize | ||
} = fs; | ||
@@ -48,0 +50,0 @@ |
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
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
449
32313
+ Added@file-services/types@2.2.0(transitive)
- Removed@file-services/types@1.0.4(transitive)
Updated@file-services/types@^2.0.0