ts2dart 0.0.6+1 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 aPromiseLike<Type>
and aType
areFutureOr
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.