persona-community-5/.pnpm-store/v3/files/6e/cb65544a58e5b2da73654d01c89ff16302dd01564ff1d22952c85b2cb5b02d0153969103c4e6f0a7a74c100dd414ff0da52a9eb4b55d76fdb31a9e81748d85
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
157 B
Plaintext

import * as re2 from "re2"
type Re2 = typeof re2 & {code: string}
;(re2 as Re2).code = 'require("ajv/dist/runtime/re2").default'
export default re2 as Re2