File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import fs from "fs/promises";
1010import { createReadStream } from "fs" ;
1111import path from "path" ;
1212import { z } from "zod" ;
13- import { minimatch } from "minimatch" ;
13+ import minimatch from "minimatch" ;
1414import { normalizePath , expandHome } from './path-utils.js' ;
1515import { getValidRootDirectories } from './roots-utils.js' ;
1616import {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import path from "path";
33import os from 'os' ;
44import { randomBytes } from 'crypto' ;
55import { diffLines , createTwoFilesPatch } from 'diff' ;
6- import { minimatch } from 'minimatch' ;
6+ import minimatch from 'minimatch' ;
77import { normalizePath , expandHome } from './path-utils.js' ;
88import { isPathWithinAllowedDirectories } from './path-validation.js' ;
99
You can’t perform that action at this time.
0 commit comments