diff --git a/src/Constants.cc b/src/Constants.cc index f2bd76a..f492a2f 100644 --- a/src/Constants.cc +++ b/src/Constants.cc @@ -85,6 +85,11 @@ void Constants::Init(Local target) { CONST_ENUM(NORM_RELATIVE); CONST_ENUM(NORM_TYPE_MASK); + CONST_ENUM(RETR_EXTERNAL); + CONST_ENUM(RETR_LIST); + CONST_ENUM(RETR_CCOMP); + CONST_ENUM(RETR_TREE); + target->Set(Nan::New("Constants").ToLocalChecked(), obj); }