[generator] fixes for equality/hashCode

Remove equal/hash in ast types – several of these were not implemented correctly
And it seems they are not needed. If they ARE needed, then a test should fail

Also did a tiny cleanup one implementation of hashCode
3 files changed
tree: 4158d78946f3d39ff3e185c7a83cf5c07cfef02f
  1. .github/
  2. js_interop/
  3. third_party/
  4. web/
  5. web_generator/
  6. .gitignore
  7. LICENSE
  8. README.md
README.md

Packages

PackageDescriptionVersion
webLightweight browser API bindings built around JS interop.pub package
js_interopUtility functions and types for dart:js_interop and dart:js_interop_unsafe.pub package
web_generatorTools to generate Dart interfaces from TypeScript declaration files and Web IDL definitions.N/A