Skip to content

Is applyPatches() exposed in the API? #73

@davidparsson

Description

@davidparsson

I'm trying to use JsDiff.applyPatches() on v2.1.0 of your npm package, but i get the error

TypeError: Object #<Object> has no method 'applyPatches'
    // ...

A quick look at index.js indicates that only applyPatch is exposed, as I don't see applyPatches there:

import {applyPatch} from './patch/apply';

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