mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +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: 9f7bdaf3b4
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(
|
lines_to_skip = re.compile(
|
||||||
r"^($| *//|\};|#import |.+ includes .+|\[[^\]]+\]"
|
r"^($| *//|\};|#import |.+ includes .+|\[[^\]]+\]"
|
||||||
r"|interface |dictionary |enum |namespace |typedef |callback )"
|
r"|interface |(?:partial )?dictionary |enum |namespace |typedef |callback )"
|
||||||
)
|
)
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue