@digitak/esrun
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@digitak/esrun", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Execute directly your Typescript/Javascript(with ES modules) files using Esbuild", | ||
@@ -5,0 +5,0 @@ "files": ["src/**/*"], |
# esrun | ||
Execute your Typescript or modern Javascript files without having to use a bundler or . This is useful for quick demonstrations or when launching your tests written in Typescript. | ||
Execute your Typescript or modern Javascript files without having to use a bundler. This is useful for quick demonstrations or when launching your tests written in Typescript. | ||
@@ -33,5 +33,5 @@ This library is a thin wrapper around [esbuild](https://github.com/evanw/esbuild) which compiles Typescript almost instantly. | ||
``` ts | ||
import esrun from 'esrun' | ||
import esrun from '@digitak/esrun' | ||
esrun(filePath: string, ...arguments: string[]): unknown | ||
``` |
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
3475