Skip to content

Commit

Permalink
feat(BSON): simplify and flatten module exports
Browse files Browse the repository at this point in the history
For some time we have been stuck with BSON being an exported
function that requires instantiation, and then has a number of
attached properties all for legacy reasons. With the impending
major version bump, we can remove this requirement and export
everything at the top level of the module, greatly simplifying
user consumption, bundling, and maintenance.
  • Loading branch information
mbroadst committed Aug 2, 2018
1 parent b5de522 commit f8920c6
Show file tree
Hide file tree
Showing 17 changed files with 696 additions and 611 deletions.
4 changes: 0 additions & 4 deletions index.js

This file was deleted.

Loading

0 comments on commit f8920c6

Please sign in to comment.