1
0
forked from javascript/esbuild

72 Commits
devel ... devel

Author SHA256 Message Date
6d3deea53d 0.27.0 -> 0.27.2 2026-01-18 18:26:16 -05:00
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
a3386d2e8d Accepting request 1244420 from devel:languages:javascript
- update to 0.25.0:
  * Restrict access to esbuild's development server (GHSA-67mh-4wv8-2f99)
  * Delete output files when a build fails in watch mode (#3643)
  * Fix correctness issues with the CSS nesting transform (#3620,
    #3877, #3933, #3997, #4005, #4037, #4038)
  * Fix some correctness issues with source maps (#1745, #3183, #3613, #3982)
  * Fix a minification bug with bitwise operators and bigints (#4065)
  * Fix esbuild incorrectly rejecting valid TypeScript edge case (#4027)
  * Transform BigInt values into constructor calls when unsupported (#4049)

OBS-URL: https://build.opensuse.org/request/show/1244420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=14
2025-02-09 19:07:13 +00:00
8a14e52464 Accepting request 1233066 from devel:languages:javascript
- update to 0.24.2:
  * Fix regression with --define and import.meta (#4010, #4012, #4013)
- includes 0.24.1:
  * Allow es2024 as a target in tsconfig.json (#4004)
  * Allow automatic semicolon insertion after get/set
  * Allow quoted property names in --define and --pure (#4008)
  * Minify empty try/catch/finally blocks (#4003)
  * Include entryPoint metadata for the copy loader (#3985)
  * Source mappings may now contain null entries (#3310, #3878)
  * Avoid using the parent directory name for determinism (#3998)
  * Experimental support for esbuild on NetBSD (#3974)
- use zstd to compress vendor tarball
- update to 0.24.0:
  * Drop support for older platforms (#3902)
  * Fix class field decorators in TypeScript if useDefineForClassFields is false (#3913)
  * Avoid incorrect cycle warning with tsconfig.json multiple inheritance (#3898)
  * Handle Yarn Plug'n'Play stack overflow with tsconfig.json (#3915)
  * Work around more issues with Deno 1.31+ (#3917)

OBS-URL: https://build.opensuse.org/request/show/1233066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=13
2024-12-23 15:53:40 +00:00
79036f04d0 0.24.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=64
2024-12-22 21:27:43 +00:00
8d491f57f3 vendor on 15.6 due to ftbfs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=63
2024-09-12 17:17:59 +00:00
9e2f30889a Accepting request 1185902 from devel:languages:javascript
- update to 0.23.0:
  * Fix preserving collapsed JSX whitespace (#3818)
- includes 0.22.0:
  * Update await using behavior to match TypeScript
  * Allow es2024 as a target environment
  * Warn about onResolve plugins not setting a path (#3790)
  * Add a new Go API for running the CLI with plugins (#3539)
- change notes related to removed bundling experiment are omitted

OBS-URL: https://build.opensuse.org/request/show/1185902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=12
2024-07-08 17:07:23 +00:00
c785717f2f drop non-openSUSE platform notes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=61
2024-07-06 17:54:49 +00:00
405f03d70d 0.23.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=60
2024-07-06 03:43:10 +00:00
95286913ac Accepting request 1179849 from devel:languages:javascript
OBS-URL: https://build.opensuse.org/request/show/1179849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=11
2024-06-11 16:29:32 +00:00
85f3110d42 Accepting request 1179848 from home:dziobian:gulgul-ultron:19
- Use correct optflags for generated C code
- Fix broken debuginfo (work around bsc#1215402)
- 15.6+ and Fedora: don't use vendor
- Run test suite in %check

OBS-URL: https://build.opensuse.org/request/show/1179848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=58
2024-06-10 20:48:24 +00:00
3c76a8e9cf Accepting request 1179593 from devel:languages:javascript
- update to 0.21.5:
 * Fix internal error with --supported:object-accessors=false (#3794)
 * Support ${configDir} in tsconfig.json files (#3782)
 * Support import attributes with glob-style imports (#3797)
 * Allow unknown import attributes to be used with the copy loader (#3792)
 * Fix Symbol.metadata on classes without a class decorator (#3781)
- update to 0.21.4:
  * Update support for import assertions and import attributes in
    node (#3778)
  * Fix for await transform when a label is present
  * Do additional constant folding after cross-module enum
    inlining (#3416, #3425)
  * Pass import attributes to on-resolve plugins (#3384, #3639, #3646)
  * Formatting support for the @position-try rule (#3773)
  * Always allow internal string import and export aliases (#3343)
- includes 0.21.3:
  * Implement the decorator metadata proposal (#3760)
  * Fix bundled decorators in derived classes (#3768)
  * Fix tsconfig.json files inside symlinked directories (#3767)
- includes 0.21.2:
  * Correct this in field and accessor decorators (#3761)
  * Allow es2023 as a target environment (#3762)

OBS-URL: https://build.opensuse.org/request/show/1179593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=10
2024-06-10 15:37:13 +00:00
3b13e83b2b 0.21.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=56
2024-06-09 22:51:37 +00:00
f153c6ab68 0.21.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=55
2024-06-09 21:07:31 +00:00
73b33cccc6 Accepting request 1172604 from devel:languages:javascript
- update to 0.21.1:
  * Fix a regression with --keep-names (#3756)
- includes 0.21.0:
  * Implement the JavaScript decorators proposal (#104)
  * Optimize generated code for private methods
  * Fix an obscure bug with lowering class members with computed
    property keys
  * Fix some --keep-names edge cases

OBS-URL: https://build.opensuse.org/request/show/1172604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=9
2024-05-08 09:40:25 +00:00
728cf98143 0.21.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=53
2024-05-07 22:06:14 +00:00
8d34925fc7 Accepting request 1163400 from devel:languages:javascript
- roll 0.20.0...0.20.2
  * Support TypeScript experimental decorators on `abstract` class fields #3684
  * constant folding for JavaScript inequality operators #3645
  * Fix cross-platform non-determinism with CSS color
    space transformations #3650
  * Fix a bug with the CSS nesting transform for older browsers
  * Work around issues with Deno 1.31+ #3682
  * Handle Yarn Plug'n'Play edge case with `tsconfig.json` #3698
  * Empty enums should behave like an object literal #3657
  * Improve dead code removal of `switch` statements #3659
  * JSON loader now preserves `__proto__` properties #3700
  * Other bug fixes

OBS-URL: https://build.opensuse.org/request/show/1163400
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=8
2024-03-29 12:10:21 +00:00
ae1b0fe967 0.20.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=51
2024-03-28 21:27:59 +00:00
3dccee1e74 Accepting request 1146016 from devel:languages:javascript
- roll 0.19.1...0.20.0
  * compatibility with deno 1.40.0
  * preferred extension order changed
    - from: tsx,.ts,.jsx,.js,.css,.json
    - to: .jsx,.js,.css,.json,.tsx,.ts
  * see CHANGELOG.md for other changes

OBS-URL: https://build.opensuse.org/request/show/1146016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=7
2024-02-12 17:52:33 +00:00
cbb77eb22e 0.20.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=49
2024-02-11 20:28:24 +00:00
868b7ecd4f Accepting request 1103631 from devel:languages:javascript
- roll 0.18.12...0.19.1
  * see CHANGELOG.md for changes

OBS-URL: https://build.opensuse.org/request/show/1103631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=6
2023-08-13 17:17:54 +00:00
e1388d30d7 0.19.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=47
2023-08-12 22:23:57 +00:00
585d9e4992 Accepting request 1098563 from devel:languages:javascript
- roll 0.18.2...0.18.12
  * see CHANGELOG.md for changes

OBS-URL: https://build.opensuse.org/request/show/1098563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=5
2023-07-14 13:35:49 +00:00
66c2a00994 0.18.12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=45
2023-07-13 18:39:20 +00:00
01b520a1ce Accepting request 1092994 from devel:languages:javascript
- roll 0.17.18...0.18.2
  * see CHANGELOG.md for changes

OBS-URL: https://build.opensuse.org/request/show/1092994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=4
2023-06-14 14:29:58 +00:00
cdba11b43d 0.18.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=43
2023-06-13 21:12:22 +00:00
df4ebe9cd1 Accepting request 1086844 from devel:languages:javascript
- roll 0.17.5...0.17.18
  * see CHANGELOG.md for changes

OBS-URL: https://build.opensuse.org/request/show/1086844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=3
2023-05-13 15:17:58 +00:00
44a688b867 0.17.18
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=41
2023-05-12 23:42:01 +00:00
5cdcae3ae1 Accepting request 1064088 from devel:languages:javascript
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1064088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=2
2023-02-10 13:34:29 +00:00
8cdcdf146b Accepting request 1062951 from home:dziobian:gulgul-ultron:19
Fix breakage caused by spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/1062951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=39
2023-02-02 22:34:26 +00:00
b1a9898836 0.17.x
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=38
2023-01-29 05:29:25 +00:00
acf245a903 Accepting request 1011038 from devel:languages:javascript
add "esbuild" so users don't need to have npm

OBS-URL: https://build.opensuse.org/request/show/1011038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/esbuild?expand=0&rev=1
2022-10-15 14:38:11 +00:00
9dd01cbc06 0.15.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=36
2022-10-14 22:13:14 +00:00
a0b2aa9d39 Accepting request 1001917 from home:rxmd
Bump to version 0.15.6

OBS-URL: https://build.opensuse.org/request/show/1001917
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=35
2022-09-12 00:16:10 +00:00
bb6f5d761c 0.15.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=34
2022-08-16 14:49:24 +00:00
d54b2a6bce Accepting request 989072 from home:dziobian:gulgul-ultron
- Use recommended flags
- Add Fedora build
- Add remove-version-check.patch to make the package more usable as a build require

OBS-URL: https://build.opensuse.org/request/show/989072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=33
2022-08-16 14:44:00 +00:00
6bcbc2fe8a 0.14.36
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=32
2022-04-18 15:43:53 +00:00
d2842474fb 14.28
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=31
2022-03-27 23:57:13 +00:00
a051c9d71b 0.14.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=30
2021-12-29 19:00:30 +00:00
2f0d0882c8 update to 0.13.15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=29
2021-11-25 16:03:15 +00:00
c529b592fe 0.12.5 -> 0.12.9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=28
2021-06-19 18:21:47 +00:00
0a21b7794c 0.11.23 -> 0.12.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=27
2021-06-03 15:10:48 +00:00
42fc61840b 0.11.19 -> 0.11.23
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=26
2021-05-16 15:56:17 +00:00
37cb8dd6d8 0.11.15 -> 0.11.19
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=25
2021-05-06 19:37:08 +00:00
f3807ad26c 0.11.11 -> 0.11.15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=24
2021-04-27 21:13:00 +00:00
cd453bd987 0.11.10 -> 0.11.11
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=23
2021-04-15 19:56:47 +00:00
d27413c53b 0.11.6 -> 0.11.10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=22
2021-04-14 18:13:28 +00:00
ef52873237 0.11.5 -> 0.11.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=21
2021-04-07 16:12:05 +00:00
07c000d7c9 0.11.2 -> 0.11.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=20
2021-04-04 17:58:05 +00:00
abc8cb828a 0.10.1 -> 0.11.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=19
2021-04-01 17:56:27 +00:00
8ebcd92c38 0.9.6 -> 0.10.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=18
2021-03-26 08:40:02 +00:00
333375d38a 0.9.2 -> 0.9.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=17
2021-03-21 23:12:09 +00:00
191ba5c67b 0.9.0 -> 0.9.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=16
2021-03-14 20:09:26 +00:00
cf1f139f03 0.8.56 -> 0.9.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=15
2021-03-10 03:57:20 +00:00
72bba1e774 0.8.54 -> 0.8.56
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=14
2021-03-05 16:58:57 +00:00
ce39c941e5 0.8.51 -> 0.8.54
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=13
2021-03-02 23:37:31 +00:00
745b0d7711 0.8.49 -> 0.8.51
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=12
2021-02-24 17:14:00 +00:00
3c9b3aed77 0.8.46 -> 0.8.49
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=11
2021-02-19 18:06:35 +00:00
ee436c8e9c fix: W: non-standard-group Unspecified
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=10
2021-02-14 20:02:13 +00:00
0f57baacae bump golang req to 1.13 (needs time.Duration.Milliseconds)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=8
2021-02-14 19:54:37 +00:00
bdcf7352d8 0.8.41 -> 0.8.46
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=7
2021-02-14 18:57:17 +00:00
25b309bef4 fmt .changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=6
2021-02-04 16:44:50 +00:00
c47e3f2b23 add 0.8.40 notes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=5
2021-02-04 16:43:05 +00:00
ef06e743a9 0.8.41
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=4
2021-02-04 16:40:24 +00:00
22fb469fbc 0.8.39
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=3
2021-02-04 01:05:22 +00:00
0666410c89 0.8.36
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=2
2021-01-26 16:41:07 +00:00
be02eb14e5 Accepting request 866955 from home:avindra:devel:languages:javascript
+esbuild

OBS-URL: https://build.opensuse.org/request/show/866955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/esbuild?expand=0&rev=1
2021-01-26 16:31:47 +00:00
8 changed files with 102 additions and 18 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.

Binary file not shown.

Binary file not shown.

BIN
esbuild-0.27.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -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>

View File

@@ -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

Binary file not shown.