Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Browser compatibility #1

Closed
Closed
@zavg

Description

@zavg

The library source code is now not fully compatible with browser Javascript.

For example, these files

  • src/sorting/bubblesort/bubblesort.js
  • src/searching/binarysearch/binarysearch.js
  • src/data-structures/heap.js
  • src/searching/longest-increasing-subsequence/longest-increasing-subsequence.js

use node.js exports keyword, so they can not be used in browser code without changing.

May be use some approach to allow node.js-browser compatibility? (one of the possible approaches offerd by caolan here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions