simolus3 / zap

Zap is a fast web framework built on Dart
https://simonbinder.eu/zap/
MIT License
239 stars 12 forks source link

Declaring multiple variables as `@prop` will only initialize one of them #9

Open simolus3 opened 2 years ago

simolus3 commented 2 years ago

This is currently broken:

<script>
  @prop
  num lat, lon, zoom;
</script>
simolus3 commented 2 years ago

Blocked by https://github.com/dart-lang/sdk/issues/48546