golang-github-evanw-esbuild 0.17.0-1 source package in Ubuntu

Changelog

golang-github-evanw-esbuild (0.17.0-1) unstable; urgency=medium

  * New upstream version 0.17.0
  * Update esbuild(1) man page to 0.17.0
  * Rename internal/bundler/snapshots to internal/bundler_tests/snapshots
    since v0.16.8; see upstream commit 24f361e192cdc89fe2529a96c32a039a2e59b7fc
  * Adapt to upstream Node.js package name changes since v0.16.0
    e.g. esbuild-linux-64 => @esbuild/linux-x64;
    see commit 157860b4f12dd9c69b60f7ed25387369acc4a2c1
  * Add debian/esbuild.docs to install README.md and CHANGELOG*.md files

 -- Anthony Fok <email address hidden>  Fri, 27 Jan 2023 02:40:46 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-evanw-esbuild_0.17.0-1.dsc 2.4 KiB e95612636ccd54d7406d0a4732b8aac60153bee37e30dc8b70d85e2725ffa718
golang-github-evanw-esbuild_0.17.0.orig.tar.gz 1.5 MiB bd59e0ed2eac5f3ca762b7c23e066bb71c63bcd027bc3c0d3e1b8f39c4338032
golang-github-evanw-esbuild_0.17.0-1.debian.tar.xz 9.2 KiB f6383c8226a273df5136862862f4bec8199e2ba11daaf4a5afa794680eb039c8

No changes file available.

Binary packages built by this source

esbuild: extremely fast JavaScript bundler and minifier (program)

 esbuild is a JavaScript bundler and minifier. It packages up
 JavaScript and TypeScript code for distribution on the web.
 .
 Why build another JavaScript build tool? The current build tools for the web
 are at least an order of magnitude slower than they should be. It is hoped
 that this project serves as an "existence proof" that JavaScript tooling
 can be much, much faster.
 .
 This package contains the esbuild binary.

esbuild-dbgsym: debug symbols for esbuild
golang-github-evanw-esbuild-dev: extremely fast JavaScript bundler and minifier (library)

 esbuild is a JavaScript bundler and minifier. It packages up
 JavaScript and TypeScript code for distribution on the web.
 .
 Why build another JavaScript build tool? The current build tools for the web
 are at least an order of magnitude slower than they should be. It is hoped
 that this project serves as an "existence proof" that JavaScript tooling
 can be much, much faster.
 .
 This package contains the github.com/evanw/esbuild Go library.