wordpress-develop/tools/webpack
Peter Wilson 4aeb284d44 Editor: Update block-serialization-default-parser package for WP 6.3 Beta 1.
Update the `@wordpress/block-serialization-default-parser` to 4.35.1 for WordPress 6.3 Beta 1. These changes split the following classes in to their own files in order to match the WordPress PHP coding standards:

* `WP_Block_Parser_Block`
* `WP_Block_Parser_Frame`
* `WP_Block_Parser`

These classes were previously all included in the `src/wp-includes/class-wp-block-parser.php` file. In order to maintain backward compatibly for developers requiring the file directly, the relocated classes are replaced with `require_once` calls in the original file.

In order to retain the commit history of the new files, they have been created using the `svn copy` command.

Props aristath, rajanpanchal2028, jrf, SergeyBiryukov, costdev, manfcarlo, spacedmonkey, mukesh27, isabel_brison, dd32.
Fixes #57832.
See #58623.



git-svn-id: https://develop.svn.wordpress.org/trunk@56048 602fd350-edb4-49c9-b593-d223f7449a82
2023-06-27 00:43:42 +00:00
..
blocks.js Tools: Simplify syncing core blocks from Gutenberg plugin to Core 2022-09-26 11:40:44 +00:00
development.js Build: Improve how combined assets are generated 2022-09-23 08:25:45 +00:00
media.js Build: Update webpack to v5.x 2022-04-11 12:02:14 +00:00
packages.js Editor: Update block-serialization-default-parser package for WP 6.3 Beta 1. 2023-06-27 00:43:42 +00:00
shared.js Editor: Remove unnecessary CSS comments from compiled styles. 2023-02-02 18:57:39 +00:00