4
0
forked from pool/esbuild

6 Commits

Author SHA256 Message Date
19b51d0c3f 0.27.0 2025-11-20 16:52:46 -05:00
8577470096 remove 0.25.3 tarball 2025-11-20 15:22:44 -05:00
Dominik Heidler
5ce2b39225 Fix build and update version to 0.25.11 2025-11-04 11:46:29 +01:00
221ab67df1 0.25.3 2025-05-01 15:29:12 -04:00
db2a819db8 0.25.2 2025-04-01 22:13:28 -04:00
6d57120ae4 0.25.1 2025-03-18 23:43:27 -04:00
6 changed files with 87 additions and 12 deletions

6
_service Normal file
View File

@@ -0,0 +1,6 @@
<services>
<service name="download_files" mode="manual" />
<service name="go_modules" mode="manual">
<param name="compression">zst</param>
</service>
</services>

Binary file not shown.

BIN
esbuild-0.27.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,76 @@
-------------------------------------------------------------------
Wed Nov 19 22:25:27 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.27.0:
* Use Uint8Array.fromBase64 if available (#4286)
* from 0.26.0: enable trusted publishing (#4281)
* update the Go compiler from v1.23.12 to v1.25.4 (#4208, #4311)
* linux build now requires a kernel version of 3.2 or later
- from 0.26.0:
* Enable trusted publishing (#4281)
-------------------------------------------------------------------
Wed Oct 29 09:50:23 UTC 2025 - Dominik Heidler <dheidler@suse.de>
- update to 0.25.11:
* Add support for with { type: 'bytes' } imports (#4292)
* Lower CSS media query range syntax (#3748, #4293)
* Fix a panic in a minification edge case (#4287)
* Fix @supports nested inside pseudo-element (#4265)
* Better support building projects that use Yarn on Windows (#3131, #3663)
* Preserve parentheses around function expressions (#4252)
* Update Go from 1.23.10 to 1.23.12 (#4257, #4258)
* Fix another TypeScript parsing edge case (#4248)
* Fix a regression with the parsing of source phase imports
* Parse and print JavaScript imports with an explicit phase (#4238)
* Support optionally emitting absolute paths instead of relative paths (#338, #2082, #3023)
* Fix a TypeScript parsing edge case (#4241)
* Inline small constant strings when minifying
* Fix a memory leak when cancel() is used on a build context (#4231)
* Support empty :is() and :where() syntax in CSS (#4232)
* Improve tree-shaking of try statements in dead code (#4224)
* Consider negated bigints to have no side effects
* Support a configurable delay in watch mode before rebuilding (#3476, #4178)
* Allow mixed array for entryPoints API option (#4223)
* Update Go from 1.23.8 to 1.23.10 (#4204, #4207)
* Experimental support for esbuild on OpenHarmony (#4212)
* Fix a regression with browser in package.json (#4187)
* Add support for certain keywords as TypeScript tuple labels (#4192)
* Add CSS prefixes for the stretch sizing value (#4184)
* Add simple support for CORS to esbuild's development server (#4125)
* Pass through invalid URLs in source maps unmodified (#4169)
* Handle exports named __proto__ in ES modules (#4162, #4163)
-------------------------------------------------------------------
Thu May 1 19:27:50 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.25.3:
* Fix lowered async arrow functions before super() (#4141, #4142)
* Fix memory leak with --watch=true (#4131, #4132)
* More concise output for repeated legal comments (#4139)
* Allow a custom host with the development server (#4110)
* Add a limit to CSS nesting expansion (#4114)
* Fix path resolution edge case (#4144)
* Update Go from 1.23.7 to 1.23.8 (#4133, #4134)
-------------------------------------------------------------------
Wed Apr 2 02:11:52 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.25.2:
* Support flags in regular expressions for the API (#4121)
* Fix node-specific annotations for string literal export names (#4100)
* Basic support for index source maps (#3439, #4109)
-------------------------------------------------------------------
Wed Mar 19 03:39:26 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.25.1:
* Fix incorrect paths in inline source maps (#4070, #4075, #4105)
* Fix invalid generated source maps (#4080, #4082, #4104, #4107)
* Fix a regression with non-file source map paths (#4078)
* Fix a crash with switch optimization (#4088)
* Update Go from 1.23.5 to 1.23.7 (#4076, #4077)
-------------------------------------------------------------------
Sat Feb 8 22:10:12 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package esbuild
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,15 @@
#
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150700
# Go source packages are horribly broken on Leap (mismatching versions between libraries and compiler)
%bcond_with vendor
%else
# Go source packages are horribly broken on Leap and TW (mismatching versions between libraries and compiler)
%bcond_without vendor
%endif
#macros for Fedora
%global goipath github.com/evanw/esbuild
%global tag v%{version}
%global extractdir0 esbuild-%{version}
Name: esbuild
Version: 0.25.0
Version: 0.27.0
Release: 0
Summary: A JavaScript bundler written for speed
License: MIT

BIN
vendor.tar.zst LFS

Binary file not shown.