@file-services/typescript
Advanced tools
Comparing version
@@ -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
449
0.45%32313
-0.17%+ Added
- Removed
Updated