servo/third_party
Jerens Lensun b05d265de5
script_binding: Add type check on servo script bindings (#38161)
Introduce type checking with Pyrefly in `components/script_bindings`

This commit adds Pyrefly-based type checking to the
`components/script_bindings` directory. The primary goal is to catch
type inconsistencies early and reduce the likelihood of unexpected
runtime errors.

This change affects the `webidl` component, as these script bindings are
responsible for connecting WebIDL specifications to the Rust codebase.

Testing: `./mach test-wpt webidl`
Fixes: *Link to an issue this pull requests fixes or remove this line if
there is no issue*

---------

Signed-off-by: Jerens Lensun <jerensslensun@gmail.com>
2025-08-01 04:34:24 +00:00
..
blurmac Fix the native-bluetooth feature on macOS (#37476) 2025-06-16 06:58:08 +00:00
mozdebug Add rust-lldb to mozdebug (#31580) 2024-03-10 07:12:20 +00:00
ply Create a top-level "third_party" directory 2023-06-30 09:51:31 +02:00
WebIDL script_binding: Add type check on servo script bindings (#38161) 2025-08-01 04:34:24 +00:00