Refactor typeofEquals usage and remove isInstanceOfDomType (#80)

Closes https://github.com/dart-lang/web/issues/77

typeofEquals now takes a String and returns a bool, and
instanceOfString is the canonical replacement for isInstanceOfDomType.
Updates min SDK version and adds flavor to `setup-dart` step.
6 files changed
tree: 19f3e10016768560ed4348aa40c9f877a8b728a0
  1. .github/
  2. lib/
  3. test/
  4. tool/
  5. .gitignore
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
README.md

Dart CI

Lightweight DOM and JS bindings built around JS static interop.

Based on @webref/idl 3.38.2

NOTE: This package is highly experimental.