Sourced from globby's releases.
v12.0.0
Breaking
- Require Node.js 12.20 (https://github.com/facebook/flipper/issues/181) 5c32b4a
- This package is now pure ESM. Please read this.
- This package now uses named exports instead of a default export
globby→{globby}globby.sync→{globbySync}globby.stream→{globbyStream}globby.generateGlobTasks→{generateGlobTasks}globby.hasMagic→{isDynamicPattern}globby.gitignore→{isGitIgnored}globby.gitignore.sync→{isGitIgnoredSync}-const globby = require('globby'); +import {globby} from 'globby';https://github.com/sindresorhus/globby/compare/v11.0.4...v12.0.0
24453e6 12.0.0662cafc Minor tweaks5c32b4a Require Node.js 12.20 and move to ESM (https://github.com/facebook/flipper/issues/181)