1. 14 Jun, 2023 1 commit
  2. 18 Apr, 2023 1 commit
    • Srujan Gaddam's avatar
      Remove package:js/dart:js_interop conflicts (#124879) · 6edbc195
      Srujan Gaddam authored
      dart:js_interop and package:js will start conflicting, since they both have an `@JS` annotation. Until we're ready to only use dart:js_interop (which will require updating the SDK constraints of every package), we should hide the `@JS` annotation from dart:js_interop. Due to shadowing, this is the behavior today, so there should be no functional change.
      
      Unblocks https://dart-review.googlesource.com/c/sdk/+/294130/8 and prevents confusing shadowing of dart:js_interop annotations like we do today.
      
      - [Mentioned CL that is unblocked] I listed at least one issue that this PR fixes in the description above.
      - [Need test-exemption] I added new tests to check the change I am making, or this PR is [test-exempt].
      - [Need to run] All existing and new tests are passing.
      6edbc195
  3. 10 Apr, 2023 1 commit
  4. 18 Dec, 2022 1 commit
    • alanwutang11's avatar
      Fix is canvas kit bool (#116944) · c0dddacb
      alanwutang11 authored
      * isCanvasKit implement and test
      
      * isCanvasKit implement and test
      
      * ++
      
      * forgot license
      
      * make isCanvasKit a getter
      
      * addressed comments
      
      * forgot to change names of integration test files
      
      * typo
      
      * simplified tests
      
      * comments
      c0dddacb