typings 0.0.6+5
typings: ^0.0.6+5 copied to clipboard
Use NPM packages in your projects through TypeScript interop
0.0.6+5 #
- Added @figma/plugin-typings
- Fixed minor issue of recursive lists
0.0.6+4 #
- Update Dependencies
0.0.6+3 #
- Bump analyzer
0.0.6+2 #
- Fixed pubspec dependencies
0.0.6+1 #
- Removed Invertase as sponsor. Please, consider donating if it is an affordable option for you. Donations allow me to dedicate my time to the package.
0.0.6 #
- Changed methods to fields so you can use a setter on anonymous classes
- Added WebWorker lib
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
FutureOrtype. Now unions of aPromiseLike<Type>and aTypeareFutureOrinstead. - Typedefs now are built to its definition when known types, ie:
ProviderResultis a typedef toFutureOrso we directly printFutureOrinstead
0.0.4 #
- Added Visual Studio Code extension bindings (vscode)
- Many fixes in ts2dart
0.0.3 #
- Added AnimeJS (https://animejs.com)
0.0.2 #
- Added InputMask (https://www.npmjs.com/package/inputmask)
0.0.1+1 #
- Remove Beta msg from README
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 #
- Better documentation
0.0.1-beta.1 #
- Initial and beta version