servo/components/script_bindings/codegen/api.html.template
Josh Matthews af8d7c2de7
script: Move code generation and webidl files to new script_bindings crate. (#35157)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-01-24 20:47:43 +00:00

6 lines
82 B
Text

<table id="${interface}">
<tr>
<th>${interface}</th>
</tr>
${properties}
</table>