path: add matchesGlob
method
#50817
Annotations
2 errors
Test:
test/parallel/test-path-glob.js#L37
--- stderr ---
node:path:164
emitExperimentalWarning('glob');
^
ReferenceError: emitExperimentalWarning is not defined
at glob (node:path:164:3)
at Object.matchGlob (node:path:1092:12)
at Object.<anonymous> (/Users/runner/work/node/node/test/parallel/test-path-glob.js:37:35)
at Module._compile (node:internal/modules/cjs/loader:1434:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1518:10)
at Module.load (node:internal/modules/cjs/loader:1249:32)
at Module._load (node:internal/modules/cjs/loader:1065:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:158:12)
at node:internal/main/run_main_module:30:49
Node.js v23.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/node/node/test/parallel/test-path-glob.js
|
Test
Process completed with exit code 2.
|
Loading