| commit | c0d73b5daf6f498b91c8ce93449180a7c6b31805 | [log] [tgz] |
|---|---|---|
| author | Nikechukwu <150845642+nikeokoronkwo@users.noreply.github.com> | Thu Jun 26 15:40:45 2025 -0700 |
| committer | GitHub <noreply@github.com> | Thu Jun 26 15:40:45 2025 -0700 |
| tree | 277a07f462d1fbd805ae2330d3618cc58f6ad8fc | |
| parent | 4b2f02ebc74acef26fa1285801a626213c35b304 [diff] |
[web_generator] Add Support for Parsing IDL Files (#377) * integrated IDL single file parsing and integration testing * modified interface idl input * Completed support for Single IDL File Parsing Fixes #374 * fixed suffix naming * moved actual output from temp to `.dart_tool` * made minor fixes * Add newline to end of files * Code resolution * updated integration test suite * Resolved all standing fixes to the integration test suite * Update translator.dart