-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Right now re2 is always imported. Regardless of if it's used or not:
node-docker-reference/lib/parsers.js
Line 3 in 957b11b
| const RE2 = require('re2'); |
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:
Metadata
Metadata
Assignees
Labels
No labels