dart-archive / ts2dart

ts2dart TypeScript to Dart transpiler
Apache License 2.0
181 stars 62 forks source link

Translate new Array<T>(123) to new List<T>(123) #346

Closed mhevery closed 8 years ago

mprobst commented 8 years ago

Is that really a good idea? That API is generally considered to be dangerous and confusing in JavaScript, isn't it?