dart-archive / web-components

Dart package providing the web components platform polyfills
https://pub.dartlang.org/packages/web_components
BSD 3-Clause "New" or "Revised" License
18 stars 10 forks source link

some fixes for strong mode. #47

Open dam0vm3nt opened 7 years ago

kevmoo commented 7 years ago

Please rebase this on master – eliminate the "merge pull request"

jakemac53 commented 7 years ago

Can you also check in the .analysis_options file?

dam0vm3nt commented 7 years ago

Actually I'm building it with the dev_compiler, passing an AnalyzerOptions object to it using only defaults.

jakemac53 commented 7 years ago

Would you mind adding an .analysis_options files with this content:

analyzer:
  strong-mode: true

That helps make sure that we will stay strong mode clean

dam0vm3nt commented 7 years ago

should I close this ?