@digitak/esrun
Advanced tools
Comparing version 3.2.25 to 3.2.26
{ | ||
"name": "@digitak/esrun", | ||
"version": "3.2.25", | ||
"version": "3.2.26", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Execute directly your Typescript files using Esbuild", |
@@ -0,1 +1,3 @@ | ||
> **This package has been moved to [esrun](https://www.npmjs.com/package/esrun). This is a legacy version.** | ||
# esrun | ||
@@ -18,3 +20,3 @@ **esrun** is a "work out of the box" library to execute Typescript (as well as modern Javascript with decorators and stuff) without having to use a bundler. This is useful for quick demonstrations or when launching your tests written in Typescript. | ||
```shell | ||
npm i -g @digitak/esrun | ||
npm i -g esrun | ||
``` | ||
@@ -44,3 +46,3 @@ | ||
```shell | ||
npm i -D @digitak/esrun | ||
npm i -D esrun | ||
``` | ||
@@ -218,3 +220,3 @@ | ||
``` ts | ||
import esrun from '@digitak/esrun' | ||
import esrun from 'esrun' | ||
@@ -273,3 +275,3 @@ export async function esrun(filePath: string, options?: Options): Promise<void> | ||
```ts | ||
import { Runner } from '@digitak/esrun' | ||
import { Runner } from 'esrun' | ||
@@ -276,0 +278,0 @@ const runner = new Runner(inputFile: string, options?: Options) |
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
32871
318