Module: SprocketsEsbuild::Upstream

Defined in:
lib/sprockets-esbuild/upstream.rb

Overview

constants describing the upstream esbuild project

Constant Summary collapse

VERSION =
"0.19.5"
NATIVE_PLATFORMS =

rubygems platform name => [upstream release tarball name, tarball path]

{
  "arm64-darwin" => ["esbuild-darwin-arm64", "package/bin/esbuild"],
  "x64-mingw32" => ["esbuild-windows-64", "package/esbuild.exe"],
  "x86_64-darwin" => ["esbuild-darwin-64", "package/bin/esbuild"],
  "x86_64-linux" => ["esbuild-linux-64", "package/bin/esbuild"],
}