Thanks, committed.

On 2026-01-13 18:03, Igor Zornik wrote:
Hello, ports.

A new version of esbuild with a few fixes. JS and CSS bundling tested
on today's amd64 snap. QP-encoded diff below the changelog. Someone
please commit if OK.

Changelog:
- Allow import path specifiers starting with '#/'.
- Automatically add the '-webkit-mask' prefix.
- Additional minification of 'switch' statements.
- Forbid 'using' declarations inside 'switch' clauses.

Detailed changelog available at
https://github.com/evanw/esbuild/releases/tag/v0.27.2

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/esbuild/Makefile,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 Makefile
--- Makefile    11 Dec 2025 16:40:47 -0000      1.16
+++ Makefile    13 Jan 2026 16:42:59 -0000
@@ -1,7 +1,7 @@
COMMENT =       fast bundler for the web

MODGO_MODNAME = github.com/evanw/esbuild
-MODGO_VERSION =        v0.27.1
+MODGO_VERSION =        v0.27.2

DISTNAME =      esbuild-${MODGO_VERSION}
CATEGORIES =    devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/esbuild/distinfo,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 distinfo
--- distinfo    11 Dec 2025 16:40:47 -0000      1.15
+++ distinfo    13 Jan 2026 16:42:59 -0000
@@ -1,6 +1,6 @@
-SHA256 (esbuild-v0.27.1.zip) = 0af4UvmLh7zutK1Ya6YU6A/gD3OepHLmDOpGxd1+mIA=
+SHA256 (esbuild-v0.27.2.zip) = PN3vVh3idfCFcXy5Zop/z+lGCubezRNYkxFXRcjRpgg=
SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod) 
= 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ=
SHA256 (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip) 
= OxgJNyFuk1WfFrYHbQm69UpXBzePEbhntuuRTFawm5E=
-SIZE (esbuild-v0.27.1.zip) = 2136252
+SIZE (esbuild-v0.27.2.zip) = 2139702
SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.mod) = 
33
SIZE (go_modules/golang.org/x/sys/@v/v0.0.0-20220715151400-c0bba94af5f8.zip) = 
1798284


Reply via email to