ts2dart 0.0.6+1 copy "ts2dart: ^0.0.6+1" to clipboard
ts2dart: ^0.0.6+1 copied to clipboard

Transpiles TypeScript declaration files (.d.ts) to Dart interop

0.0.6+1 #

  • Fixed pubspec dependencies

0.0.6 #

  • Changed methods to fields so you can use a setter on anonymous classes

0.0.5 #

  • Revamped how namespaces are generated. All namespaces are exported through one file.
  • Fixed a bug when trying to use a callable interface as function
  • Changed methods of interfaces to function getters and added a setter
  • Added FutureOr type. Now unions of a PromiseLike<Type> and a Type are FutureOr instead.

0.0.4 #

  • Fixed error when using nested namespaces
  • Fixed properties with Inline classes
  • Callbacks now expects optional parameters when nullable

0.0.3 #

  • Handle namespace with the name of the lib as one namespace

0.0.2 #

  • Added option to use DefinitelyTyped

0.0.1 #

  • Going stable with Dart 3

0.0.1-beta.3 #

  • Removed some logging from the generated files

0.0.1-beta.2 #

  • Now it prints the docs to classes, methods and properties.

0.0.1-beta.1 #

  • Initial version.
0
likes
70
pub points
19%
popularity

Publisher

unverified uploader

Transpiles TypeScript declaration files (.d.ts) to Dart interop

Repository (GitHub)
View/report issues

Documentation

API reference

Funding

Consider supporting this project:

www.paypal.com

License

Apache-2.0 (LICENSE)

Dependencies

archive, built_collection, code_builder, collection, console, dart_style, glob, http, logging, meta, path, recase

More

Packages that depend on ts2dart