forked from javascript/esbuild
Compare commits
72 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6d3deea53d | |||
| 19b51d0c3f | |||
| 8577470096 | |||
|
|
5ce2b39225 | ||
| 221ab67df1 | |||
| db2a819db8 | |||
| 6d57120ae4 | |||
| a3386d2e8d | |||
| 8a14e52464 | |||
| 79036f04d0 | |||
| 8d491f57f3 | |||
| 9e2f30889a | |||
| c785717f2f | |||
| 405f03d70d | |||
| 95286913ac | |||
| 85f3110d42 | |||
| 3c76a8e9cf | |||
| 3b13e83b2b | |||
| f153c6ab68 | |||
| 73b33cccc6 | |||
| 728cf98143 | |||
| 8d34925fc7 | |||
| ae1b0fe967 | |||
| 3dccee1e74 | |||
| cbb77eb22e | |||
| 868b7ecd4f | |||
| e1388d30d7 | |||
| 585d9e4992 | |||
| 66c2a00994 | |||
| 01b520a1ce | |||
| cdba11b43d | |||
| df4ebe9cd1 | |||
| 44a688b867 | |||
| 5cdcae3ae1 | |||
| 8cdcdf146b | |||
| b1a9898836 | |||
| acf245a903 | |||
| 9dd01cbc06 | |||
| a0b2aa9d39 | |||
| bb6f5d761c | |||
| d54b2a6bce | |||
| 6bcbc2fe8a | |||
| d2842474fb | |||
| a051c9d71b | |||
| 2f0d0882c8 | |||
| c529b592fe | |||
| 0a21b7794c | |||
| 42fc61840b | |||
| 37cb8dd6d8 | |||
| f3807ad26c | |||
| cd453bd987 | |||
| d27413c53b | |||
| ef52873237 | |||
| 07c000d7c9 | |||
| abc8cb828a | |||
| 8ebcd92c38 | |||
| 333375d38a | |||
| 191ba5c67b | |||
| cf1f139f03 | |||
| 72bba1e774 | |||
| ce39c941e5 | |||
| 745b0d7711 | |||
| 3c9b3aed77 | |||
| ee436c8e9c | |||
| 0f57baacae | |||
| bdcf7352d8 | |||
| 25b309bef4 | |||
| c47e3f2b23 | |||
| ef06e743a9 | |||
| 22fb469fbc | |||
| 0666410c89 | |||
| be02eb14e5 |
6
_service
Normal file
6
_service
Normal 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>
|
||||
BIN
esbuild-0.21.5.tar.gz
LFS
BIN
esbuild-0.21.5.tar.gz
LFS
Binary file not shown.
BIN
esbuild-0.24.2.tar.gz
LFS
BIN
esbuild-0.24.2.tar.gz
LFS
Binary file not shown.
BIN
esbuild-0.25.0.tar.gz
LFS
BIN
esbuild-0.25.0.tar.gz
LFS
Binary file not shown.
BIN
esbuild-0.27.2.tar.gz
LFS
Normal file
BIN
esbuild-0.27.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,91 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 18 23:22:40 UTC 2026 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 0.27.2:
|
||||
* Forbid using declarations inside switch clauses (#4323)
|
||||
* Additional minification of switch statements (#4176, #4359)
|
||||
* Automatically add the -webkit-mask prefix (#4357, #4358)
|
||||
* Allow import path specifiers starting with #/ (#4361)
|
||||
- from 0.27.1:
|
||||
* Allow tree-shaking of the Symbol constructor
|
||||
* The minifier now strips empty finally clauses (#4353)
|
||||
* Inline IIFEs containing a single expression (#4354)
|
||||
* Fix minifier bug with for inside try inside label (#4351)
|
||||
* Fix bundler bug with var nested inside if (#4348)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
10
esbuild.spec
10
esbuild.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package esbuild
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 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.2
|
||||
Release: 0
|
||||
Summary: A JavaScript bundler written for speed
|
||||
License: MIT
|
||||
|
||||
BIN
vendor.tar.zst
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user