Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Redesign API for modules #2

Closed
af opened this issue Sep 15, 2017 · 0 comments
Closed

Redesign API for modules #2

af opened this issue Sep 15, 2017 · 0 comments

Comments

@af
Copy link
Owner

af commented Sep 15, 2017

With bucklescript namespaces, everything will be scoped under D3. As a result:

  • Rename modules (eg D3Axis => Axis)
  • Rename types and functions with the new module names in mind (rename types back to t where appropriate). eg. axisLeft => makeLeft (or make with a type param)

This will expose eg D3.Axis.makeLeft

@af af closed this as completed Sep 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant