Comparing version 0.3.8 to 0.4.0
@@ -85,2 +85,5 @@ "use strict"; | ||
directoryExists: ts.sys.directoryExists, | ||
fileExists: ts.sys.fileExists, | ||
readFile: ts.sys.readFile, | ||
readDirectory: ts.sys.readDirectory, | ||
getDefaultLibFileName: function (options) { return ts.getDefaultLibFilePath(options); } | ||
@@ -147,3 +150,3 @@ }; | ||
} | ||
var completions = service.getCompletionsAtPosition(DUMMY_FILE, exports.acceptedCodes.length); | ||
var completions = service.getCompletionsAtPosition(DUMMY_FILE, exports.acceptedCodes.length, undefined); | ||
if (!completions) { | ||
@@ -150,0 +153,0 @@ exports.acceptedCodes = originalCodes; |
{ | ||
"name": "tsun", | ||
"preferGlobal": true, | ||
"version": "0.3.8", | ||
"version": "0.4.0", | ||
"description": "TSUN: a repl for TypeScript Upgraded Node", | ||
@@ -39,7 +39,7 @@ "bin": "./bin/tsun", | ||
"@types/diff": "0.0.31", | ||
"typescript": "^2.2.0-dev.20161128" | ||
"typescript": "^3.1.0" | ||
}, | ||
"peerDependencies": { | ||
"typescript": ">=2.0.0" | ||
"typescript": ">=3.0.0" | ||
} | ||
} |
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
27564
651