Code review: isSubdir
#11454
Labels
early-in-release
An issue that should be worked on early in the release (likely due to risk)
maintenance
Milestone
We currently vendor
isSubdir
from Deno's stdlib, and their documentation (or code, take your pick) describes parameterssrc
anddest
precisely backward. We use this call in Quarto ourselves: https://github.com/quarto-dev/quarto-cli/blob/main/src/deno_ral/fs.ts#L49. We need to review all callers of this function for accuracy, and then fix the function code or docs.The text was updated successfully, but these errors were encountered: