@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,8 +1,8 @@
|
||||
import * as path from 'path'
|
||||
import * as patternHelper from '../src/internal-pattern-helper'
|
||||
import {MatchKind} from '../src/internal-match-kind'
|
||||
import {IS_WINDOWS} from '../../io/src/io-util'
|
||||
import {Pattern} from '../src/internal-pattern'
|
||||
import * as patternHelper from '../src/internal-pattern-helper.js'
|
||||
import {MatchKind} from '../src/internal-match-kind.js'
|
||||
import {IS_WINDOWS} from '../../io/src/io-util.js'
|
||||
import {Pattern} from '../src/internal-pattern.js'
|
||||
|
||||
describe('pattern-helper', () => {
|
||||
it('getSearchPaths omits negate search paths', () => {
|
||||
|
||||
Reference in New Issue
Block a user