UNPKG

@better-builds/nodec

Version:

The unofficial node-application-to-standalone-executable compiler, complete with ESBuild support.

13 lines (12 loc) 420 B
export var SupportedOS; (function (SupportedOS) { SupportedOS["Linux_x64"] = "linux-x64"; SupportedOS["Mac_x64"] = "macos-x64"; SupportedOS["Mac_ARM64"] = "macos-arm64"; SupportedOS["Win_x64"] = "win-x64"; })(SupportedOS || (SupportedOS = {})); export var TargetFormat; (function (TargetFormat) { TargetFormat["CJS"] = "cjs"; TargetFormat["ESM"] = "esm"; })(TargetFormat || (TargetFormat = {}));