michael faith
michael faith
`util.styleText` is only marked stable starting in 22.13.0 (and 23.5.0). v20 doesn't have the api marked stable (available but not "stable"). https://nodejs.org/api/util.html#utilstyletextformat-text-options
It seems this is still an issue. Has anyone found a workaround for having `var()` calls resolve to the appropriate variable value?
> Perhaps it would be better for us to create two separate rules instead of one: > > * `valid-publish-config` (validates correct usage based on package scope) > * `no-redundant-publish-config`...
> Looking forward to this because main field or exports will be mandatory in future nodejs https://nodejs.org/api/all.html#DEP0151 Good callout. I wonder if they've defined a timeline for when that will...
Were you able to create a repro? Also, what parser are you using?
I noticed there was this bug fix that seems somewhat adjacent to this but in reverse for `throw`s that don't originate from `redirect`. https://github.com/remix-run/react-router/pull/14182
Thanks @brophdawg11! Appreciate the quick response 🙏 . Confirmed that adding a (no-op) loader function to our routes as a workaround does work