calzone 0.4.0 copy "calzone: ^0.4.0" to clipboard
calzone: ^0.4.0 copied to clipboard

Dart 1 only

Use Dart libraries from JavaScript.

calzone #

Use your Dart library from JavaScript!

A compiler/patcher for a JS bridge to your Dart library, using dart2js and analyzer.

Even though calzone.dart is reaching maturity, if you're interested in using it and are having problems using it, please contact mbullington on the Dart Slack.

Transformers #

A large part of calzone works by transformers. A transformer is an addon to the compiler that will bridge together a Dart type (or types) with their JavaScript equivalents. An example of this is the PromiseTransformer, where it will take Promises and convert them to Futures, and vice versa. This API is frozen and is available for projects using calzone to build their own.

The best example of this is in the calzone.transformers library, which is our standard library for transformers. Most of these transformers are suggested for use, such as Promises <-> Future, Closure, and Collections.

Using calzone #

Please refer to the Wiki on how to use calzone, starting with Creating a Stub, then Internal Workings. For most usecases, you'll want to use the high-level Builder abstraction.

For an example of using Builder, please refer to test/, or to sdk-dslink-javascript.

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Use Dart libraries from JavaScript.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

analyzer, calzone_source_crawler, logging, node_preamble, path

More

Packages that depend on calzone