forked from pool/esbuild
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
This commit is contained in:
commit
9e2f30889a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4f83a253a28575ab9bc0e84201138f6293dc655ee74219f670d7cfa20e26a27
|
||||
size 1884245
|
3
esbuild-0.23.0.tar.gz
Normal file
3
esbuild-0.23.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:473d4d322ddc35f3620d37ecd5d6f40890f33923eeaafa96f5d87db9587e77af
|
||||
size 1889149
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 6 03:27:34 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 20:15:09 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150600
|
||||
# Go source packages are horribly broken on Leap (mismatching versions between libraries and compiler)
|
||||
%bcond_with vendor
|
||||
@ -27,7 +28,7 @@
|
||||
%global tag v%{version}
|
||||
%global extractdir0 esbuild-%{version}
|
||||
Name: esbuild
|
||||
Version: 0.21.5
|
||||
Version: 0.23.0
|
||||
Release: 0
|
||||
Summary: A JavaScript bundler written for speed
|
||||
License: MIT
|
||||
@ -47,9 +48,9 @@ BuildRequires: golang(API)
|
||||
|
||||
%if %{without vendor}
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: golang-ipath(golang.org/x/sys)
|
||||
BuildRequires: golang-ipath(golang.org/x/sys)
|
||||
%else
|
||||
BuildRequires: golang-org-x-sys
|
||||
BuildRequires: golang-org-x-sys
|
||||
%endif
|
||||
%endif
|
||||
|
||||
@ -83,7 +84,6 @@ export GO111MODULE=off
|
||||
%endif
|
||||
%gobuild ./cmd/esbuild
|
||||
|
||||
|
||||
%install
|
||||
install -pvDm755 \
|
||||
%if 0%{?fedora}
|
||||
|
Loading…
x
Reference in New Issue
Block a user