mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 03:25:13 +00:00
Meta: Handle formatting of IPC partial dictionary
syntax
This commit is contained in:
parent
da9eaf8788
commit
9f7bdaf3b4
Notes:
github-actions[bot]
2025-02-05 20:19:44 +00:00
Author: https://github.com/devgianlu Commit: https://github.com/LadybirdBrowser/ladybird/commit/9f7bdaf3b4a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3117 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ script_name = pathlib.Path(__file__).resolve().name
|
|||
|
||||
lines_to_skip = re.compile(
|
||||
r"^($| *//|\};|#import |.+ includes .+|\[[^\]]+\]"
|
||||
r"|interface |dictionary |enum |namespace |typedef |callback )"
|
||||
r"|interface |(?:partial )?dictionary |enum |namespace |typedef |callback )"
|
||||
)
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
|
|
Loading…
Add table
Reference in a new issue