js_facade_gen
js_facade_gen copied to clipboard
Generates package:js Javascript interop facades for arbitrary TypeScript libraries
// Type definitions for Firebase Client 0.1.0 // Project: https://www.github.com/jpstevens/firebase-client // Definitions by: Andrew Breen https://github.com/fpsscarecrow/ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// interface PushResponse { /** \* Name ref (key) of the...
Creates a needless delta when formatted
Recently, with the `chartjs` library, I got this output. ``` dart @JS() abstract class Chart { // ... external static dynamic /*{ global: ChartSettings; }*/ get defaults; external static set...