1. 5d4fd3c refactor(js_interop_gen): extract pure utilities and data classes (#545) by Kevin Moore · 20 hours ago main
  2. 294391c [chore] Sort the members in elements.dart (#544) by Kevin Moore · 3 days ago
  3. 41c4049 refactor: move most of the AST elements to their own file (#543) by Kevin Moore · 3 days ago
  4. 7c908b1 test(js_interop_gen): add integration tests (#541) by Kevin Moore · 9 days ago
  5. 5ed9bed js_interop_gen: minimize the number of `@docImport` comments we create (#540) by Kevin Moore · 9 days ago
  6. 2c47e36 feat: generate descriptive documentation for union typedefs (#534) by Kevin Moore · 10 days ago
  7. db91caf chore: write BCD version to README in web_generator (#537) by Kevin Moore · 10 days ago
  8. 5e7285f chore: update node invocation to use the source maps we already generate (#538) by Kevin Moore · 13 days ago
  9. 3a7e37a Stabilize JS Interop CI and decouple webref dependencies (#532) by Kevin Moore · 3 weeks ago
  10. d7daf7d generator: add some sanity to the language version logic (#530) by Kevin Moore · 3 weeks ago
  11. b026317 generator: be more robust against NPM timing issues (#528) by Kevin Moore · 3 weeks ago
  12. 15599ee Update min SDKs, regenerate (#526) by Kevin Moore · 3 weeks ago
  13. e0ea82d Bump dart-lang/setup-dart in the github-actions group (#524) by dependabot[bot] · 5 weeks ago
  14. 5a259e6 fix JSDate test overflow and simplify transformer code (#523) by Kevin Moore · 5 weeks ago
  15. 48b7512 Bump actions/stale from 10.1.1 to 10.2.0 in the github-actions group (#520) by dependabot[bot] · 10 weeks ago
  16. a6336c8 remove dynamic calls from Stream helpers (#519) by Kevin Moore · 2 months ago
  17. 94d22fe Bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group (#515) by dependabot[bot] · 3 months ago
  18. 5edd2dd Fix use_null_aware_elements lint (#518) by Kevin Moore · 3 months ago
  19. d1958f8 Support TypeScript indexed access types in interop_gen (#509) by Sagar · 3 months ago
  20. 2590763 docs: clarify document.cookie nullability when migrating from dart:html (#510) by Harshita Yadav · 3 months ago
  21. b9b1b38 Interop gen additional literal types (#503) by Sagar · 4 months ago
  22. 1dfcee7 docs(web_generator): document minimum supported Node.js version (#508) by Harshita Yadav · 4 months ago
  23. 6f0961a Generate JS interop bindings for string-literal property names (#502) by Sagar · 4 months ago
  24. 7dccd51 [generator] Make the `web_generator` binary entrypoints usable outside of the repo. (#500) by Nikechukwu · 4 months ago
  25. 7eb6b65 [generator] bump typescript version (#501) by Nikechukwu · 4 months ago
  26. 7ac2ef7 Mutable `List` interface for `children` and `childNodes` (#490) by Franciszek S Wawrzak · 4 months ago
  27. 4fe2177 Update generated output with current year (#499) by Kevin Moore · 4 months ago
  28. 8427ad0 [generator] use a const set over a mutable list (#497) by Kevin Moore · 4 months ago
  29. f820cc9 [generator] use typed pkg:args members (#495) by Kevin Moore · 4 months ago
  30. 9fc7424 [web_generator] drop the dependency on pkg:crypto and pkg:convert (#492) by Kevin Moore · 4 months ago
  31. 552acc1 Bump the github-actions group with 2 updates (#493) by dependabot[bot] · 4 months ago
  32. 30d7a94 Add typings for JSRecord and some unsafe extensions for JSObject (#487) by Natalie Weizenbaum · 4 months ago
  33. 3bfae6c Add mouse*, drag* and touch* events to Window and Document events stream helper extensions (#485) by Franciszek S Wawrzak · 5 months ago
  34. b037654 Move generator to latest Dart, update analyzer dep (#488) by Kevin Moore · 5 months ago
  35. 3d11c77 Add typings for JSDate (#484) by Natalie Weizenbaum · 5 months ago
  36. 35fc98d Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group (#486) by dependabot[bot] · 5 months ago
  37. 7b94cf8 Bump the github-actions group with 2 updates (#483) by dependabot[bot] · 6 months ago
  38. d089a69 Modify lint ignores in package:web (#481) by Srujan Gaddam · 6 months ago
  39. 5a7d0be Initial commit of package:js_interop 0.1.0-beta (#476) by Srujan Gaddam · 7 months ago js_interop-v0.1.0-beta
  40. 816abcc Bump the github-actions group with 2 updates (#473) by dependabot[bot] · 7 months ago
  41. 0baaea4 [interop] Add support for destructured parameters (#469) by Nikechukwu · 8 months ago
  42. af37d19 [web-generator] Added support for multi-file input for JS Generator (#470) by Nikechukwu · 8 months ago
  43. 25a0b5b [interop] Add support for Conditional and Predicate Types (#468) by Nikechukwu · 8 months ago
  44. e2daa3a [interop] Add support for Intersection types (#451) by Nikechukwu · 8 months ago
  45. a152054 [interop] Resolved Namespace `typedef` and exception improvements (#459) by Nikechukwu · 8 months ago
  46. bdab462 Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions group (#462) by dependabot[bot] · 8 months ago
  47. d93ce7b [web_generator] Updated README (#461) by Nikechukwu · 8 months ago
  48. e7895bd [interop] Add Support for Declaration Merging and Overloading (#449) by Nikechukwu · 8 months ago
  49. ee9733f [interop] Default to `JSAny` for unsupported type and skip unsupported declarations (#450) by Nikechukwu · 9 months ago
  50. 43621fd [interop] Add Support for `keyof` and `readonly` type operators (#452) by Nikechukwu · 9 months ago
  51. f6389df [interop] Add support for the `never` type (#457) by Nikechukwu · 9 months ago
  52. 3ecdddf [interop] Minor Fixes in Generics with Anonymous Closures (#447) by Nikechukwu · 9 months ago
  53. 779d005 [interop] Add Support for Anonymous Declarations (#434) by Nikechukwu · 9 months ago
  54. cc3aa64 [interop] Update Configuration to allow TS Compiler Configuration and non-exported decl generation (#443) by Nikechukwu · 9 months ago
  55. 4310354 [interop] Add Support for JSDoc Documentation (#435) by Nikechukwu · 9 months ago
  56. 72cdd84 Fix pkg:web CI badge (#441) by Kevin Moore · 9 months ago
  57. f3c960f [web_generator] Add support for passing files as globs (#427) by Nikechukwu · 9 months ago
  58. f51cc85 [interop] Add Support for Namespaces (#436) by Nikechukwu · 9 months ago
  59. 1d5771b [interop] Add support for importing and exporting declarations, as well as multi-file output (#418) by Nikechukwu · 9 months ago
  60. da1dd5d switch CI to using workflow files (#428) by Devon Carew · 10 months ago
  61. 8ffaf5e [interop] Implement Diagnostics and Handling Errors (#426) by Nikechukwu · 10 months ago
  62. 767151e [web_generator] Bug Fixes in Entrypoint `gen_interop_bindings.dart` (#423) by Nikechukwu · 10 months ago
  63. 1f80532 [interop] Support `typeof` type declarations (#417) by Nikechukwu · 10 months ago
  64. affce52 generator: drop build bits. Not used. (#419) by Kevin Moore · 10 months ago
  65. 0a16c09 [interop] Support Classes and Interfaces (#415) by Nikechukwu · 10 months ago
  66. 7e0853d [interop] Adding support for `dart:js_interop` and `package:web` types (#403) by Nikechukwu · 10 months ago
  67. 951961e [interop] Refactoring Generator to make use of configuration options (#408) by Nikechukwu · 10 months ago
  68. 354e229 [interop] Add Support for Typealiases (#407) by Nikechukwu · 10 months ago
  69. f0f0914 [interop] Add Support for Enums (#404) by Nikechukwu · 10 months ago
  70. fb8a149 Add Support for Configuration of Dart JS Interop Gen (#386) by Nikechukwu · 10 months ago
  71. 3e11172 [interop] Add Support for Function Declarations (#392) by Nikechukwu · 10 months ago
  72. c0d73b5 [web_generator] Add Support for Parsing IDL Files (#377) by Nikechukwu · 10 months ago
  73. 4b2f02e Add Variable Declaration Support (#382) by nikeokoronkwo · 11 months ago
  74. c8c1c28 Skip ts_bindings_test and run web_generator tests with VM (#373) by Srujan Gaddam · 11 months ago
  75. de6b3e4 Add missing copyrights and delete empty files (#371) by Srujan Gaddam · 11 months ago
  76. 74a33ba Add in a missing library directive, missing new line (#370) by Kevin Moore · 11 months ago
  77. 4d24eb5 [web_generator] Setting up `web_generator` for Dart JS Interop Gen (#368) by nikeokoronkwo · 11 months ago
  78. f1becf0 Add conversions between Dart's Uri and the JS URL (#365) by Natalie Weizenbaum · 1 year ago
  79. 553c14d generator: drop pkg:collection dep (#361) by Kevin Moore · 1 year ago
  80. 034067f Migrate web_generator to new element model (#359) by Srujan Gaddam · 1 year, 1 month ago
  81. fa43ddd Bump actions/cache from 4.2.2 to 4.2.3 in the github-actions group (#356) by dependabot[bot] · 1 year, 1 month ago
  82. 4854093 Add pull request and id-token write permissions to publish.yaml (#351) by Srujan Gaddam · 1 year, 2 months ago
  83. 33ed133 Bump the github-actions group with 2 updates (#349) by dependabot[bot] · 1 year, 2 months ago
  84. 6031c1f Delete all deprecated members (#347) by Kevin Moore · 1 year, 2 months ago
  85. 5a39fdc Merge tag 'web-v1.1.1' by Kevin Moore · 1 year, 2 months ago
  86. 222164b Deprecate a few more things before we launch v2 (#348) by Kevin Moore · 1 year, 2 months ago v1_x web-v1.1.1
  87. b90b63d Update APIs and docs (#345) by Kevin Moore · 1 year, 2 months ago
  88. 5caa92e Add catch and finally to bannedNames (#346) by Srujan Gaddam · 1 year, 2 months ago
  89. e2f9741 Add variadic arguments (#343) by Olzhas Suleimen · 1 year, 2 months ago
  90. c2d5f63 Bump actions/stale from 9.0.0 to 9.1.0 in the github-actions group (#338) by dependabot[bot] · 1 year, 3 months ago
  91. fd3d988 Adapt paths for different development environments (#336) by KennethHung · 1 year, 4 months ago
  92. 7f440e4 Remove renames where the type doesn't exist anymore (#334) by KennethHung · 1 year, 4 months ago
  93. 3b06da9 Add missing FileReader event getters (#333) by KennethHung · 1 year, 4 months ago
  94. af5de5e Bump actions/cache from 4.1.2 to 4.2.0 in the github-actions group (#332) by dependabot[bot] · 1 year, 4 months ago
  95. b55f343 generator: Support the latest package dependencies (#328) by Kevin Moore · 1 year, 5 months ago
  96. bdf112e Bump dart-lang/setup-dart in the github-actions group (#323) by dependabot[bot] · 1 year, 5 months ago
  97. 8d24376 Bump the github-actions group with 2 updates (#319) by dependabot[bot] · 1 year, 6 months ago
  98. d3a61aa Remove deprecated package_api_docs lint (#315) by Parker Lougheed · 1 year, 7 months ago
  99. 8478cd2 Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group (#312) by dependabot[bot] · 1 year, 7 months ago
  100. d16c4bc Fix curly_braces_in_flow_control_structures lint (#311) by Srujan Gaddam · 1 year, 7 months ago