Comparing version 0.2.4 to 0.2.5
@@ -9,3 +9,2 @@ /// <reference path='../typings/node.d.ts' /> | ||
var diff = require('diff'); | ||
var DUMMY_FILE = 'TSUN.repl.generated.ts'; | ||
// codes has been accepted by service, as opposed to codes in buffer and user input | ||
@@ -56,2 +55,4 @@ // if some action fails to compile, acceptedCodes will be rolled-back | ||
} | ||
var resolvedOpt = compileOption()(); | ||
var DUMMY_FILE = resolvedOpt.rootDir ? resolvedOpt.rootDir + 'TSUN.repl.generated.ts' : 'TSUN.repl.generated.ts'; | ||
var serviceHost = { | ||
@@ -58,0 +59,0 @@ getCompilationSettings: compileOption(), |
{ | ||
"name": "tsun", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "TSUN: a repl for TypeScript Upgraded Node", | ||
@@ -5,0 +5,0 @@ "bin": "./bin/tsun", |
@@ -11,4 +11,2 @@ /// <reference path='../typings/node.d.ts' /> | ||
const DUMMY_FILE = 'TSUN.repl.generated.ts' | ||
// codes has been accepted by service, as opposed to codes in buffer and user input | ||
@@ -68,2 +66,5 @@ // if some action fails to compile, acceptedCodes will be rolled-back | ||
const resolvedOpt = compileOption()() | ||
const DUMMY_FILE = resolvedOpt.rootDir ? resolvedOpt.rootDir + 'TSUN.repl.generated.ts': 'TSUN.repl.generated.ts' | ||
var serviceHost: ts.LanguageServiceHost = { | ||
@@ -70,0 +71,0 @@ getCompilationSettings: compileOption(), |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
315631
2809
2