js_facade_gen icon indicating copy to clipboard operation
js_facade_gen copied to clipboard

Generates package:js Javascript interop facades for arbitrary TypeScript libraries

Results 33 js_facade_gen issues
Sort by recently updated
recently updated
newest added

// 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

Type: bug
S3 low

Recently, with the `chartjs` library, I got this output. ``` dart @JS() abstract class Chart { // ... external static dynamic /*{ global: ChartSettings; }*/ get defaults; external static set...

Type: enhancement