Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "tsun", | ||
"version": "0.0.1", | ||
"description": "typescript enhanced, a node-like binary", | ||
"bin": "./bin/tse", | ||
"version": "0.0.2", | ||
"description": "TSUN: a repl for TypeScript Upgraded Node", | ||
"bin": "./bin/tsun", | ||
"dependencies": { | ||
"optimist": "^0.6.1", | ||
"temp": "^0.8.1", | ||
"typescript": "^1.5.0-alpha" | ||
}, | ||
"scripts": { | ||
"prepublish": "tsc -m commonjs --outdir ./bin tse.ts" | ||
"prepublish": "tsc -m commonjs --outdir ./bin tsun.ts" | ||
}, | ||
@@ -13,0 +14,0 @@ "keywords": [ |
# TSUN - TypeScript Upgraded Node | ||
It supports a node like repl for TypeScript. | ||
TSUN, a TypeScript Upgraded Node, supports a REPL and interpreter for TypeScript. | ||
Feature: | ||
=== | ||
* TS 1.5 support | ||
* Tab-completion support | ||
* directly execute TypeScript application like `node` | ||
Install: | ||
`npm install -g tsun` | ||
=== | ||
`npm install -g tsun` | ||
Usage: | ||
==== | ||
* Use it as repl: `tsun` | ||
* Use it as interpreter: `tsun path/to/app.ts` | ||
Note: | ||
=== | ||
When used as interpreter, tsun will create a temporary directory as output directory and create a node process to execute compiled js. | ||
So it is usually a problem to correctly resolve `node_modules` path or definition file like `*.d.ts`. | ||
Currently, tsun make two symbolic links for `node_modules` and `typings` directories in temporary directory, conventionally. | ||
Custom definition files and JavaScript library support will be added in next releases. | ||
TODO: | ||
=== | ||
* Add customization | ||
* Add tsun config | ||
* Add dere mode |
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
139145
3330
33
3
+ Addedtemp@^0.8.1
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedrimraf@2.6.3(transitive)
+ Addedtemp@0.8.4(transitive)
+ Addedwrappy@1.0.2(transitive)