Your message dated Sat, 03 Aug 2019 19:05:28 +0000
with message-id <e1htzlm-0002yt...@fasolo.debian.org>
and subject line Bug#931379: fixed in libjavascript-beautifier-perl 
0.25-1+deb10u1
has caused the Debian Bug report #931379,
regarding => operator becomes = > thus creating syntax errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
931379: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931379
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
X-Debbugs-Cc: fayl...@gmail.com
Package: libjavascript-beautifier-perl
Version: 0.25-1
Severity: grave
File: /usr/bin/js_beautify

js_beautify changes the => operator into = > thus creating syntax
errors, making one's code unusable.

fetch('https://example.com/').then(resp = >resp.blob()).then(blob = >{
    const url = window.URL.createObjectURL(blob);
    const a = document.createElement('a');
    a.style.display = 'none';
    a.href = url;
    // the filename you want
    a.download = 'z.html';
    document.body.appendChild(a);
    a.click();
    window.URL.revokeObjectURL(url);
    alert('your file has downloaded!');
}).
catch(() = >alert('oh no!'));

--- End Message ---
--- Begin Message ---
Source: libjavascript-beautifier-perl
Source-Version: 0.25-1+deb10u1

We believe that the bug you reported is fixed in the latest version of
libjavascript-beautifier-perl, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 931...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Xavier Guimard <y...@debian.org> (supplier of updated 
libjavascript-beautifier-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 03 Jul 2019 18:40:37 +0200
Source: libjavascript-beautifier-perl
Architecture: source
Version: 0.25-1+deb10u1
Distribution: buster
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Xavier Guimard <y...@debian.org>
Closes: 931379
Changes:
 libjavascript-beautifier-perl (0.25-1+deb10u1) buster; urgency=medium
 .
   * Team upload
   * Add missing "=>" operator (ES6) (Closes: #931379)
Checksums-Sha1: 
 e3aaf422c424b93570d2ca9198dd79e06e478802 2300 
libjavascript-beautifier-perl_0.25-1+deb10u1.dsc
 a9914e3a40a0770fcffdee61d1319a14b9f39881 4348 
libjavascript-beautifier-perl_0.25-1+deb10u1.debian.tar.xz
Checksums-Sha256: 
 411736210366a6322ce7ebeff864c72689cba7f1514a558a00943f6a3d435284 2300 
libjavascript-beautifier-perl_0.25-1+deb10u1.dsc
 ac1a6a35d8a2a6848094547b4c7de6aefeb3ccfded92fa78907553eebff54729 4348 
libjavascript-beautifier-perl_0.25-1+deb10u1.debian.tar.xz
Files: 
 ca8cda7f7127c11a82b06eb3ad0089f8 2300 perl optional 
libjavascript-beautifier-perl_0.25-1+deb10u1.dsc
 bd6403486b9a7918d53999918809fd29 4348 perl optional 
libjavascript-beautifier-perl_0.25-1+deb10u1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEAN/li4tVV3nRAF7J9tdMp8mZ7ukFAl079UcACgkQ9tdMp8mZ
7umLTA/+ODf2PyOzrWukJVldzlmdzLsYXHXj8TMgFSW5b4OpKfgiqy9ZGAMSaV4P
FEb7BcZGBsQWVsGIWTWa/FZF1LUbepddYXeLNf6usjyuLnN2P0hzG4HZ1p3OZs82
3dTQSobxzXlUC7DQCNnUSn4aG+1DTvtOcHdDbIwrLRSJxjkz4DOm9kQ6HTY+LzvS
bYzSAk8oR7iWa+2Ct59ewUyga6SXG/QQduE7MldZASrYx3cbf5tGwVuTi+prsXH2
is9CwNT3tjiVdzmtpF0+BNHDOdunWYAx/B9N5yvOy4FY5nQ4pWBHstp46OYrYBjP
UdEP5mqEARb1yoJTw49/3j8GA/10lZ6QNCg043VVC/+p8ns3+0AtYbtV7l/0IW3Q
/d/aK/ADJLrDCKCafr1rGnTxEGBrkQq4PXl7fApPOXteZipovIOQNCblj71C1ytS
xiFvw9R6OQtuECbSmzQ3CRci6TFp2nyMDBbJIB30HjZpW4aXDXqL174dxoX2BmhS
iMW3Uco0Jw/zRUtWlUJqcuMVJIFiGv23+H1cF2Qyq5LrCzbHuyJlGacHr9LZHar8
aCuvx3HdRCYTH3TDOF4NkUamM/FZE0u5y/aTgqc3zPH3bY9pu1dKAmg+aMsgo4YZ
xvTL9rcoFbzCphE+8uicCHEQixpUDP2L965XXe517u6I+T0Y5Zs=
=921I
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to