fix: support ESM app entrypoints in the universal shim #264
Annotations
9 warnings and 1 notice
|
typescript-eslint(await-thenable):
test/util.ts#L205
Unexpected `for await...of` of a value that is not async iterable.
|
|
typescript-eslint(await-thenable):
test/util.ts#L76
Unexpected `for await...of` of a value that is not async iterable.
|
|
typescript-eslint(await-thenable):
test/util.ts#L51
Unexpected `for await...of` of a value that is not async iterable.
|
|
typescript-eslint(await-thenable):
src/index.ts#L387
Unexpected `await` of a non-Promise (non-"Thenable") value.
|
|
eslint(no-useless-catch):
src/index.ts#L473
Unnecessary catch clause
|
|
eslint(no-unused-vars):
src/index.ts#L441
Variable 'arm64Integrity' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
src/index.ts#L438
Variable 'x64Integrity' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
test/util.ts#L107
Variable 'otherData' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(require-yield):
src/file-utils.ts#L194
This generator function does not have `yield`
|
|
Test (22.12.x)
The macos-latest-xlarge label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|