()
| 2998 | // checking many required paths doesn't rebuild it per-path (O(required x modified)). |
| 2999 | let _modifiedPaths; |
| 3000 | const getModifiedPaths = () => (_modifiedPaths ??= doc.modifiedPaths()); |
| 3001 | |
| 3002 | // only validate required fields when necessary |
| 3003 | let paths = []; |
no outgoing calls
no test coverage detected