Comparing version 1.7.2 to 1.7.3
@@ -26,3 +26,4 @@ #!/usr/bin/env node | ||
'--allow-natives-syntax', | ||
'--perf-basic-prof' | ||
'--perf-basic-prof', | ||
'--preserve-symlinks' | ||
]); | ||
@@ -29,0 +30,0 @@ for (var i = 0; i < argv.length; i++) { |
{ | ||
"name": "ts-node", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"preferGlobal": true, | ||
@@ -5,0 +5,0 @@ "description": "TypeScript execution environment and REPL for node", |
@@ -105,2 +105,9 @@ # TypeScript Node | ||
This will register the TypeScript compiler for "on the fly" compilation support of `.ts` and `.tsx` files during the run | ||
of the script. From here you can use `require` to bring in modules from TypeScript files: | ||
```js | ||
var someModule = require('path_to_a_typescript_file'); | ||
``` | ||
## License | ||
@@ -107,0 +114,0 @@ |
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
119605
959
124