mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-05 01:10:24 +00:00
Meta: Allow partial interface when formatting IDL files
This commit is contained in:
committed by
Sam Atkins
parent
1da304f7b7
commit
529ab9d88a
Notes:
github-actions[bot]
2025-07-22 12:08:30 +00:00
Author: https://github.com/gmta Commit: https://github.com/LadybirdBrowser/ladybird/commit/529ab9d88ad Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5559 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -11,7 +11,7 @@ script_name = pathlib.Path(__file__).resolve().name
|
||||
|
||||
lines_to_skip = re.compile(
|
||||
r"^($| *//|\};|#import |.+ includes .+|\[[^\]]+\]"
|
||||
r"|interface |(?:partial )?dictionary |enum |namespace |typedef |callback )"
|
||||
r"|(?:partial )?interface |(?:partial )?dictionary |enum |namespace |typedef |callback )"
|
||||
)
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
|
||||
Reference in New Issue
Block a user