@digitak/esrun
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@digitak/esrun", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Execute directly your Typescript/Javascript(with ES modules) files using Esbuild", | ||
@@ -5,0 +5,0 @@ "files": ["src/**/*"], |
@@ -61,3 +61,5 @@ const { resolve, basename } = require('path') | ||
platform: 'node', | ||
'external:fsevents': true, | ||
external: [ | ||
'fsevents', | ||
], | ||
}) | ||
@@ -64,0 +66,0 @@ const code = buildResult.outputFiles[0].text |
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
5822
74