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
re2 is precompiled and not available for all architectures. node-docker-reference should attempt to load it, but fall back to RegExp if re2 is not available. For example, here's how it's handled in Renovate:
Right now
re2
is always imported. Regardless of if it's used or not:node-docker-reference/lib/parsers.js
Line 3 in 957b11b
re2
is precompiled and not available for all architectures.node-docker-reference
should attempt to load it, but fall back toRegExp
ifre2
is not available. For example, here's how it's handled in Renovate:https://github.com/renovatebot/renovate/blob/48af4012e6d0b4d90a9aeb4df1471f452b677cd8/lib/util/regex.ts#L11-L20
The text was updated successfully, but these errors were encountered: