Changelog for
esbuild-0.23.0-34.1.x86_64.rpm :
* Sat Jul 06 2024 Avindra Goolcharan
- 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 2024 Bruno Pitrus - 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
* Sun Jun 09 2024 Avindra Goolcharan - 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)
* Sun Jun 09 2024 Avindra Goolcharan - 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 AATTposition-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)
* Tue May 07 2024 Avindra Goolcharan - 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
* Thu Mar 28 2024 Avindra Goolcharan - 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
* Sun Feb 11 2024 Avindra Goolcharan - 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
* Sat Aug 12 2023 Avindra Goolcharan - roll 0.18.12...0.19.1
* see CHANGELOG.md for changes
* Thu Jul 13 2023 Avindra Goolcharan - roll 0.18.2...0.18.12
* see CHANGELOG.md for changes
* Tue Jun 13 2023 Avindra Goolcharan - roll 0.17.18...0.18.2
* see CHANGELOG.md for changes
* Fri May 12 2023 Avindra Goolcharan - roll 0.17.5...0.17.18
* see CHANGELOG.md for changes
* Sun Jan 29 2023 Avindra Goolcharan - roll 0.15.11...0.17.5
* see CHANGELOG.md for changes- run spec-cleaner
* Fri Oct 14 2022 Avindra Goolcharan - roll 0.15.3...0.15.11
* see CHANGELOG.md for changes
* Tue Aug 16 2022 Avindra Goolcharan - roll 0.14.36...0.15.3
* see CHANGELOG.md for changes
* Wed Jul 13 2022 Bruno Pitrus - Use recommended flags- Add Fedora build- Add remove-version-check.patch to make the package more usable as a build require