mirror of
https://github.com/actions/toolkit.git
synced 2026-08-26 00:00:28 +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,5 +1,5 @@
|
||||
import * as core from '@actions/core'
|
||||
import {GlobOptions} from './internal-glob-options'
|
||||
import {GlobOptions} from './internal-glob-options.js'
|
||||
|
||||
/**
|
||||
* Returns a copy with defaults filled in.
|
||||
|
||||
Reference in New Issue
Block a user