mirror of
https://github.com/actions/toolkit.git
synced 2026-08-21 00:00:16 +02:00
@actions/glob: convert to an ESM module (#2273)
* `@actions/glob`: convert to an ESM module * Update packages/glob/RELEASES.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
This commit is contained in:
co-authored by
Copilot
parent
5793b08cd9
commit
7a0147b5c6
@@ -1,7 +1,7 @@
|
||||
import {Globber, DefaultGlobber} from './internal-globber'
|
||||
import {GlobOptions} from './internal-glob-options'
|
||||
import {HashFileOptions} from './internal-hash-file-options'
|
||||
import {hashFiles as _hashFiles} from './internal-hash-files'
|
||||
import {Globber, DefaultGlobber} from './internal-globber.js'
|
||||
import {GlobOptions} from './internal-glob-options.js'
|
||||
import {HashFileOptions} from './internal-hash-file-options.js'
|
||||
import {hashFiles as _hashFiles} from './internal-hash-files.js'
|
||||
|
||||
export {Globber, GlobOptions}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user