mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
Meta: Allow partial interface
when formatting IDL files
This commit is contained in:
parent
1da304f7b7
commit
529ab9d88a
Notes:
github-actions[bot]
2025-07-22 12:08:30 +00:00
Author: https://github.com/gmta
Commit: 529ab9d88a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5559
Reviewed-by: https://github.com/AtkinsSJ ✅
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 |(?:partial )?dictionary |enum |namespace |typedef |callback )"
|
r"|(?:partial )?interface |(?:partial )?dictionary |enum |namespace |typedef |callback )"
|
||||||
)
|
)
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue