Make calling a constructor without new
nor ending .
canon
#52
Labels
enhancement
New feature or request
new
nor ending .
canon
#52
In Dart,
new
has been deprecated and their notion of constructor is wide as they have:So it's unclear when in ClojureDart
.
ornew
should be required and it adds little value (except potentially making some cljc works).Thus I propose making officially
new
and ending.
optional.It's happens to already work but these codepaths should be checked to really work (especially w/ regards to type inference).
The text was updated successfully, but these errors were encountered: