fix(js_interop_gen): address PR review feedback and add cycle guards

- Use cloneType in getLowestCommonAncestorOfTypes to prevent in-place nullability mutation.
- Add img, hr, details, summary to allowed HTML tags in doc comment formatting.
- Add visited set cycle guards to getMemberHierarchy and findMemberInHierarchy.
- Add unit tests in generate_docs_test and type_map_test.
5 files changed
tree: 4353da205a2099f77c9d308c6255976b4e80a69c
  1. .github/
  2. js_interop/
  3. js_interop_gen/
  4. third_party/
  5. web/
  6. web_generator/
  7. .gitignore
  8. LICENSE
  9. README.md
README.md
PackageDescriptionVersionCI
webLightweight browser API bindings built around JS interop.pub packagepackage:web
js_interopUtility functions and types for dart:js_interop and dart:js_interop_unsafe.pub packagepackage:js_interop
js_interop_genTools to generate Dart interfaces from TypeScript declaration files and Web IDL definitions.N/Apackage:js_interop_gen
web_generatorInternal tooling to generate the web package bindings.N/Apackage:web_generator