perf(runtime,docs): code-split island renderers to load on demand #8
Annotations
6 warnings
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-underscore-dangle):
packages/runtime/src/routes/__root.tsx#L24
Unexpected dangling '_' in '`__OPENISLANDS_REACT__`'.
|
|
eslint(no-underscore-dangle):
packages/runtime/test/lazyRenderer.ts#L15
Unexpected dangling '_' in '`_payload`'.
|
|
eslint(no-underscore-dangle):
packages/runtime/test/lazyRenderer.ts#L15
Unexpected dangling '_' in '`_init`'.
|
|
eslint(no-underscore-dangle):
packages/runtime/test/lazyRenderer.ts#L12
Unexpected dangling '_' in '`_payload`'.
|
|
eslint(no-underscore-dangle):
packages/runtime/test/lazyRenderer.ts#L12
Unexpected dangling '_' in '`_init`'.
|