Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6d3deea53d |
BIN
esbuild-0.27.0.tar.gz
LFS
BIN
esbuild-0.27.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,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package esbuild
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# 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
|
||||
@@ -24,7 +24,7 @@
|
||||
%global tag v%{version}
|
||||
%global extractdir0 esbuild-%{version}
|
||||
Name: esbuild
|
||||
Version: 0.27.0
|
||||
Version: 0.27.2
|
||||
Release: 0
|
||||
Summary: A JavaScript bundler written for speed
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user