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