Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 900 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 900 Bytes

flow-declarations

Build Status

An attempt to comprehend how https://github.com/facebook/flow declarations could be complete and well-tested.

To convert Typescript declarations from (src/typescript-interfaces) into Flow format:

npm run generate

To run tests (requires Flow version which supports --no-flowlib option):

npm run test

Tests

Node tests source is github.com/joyent/node

Mozilla tests source is official Mozilla repo

Todo

  • IDL-compatible fully covered declarations for Browser API (core.js & dom.js declarations)
  • Mozilla tests for core and Browser API (core.js & dom.js declarations)
  • Support for different platform and engines with flags (something like npm run generate platform=node-0.12)