Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

matanlurey/dart2_js_interop_casts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of different behavior of package:js for Dart2JS/DDC.

To run locally:

$ pub upgrade

# Executes with DartDevC.
$ pub run build_runner test

# Executes with Dart2JS.
$ pub run build_runner test --release

The expectation is either both or neither compilers cause the test to fail. The reality is that DDC allows and Dart2JS fails. I'm not sure which one is strictly "right".

About

Reproduce cast failure in package:js+Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages