dachev / node-cld

Language detection for Javascript (Node). Based on the CLD2 (Compact Language Detector) library from Google.
Apache License 2.0
317 stars 55 forks source link

fix compilation with node 12 / electron 5 #51

Closed nornagon closed 5 years ago

nornagon commented 5 years ago

v8::Handle is a deprecated alias for v8::Local.

dachev commented 5 years ago

@nornagon Thank you for the fix and I apologize for the long delay. Tested, merged and released along with other fixes!