You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define NODE_ADDON_API_ENABLE_TYPE_CHECK_ON_AS
Do not define NODE_ADDON_API_ENABLE_MAYBE
Symbol::WellKnown calls Napi::Env(env).Global().Get("Symbol").As().
That will trigger a fatal error because napi_typeof(Symbol) returns napi_function, not napi_object.
The text was updated successfully, but these errors were encountered:
Define NODE_ADDON_API_ENABLE_TYPE_CHECK_ON_AS
Do not define NODE_ADDON_API_ENABLE_MAYBE
Symbol::WellKnown calls Napi::Env(env).Global().Get("Symbol").As().
That will trigger a fatal error because napi_typeof(Symbol) returns napi_function, not napi_object.
The text was updated successfully, but these errors were encountered: