conductor-oss 0.61.21 → 0.61.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/@conductor-oss/core/package.json +1 -1
- package/package.json +6 -6
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/README.md +46 -0
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/lib/glib-2.0/include/glibconfig.h +219 -0
- package/web/.next/standalone/node_modules/@img/{sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.18.3} +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/package.json +2 -2
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linux-x64/versions.json +20 -20
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +219 -0
- package/web/.next/standalone/node_modules/@img/{sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3 → sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.18.3} +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +2 -2
- package/web/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +20 -20
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/index.cjs +1 -0
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64-0.35.0.node +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/package.json +6 -5
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/index.cjs +1 -0
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64-0.35.0.node +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +6 -5
- package/web/.next/standalone/node_modules/@next/env/package.json +8 -9
- package/web/.next/standalone/node_modules/next/dist/build/swc/index.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/build/webpack-config.js +3 -3
- package/web/.next/standalone/node_modules/next/dist/client/dev/debug-channel.js +102 -2
- package/web/.next/standalone/node_modules/next/dist/compiled/http-proxy/index.js +5 -5
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +11 -10
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +12 -11
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +14 -13
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +11 -10
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +2 -2
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +9 -9
- package/web/.next/standalone/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +9 -9
- package/web/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +3 -3
- package/web/.next/standalone/node_modules/next/dist/server/app-render/action-handler.js +147 -42
- package/web/.next/standalone/node_modules/next/dist/server/app-render/manifests-singleton.js +52 -4
- package/web/.next/standalone/node_modules/next/dist/server/config-schema.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/server/config-shared.js +0 -2
- package/web/.next/standalone/node_modules/next/dist/server/config.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +2 -2
- package/web/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/server/image-optimizer.js +8 -27
- package/web/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/server/lib/encode-cache-tag.js +45 -0
- package/web/.next/standalone/node_modules/next/dist/server/lib/implicit-tags.js +6 -3
- package/web/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +90 -53
- package/web/.next/standalone/node_modules/next/dist/server/lib/patch-fetch.js +20 -3
- package/web/.next/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +4 -0
- package/web/.next/standalone/node_modules/next/dist/server/lib/start-server.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/shared/lib/router/router.js +8 -1
- package/web/.next/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +2 -1
- package/web/.next/standalone/node_modules/next/dist/shared/lib/server-reference-info.js +12 -0
- package/web/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +1 -1
- package/web/.next/standalone/node_modules/next/dist/telemetry/events/version.js +2 -2
- package/web/.next/standalone/node_modules/next/package.json +10 -252
- package/web/.next/standalone/node_modules/postcss/lib/container.js +81 -34
- package/web/.next/standalone/node_modules/postcss/lib/fromJSON.js +76 -23
- package/web/.next/standalone/node_modules/postcss/lib/input.js +13 -4
- package/web/.next/standalone/node_modules/postcss/lib/lazy-result.js +55 -13
- package/web/.next/standalone/node_modules/postcss/lib/node.js +105 -60
- package/web/.next/standalone/node_modules/postcss/lib/previous-map.js +11 -2
- package/web/.next/standalone/node_modules/postcss/lib/processor.js +1 -1
- package/web/.next/standalone/node_modules/postcss/lib/stringifier.js +90 -25
- package/web/.next/standalone/node_modules/postcss/package.json +1 -1
- package/web/.next/standalone/node_modules/sharp/{lib/channel.js → dist/channel.cjs} +1 -1
- package/web/.next/standalone/node_modules/sharp/{lib/colour.js → dist/colour.cjs} +1 -1
- package/web/.next/standalone/node_modules/sharp/{lib/composite.js → dist/composite.cjs} +2 -1
- package/web/.next/standalone/node_modules/sharp/{lib/constructor.js → dist/constructor.cjs} +41 -29
- package/web/.next/standalone/node_modules/sharp/dist/index.cjs +25 -0
- package/web/.next/standalone/node_modules/sharp/{lib/input.js → dist/input.cjs} +19 -14
- package/web/.next/standalone/node_modules/sharp/{lib/libvips.js → dist/libvips.cjs} +35 -30
- package/web/.next/standalone/node_modules/sharp/{lib/operation.js → dist/operation.cjs} +6 -35
- package/web/.next/standalone/node_modules/sharp/{lib/output.js → dist/output.cjs} +142 -14
- package/web/.next/standalone/node_modules/sharp/{lib/resize.js → dist/resize.cjs} +19 -1
- package/web/.next/standalone/node_modules/sharp/dist/sharp.cjs +164 -0
- package/web/.next/standalone/node_modules/sharp/{lib/utility.js → dist/utility.cjs} +11 -7
- package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/range.js +24 -4
- package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/semver.js +19 -2
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/clean.js +8 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/compare-build.js +9 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/compare-loose.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/diff.js +60 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/inc.js +21 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/major.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/minor.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/patch.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/prerelease.js +8 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/rcompare.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/rsort.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/sort.js +5 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/truncate.js +48 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/functions/valid.js +8 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/index.js +93 -0
- package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/re.js +1 -1
- package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/package.json +4 -4
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/preload.js +4 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/gtr.js +6 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/intersects.js +9 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/ltr.js +6 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/min-version.js +63 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/outside.js +82 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/simplify.js +49 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/subset.js +249 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/to-comparators.js +10 -0
- package/web/.next/standalone/node_modules/sharp/node_modules/semver/ranges/valid.js +13 -0
- package/web/.next/standalone/node_modules/sharp/package.json +60 -49
- package/web/.next/standalone/package.json +3 -2
- package/web/.next/standalone/packages/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/packages/web/.next/app-path-routes-manifest.json +9 -9
- package/web/.next/standalone/packages/web/.next/build-manifest.json +4 -4
- package/web/.next/standalone/packages/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/packages/web/.next/react-loadable-manifest.json +8 -8
- package/web/.next/standalone/packages/web/.next/required-server-files.json +6 -1
- package/web/.next/standalone/packages/web/.next/server/app/__clerk/[[...path]]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/access/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/agents/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/app-update/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/attachments/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/auth/profile/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/boards/comments/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/boards/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/bridges/[bridgeId]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/bridges/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/[deviceId]/app-update/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/[deviceId]/repair/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/[deviceId]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/[deviceId]/service-restart/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/claims/complete/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/code/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridge/devices/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/bridges/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/config/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/context-files/open/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/context-files/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/events/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/executor/health/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/filesystem/directory/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/filesystem/pick-directory/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/projects/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/projects/sync/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/repos/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/github/webhook/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/health/boards/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/health/sessions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/notifications/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/preferences/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/backlinks/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/daily/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/file/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/graph/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/open/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/project-notes/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/approve/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/bindings/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/feed/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/feed/stream/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/integration/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/interrupt/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/preferences/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/reject/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/send/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/tasks/[task]/handoff/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/tasks/[task]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatcher/tasks/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/dispatchers/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/open/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/[id]/setup/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/repositories/[id]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/actions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/archive/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/checks/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/diff/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/files/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/keys/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/kill/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/output/stream/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/preview/dom/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/preview/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/preview/screenshot/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/restore/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/send/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/relay/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/snapshot/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/token/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/ttyd/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/ttyd/token/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/[id]/terminal/ttyd/ws/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/sessions/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/activate/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/catalog/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/deactivate/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/install/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/installed/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/session-active/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/skills/uninstall/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/spawn/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/branches/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/api/workspaces/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/connect/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/connect/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/connect/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/install.ps1/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/bridge/install.sh/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/embed/terminal/[id]/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/embed/terminal/[id]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/embed/terminal/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/icon.svg/route.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page.js +2 -2
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/settings/bridge/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/settings/bridge/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/settings/bridge/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/[[...sign-in]]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/hosted/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/hosted/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/hosted/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/sso-callback/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/sso-callback/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-in/sso-callback/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-up/[[...sign-up]]/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-up/[[...sign-up]]/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/sign-up/[[...sign-up]]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page.js.nft.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/app/unlock/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/app-paths-manifest.json +9 -9
- package/web/.next/standalone/packages/web/.next/server/chunks/2074.js +1 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/2512.js +3 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/3303.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/3698.js +5 -3
- package/web/.next/standalone/packages/web/.next/server/chunks/3786.js +2 -2
- package/web/.next/standalone/packages/web/.next/server/chunks/6108.js +1 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/6472.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/724.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/7481.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/7776.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/8688.js +1 -0
- package/web/.next/standalone/packages/web/.next/server/chunks/9455.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/9787.js +3 -3
- package/web/.next/standalone/packages/web/.next/server/middleware-build-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/middleware.js +4 -4
- package/web/.next/standalone/packages/web/.next/server/next-font-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/next-font-manifest.json +1 -1
- package/web/.next/standalone/packages/web/.next/server/pages/500.html +1 -1
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/packages/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/17319.f853545792589ec2.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/{34443.c71c524d5fcc197f.js → 34443.fa5f443480cf2b8a.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/39816.fd2a8af735afdbe1.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/41696.3e691c667c1e7b81.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/41998.bfd148a33a5b285a.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/{61968-84de5fd1d154571d.js → 61968-1d55f423ea1ad7fb.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/76892-86e55e6d0e7ca057.js +1 -0
- package/web/.next/{static/chunks/79593-c8c8ed0f8829c660.js → standalone/packages/web/.next/static/chunks/79593-2f58ba44bc178231.js} +2 -2
- package/web/.next/standalone/packages/web/.next/static/chunks/81132.92c626a062747078.js +3 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/9016-c4fa23038e6de72b.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/app/{layout-1d6034a5d57a2849.js → layout-dc8ca6126999c95c.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/app/page-f3925343b6c5eaa9.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/chunks/app/sessions/[id]/page-b1d7e1d41fba2817.js +1 -0
- package/web/.next/{static/chunks/main-e776ff7a08a61c77.js → standalone/packages/web/.next/static/chunks/main-0a70c45f3b60fdcf.js} +1 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/webpack-0562fb102dd7e557.js +1 -0
- package/web/.next/standalone/packages/web/.next/static/css/dfd1cecfd68c43ff.css +1 -0
- package/web/.next/standalone/packages/web/package.json +2 -1
- package/web/.next/standalone/packages/web/server.js +1 -1
- package/web/.next/static/chunks/17319.f853545792589ec2.js +1 -0
- package/web/.next/static/chunks/{34443.c71c524d5fcc197f.js → 34443.fa5f443480cf2b8a.js} +1 -1
- package/web/.next/static/chunks/39816.fd2a8af735afdbe1.js +1 -0
- package/web/.next/static/chunks/41696.3e691c667c1e7b81.js +1 -0
- package/web/.next/static/chunks/41998.bfd148a33a5b285a.js +1 -0
- package/web/.next/static/chunks/{61968-84de5fd1d154571d.js → 61968-1d55f423ea1ad7fb.js} +1 -1
- package/web/.next/static/chunks/76892-86e55e6d0e7ca057.js +1 -0
- package/web/.next/{standalone/packages/web/.next/static/chunks/79593-c8c8ed0f8829c660.js → static/chunks/79593-2f58ba44bc178231.js} +2 -2
- package/web/.next/static/chunks/81132.92c626a062747078.js +3 -0
- package/web/.next/static/chunks/9016-c4fa23038e6de72b.js +1 -0
- package/web/.next/static/chunks/app/{layout-1d6034a5d57a2849.js → layout-dc8ca6126999c95c.js} +1 -1
- package/web/.next/static/chunks/app/page-f3925343b6c5eaa9.js +1 -0
- package/web/.next/static/chunks/app/sessions/[id]/page-b1d7e1d41fba2817.js +1 -0
- package/web/.next/{standalone/packages/web/.next/static/chunks/main-e776ff7a08a61c77.js → static/chunks/main-0a70c45f3b60fdcf.js} +1 -1
- package/web/.next/static/chunks/webpack-0562fb102dd7e557.js +1 -0
- package/web/.next/static/css/dfd1cecfd68c43ff.css +1 -0
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/LICENSE +0 -191
- package/web/.next/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/LICENSE +0 -191
- package/web/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/web/.next/standalone/node_modules/sharp/lib/index.js +0 -16
- package/web/.next/standalone/node_modules/sharp/lib/sharp.js +0 -121
- package/web/.next/standalone/packages/web/.next/server/chunks/1364.js +0 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/4013.js +0 -1
- package/web/.next/standalone/packages/web/.next/server/chunks/9398.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/28386-0121205400994756.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/39816.a3835fb513390d7c.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/41696.08fe09203aaf1a18.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/41998.4a8b2f9f7d29a4dc.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/81132.bfc52d50d21324b2.js +0 -3
- package/web/.next/standalone/packages/web/.next/static/chunks/84322.a03fd8fc2bb2e8d7.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/9016-2b7d7b8b143a8323.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/app/page-0ba7acf47a6b3ac6.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/app/sessions/[id]/page-aeb1ccc1a89248d5.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/chunks/webpack-c447583f01d6313b.js +0 -1
- package/web/.next/standalone/packages/web/.next/static/css/895fa8ff3c08143e.css +0 -1
- package/web/.next/static/chunks/28386-0121205400994756.js +0 -1
- package/web/.next/static/chunks/39816.a3835fb513390d7c.js +0 -1
- package/web/.next/static/chunks/41696.08fe09203aaf1a18.js +0 -1
- package/web/.next/static/chunks/41998.4a8b2f9f7d29a4dc.js +0 -1
- package/web/.next/static/chunks/81132.bfc52d50d21324b2.js +0 -3
- package/web/.next/static/chunks/84322.a03fd8fc2bb2e8d7.js +0 -1
- package/web/.next/static/chunks/9016-2b7d7b8b143a8323.js +0 -1
- package/web/.next/static/chunks/app/page-0ba7acf47a6b3ac6.js +0 -1
- package/web/.next/static/chunks/app/sessions/[id]/page-aeb1ccc1a89248d5.js +0 -1
- package/web/.next/static/chunks/webpack-c447583f01d6313b.js +0 -1
- package/web/.next/static/css/895fa8ff3c08143e.css +0 -1
- /package/web/.next/standalone/node_modules/sharp/{lib/is.js → dist/is.cjs} +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/comparator.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/cmp.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/coerce.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/compare.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/eq.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/gt.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/gte.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/lt.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/lte.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/neq.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/parse.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/satisfies.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/constants.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/debug.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/identifiers.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/lrucache.js +0 -0
- /package/web/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/parse-options.js +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{bUZhqJ_eDpMX4oqHwonGR → p-tYD_lKtKhjhiZkKCbLL}/_buildManifest.js +0 -0
- /package/web/.next/standalone/packages/web/.next/static/{bUZhqJ_eDpMX4oqHwonGR → p-tYD_lKtKhjhiZkKCbLL}/_ssgManifest.js +0 -0
- /package/web/.next/static/{bUZhqJ_eDpMX4oqHwonGR → p-tYD_lKtKhjhiZkKCbLL}/_buildManifest.js +0 -0
- /package/web/.next/static/{bUZhqJ_eDpMX4oqHwonGR → p-tYD_lKtKhjhiZkKCbLL}/_ssgManifest.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next",
|
|
3
|
-
"version": "16.2.
|
|
3
|
+
"version": "16.2.11",
|
|
4
4
|
"description": "The React Framework",
|
|
5
5
|
"main": "./dist/server/next.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -77,27 +77,8 @@
|
|
|
77
77
|
"bin": {
|
|
78
78
|
"next": "./dist/bin/next"
|
|
79
79
|
},
|
|
80
|
-
"scripts": {
|
|
81
|
-
"dev": "cross-env NEXT_SERVER_NO_MANGLE=1 taskr",
|
|
82
|
-
"build": "taskr release",
|
|
83
|
-
"prepublishOnly": "cd ../../ && turbo run build",
|
|
84
|
-
"types": "tsc --project tsconfig.build.json --declaration --emitDeclarationOnly --stripInternal --declarationDir dist",
|
|
85
|
-
"typescript": "tsec --noEmit",
|
|
86
|
-
"ncc-compiled": "taskr ncc",
|
|
87
|
-
"storybook": "BROWSER=none storybook dev -p 6006",
|
|
88
|
-
"build-storybook": "storybook build",
|
|
89
|
-
"test-storybook": "test-storybook"
|
|
90
|
-
},
|
|
91
|
-
"taskr": {
|
|
92
|
-
"requires": [
|
|
93
|
-
"./taskfile-webpack.js",
|
|
94
|
-
"./taskfile-ncc.js",
|
|
95
|
-
"./taskfile-swc.js",
|
|
96
|
-
"./taskfile-watch.js"
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
80
|
"dependencies": {
|
|
100
|
-
"@next/env": "16.2.
|
|
81
|
+
"@next/env": "16.2.11",
|
|
101
82
|
"@swc/helpers": "0.5.15",
|
|
102
83
|
"baseline-browser-mapping": "^2.9.19",
|
|
103
84
|
"caniuse-lite": "^1.0.30001579",
|
|
@@ -128,237 +109,14 @@
|
|
|
128
109
|
},
|
|
129
110
|
"optionalDependencies": {
|
|
130
111
|
"sharp": "^0.34.5",
|
|
131
|
-
"@next/swc-darwin-arm64": "16.2.
|
|
132
|
-
"@next/swc-darwin-x64": "16.2.
|
|
133
|
-
"@next/swc-linux-arm64-gnu": "16.2.
|
|
134
|
-
"@next/swc-linux-arm64-musl": "16.2.
|
|
135
|
-
"@next/swc-linux-x64-gnu": "16.2.
|
|
136
|
-
"@next/swc-linux-x64-musl": "16.2.
|
|
137
|
-
"@next/swc-win32-arm64-msvc": "16.2.
|
|
138
|
-
"@next/swc-win32-x64-msvc": "16.2.
|
|
139
|
-
},
|
|
140
|
-
"devDependencies": {
|
|
141
|
-
"@babel/core": "7.26.10",
|
|
142
|
-
"@babel/eslint-parser": "7.24.6",
|
|
143
|
-
"@babel/generator": "7.27.0",
|
|
144
|
-
"@babel/plugin-syntax-bigint": "7.8.3",
|
|
145
|
-
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
146
|
-
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
147
|
-
"@babel/plugin-syntax-jsx": "7.25.9",
|
|
148
|
-
"@babel/plugin-syntax-typescript": "7.25.4",
|
|
149
|
-
"@babel/plugin-transform-class-properties": "7.25.9",
|
|
150
|
-
"@babel/plugin-transform-export-namespace-from": "7.25.9",
|
|
151
|
-
"@babel/plugin-transform-modules-commonjs": "7.26.3",
|
|
152
|
-
"@babel/plugin-transform-numeric-separator": "7.25.9",
|
|
153
|
-
"@babel/plugin-transform-object-rest-spread": "7.25.9",
|
|
154
|
-
"@babel/plugin-transform-runtime": "7.26.10",
|
|
155
|
-
"@babel/preset-env": "7.26.9",
|
|
156
|
-
"@babel/preset-react": "7.26.3",
|
|
157
|
-
"@babel/preset-typescript": "7.27.0",
|
|
158
|
-
"@babel/runtime": "7.27.0",
|
|
159
|
-
"@babel/traverse": "7.27.0",
|
|
160
|
-
"@babel/types": "7.27.0",
|
|
161
|
-
"@base-ui-components/react": "1.0.0-beta.2",
|
|
162
|
-
"@capsizecss/metrics": "3.4.0",
|
|
163
|
-
"@edge-runtime/cookies": "6.0.0",
|
|
164
|
-
"@edge-runtime/ponyfill": "4.0.0",
|
|
165
|
-
"@edge-runtime/primitives": "6.0.0",
|
|
166
|
-
"@hapi/accept": "5.0.2",
|
|
167
|
-
"@jest/transform": "29.5.0",
|
|
168
|
-
"@jest/types": "29.5.0",
|
|
169
|
-
"@modelcontextprotocol/sdk": "1.18.1",
|
|
170
|
-
"@mswjs/interceptors": "0.23.0",
|
|
171
|
-
"@napi-rs/triples": "1.2.0",
|
|
172
|
-
"@next/font": "16.2.6",
|
|
173
|
-
"@next/polyfill-module": "16.2.6",
|
|
174
|
-
"@next/polyfill-nomodule": "16.2.6",
|
|
175
|
-
"@next/react-refresh-utils": "16.2.6",
|
|
176
|
-
"@next/swc": "16.2.6",
|
|
177
|
-
"@opentelemetry/api": "1.6.0",
|
|
178
|
-
"@playwright/test": "1.58.2",
|
|
179
|
-
"@rspack/core": "1.6.7",
|
|
180
|
-
"@storybook/addon-a11y": "8.6.0",
|
|
181
|
-
"@storybook/addon-essentials": "8.6.0",
|
|
182
|
-
"@storybook/addon-interactions": "8.6.0",
|
|
183
|
-
"@storybook/addon-webpack5-compiler-swc": "3.0.0",
|
|
184
|
-
"@storybook/blocks": "8.6.0",
|
|
185
|
-
"@storybook/react": "8.6.0",
|
|
186
|
-
"@storybook/react-webpack5": "8.6.0",
|
|
187
|
-
"@storybook/test": "8.6.0",
|
|
188
|
-
"@storybook/test-runner": "0.21.0",
|
|
189
|
-
"@swc/core": "1.11.24",
|
|
190
|
-
"@swc/types": "0.1.7",
|
|
191
|
-
"@taskr/clear": "1.1.0",
|
|
192
|
-
"@taskr/esnext": "1.1.0",
|
|
193
|
-
"@types/babel__code-frame": "7.0.6",
|
|
194
|
-
"@types/babel__core": "7.20.5",
|
|
195
|
-
"@types/babel__generator": "7.27.0",
|
|
196
|
-
"@types/babel__template": "7.4.4",
|
|
197
|
-
"@types/babel__traverse": "7.20.7",
|
|
198
|
-
"@types/bytes": "3.1.1",
|
|
199
|
-
"@types/ci-info": "2.0.0",
|
|
200
|
-
"@types/compression": "0.0.36",
|
|
201
|
-
"@types/content-disposition": "0.5.4",
|
|
202
|
-
"@types/content-type": "1.1.3",
|
|
203
|
-
"@types/cookie": "0.3.3",
|
|
204
|
-
"@types/cross-spawn": "6.0.0",
|
|
205
|
-
"@types/debug": "4.1.5",
|
|
206
|
-
"@types/express-serve-static-core": "4.17.33",
|
|
207
|
-
"@types/fresh": "0.5.0",
|
|
208
|
-
"@types/glob": "7.1.1",
|
|
209
|
-
"@types/jsonwebtoken": "9.0.0",
|
|
210
|
-
"@types/lodash": "4.14.198",
|
|
211
|
-
"@types/lodash.curry": "4.1.6",
|
|
212
|
-
"@types/path-to-regexp": "1.7.0",
|
|
213
|
-
"@types/picomatch": "2.3.3",
|
|
214
|
-
"@types/platform": "1.3.4",
|
|
215
|
-
"@types/react": "19.0.8",
|
|
216
|
-
"@types/react-dom": "19.0.3",
|
|
217
|
-
"@types/react-is": "18.2.4",
|
|
218
|
-
"@types/semver": "7.3.1",
|
|
219
|
-
"@types/send": "0.14.4",
|
|
220
|
-
"@types/serve-handler": "6.1.4",
|
|
221
|
-
"@types/shell-quote": "1.7.1",
|
|
222
|
-
"@types/text-table": "0.2.1",
|
|
223
|
-
"@types/ua-parser-js": "0.7.36",
|
|
224
|
-
"@types/webpack-sources1": "npm:@types/webpack-sources@0.1.5",
|
|
225
|
-
"@types/ws": "8.2.0",
|
|
226
|
-
"@vercel/ncc": "0.34.0",
|
|
227
|
-
"@vercel/nft": "0.27.1",
|
|
228
|
-
"@vercel/routing-utils": "5.2.0",
|
|
229
|
-
"@vercel/turbopack-ecmascript-runtime": "*",
|
|
230
|
-
"acorn": "8.14.0",
|
|
231
|
-
"anser": "1.4.9",
|
|
232
|
-
"arg": "4.1.0",
|
|
233
|
-
"assert": "2.0.0",
|
|
234
|
-
"async-retry": "1.2.3",
|
|
235
|
-
"async-sema": "3.0.0",
|
|
236
|
-
"axe-playwright": "2.0.3",
|
|
237
|
-
"babel-loader": "10.0.0",
|
|
238
|
-
"babel-plugin-react-compiler": "0.0.0-experimental-1371fcb-20260227",
|
|
239
|
-
"babel-plugin-transform-define": "2.0.0",
|
|
240
|
-
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
241
|
-
"browserify-zlib": "0.2.0",
|
|
242
|
-
"browserslist": "4.28.1",
|
|
243
|
-
"buffer": "5.6.0",
|
|
244
|
-
"busboy": "1.6.0",
|
|
245
|
-
"bytes": "3.1.1",
|
|
246
|
-
"ci-info": "watson/ci-info#f43f6a1cefff47fb361c88cf4b943fdbcaafe540",
|
|
247
|
-
"cli-select": "1.1.2",
|
|
248
|
-
"client-only": "0.0.1",
|
|
249
|
-
"commander": "12.1.0",
|
|
250
|
-
"comment-json": "3.0.3",
|
|
251
|
-
"compression": "1.7.4",
|
|
252
|
-
"conf": "5.0.0",
|
|
253
|
-
"constants-browserify": "1.0.0",
|
|
254
|
-
"content-disposition": "0.5.3",
|
|
255
|
-
"content-type": "1.0.4",
|
|
256
|
-
"cookie": "0.4.1",
|
|
257
|
-
"cross-env": "6.0.3",
|
|
258
|
-
"cross-spawn": "7.0.3",
|
|
259
|
-
"crypto-browserify": "3.12.0",
|
|
260
|
-
"css-loader": "7.1.2",
|
|
261
|
-
"css.escape": "1.5.1",
|
|
262
|
-
"cssnano-preset-default": "7.0.6",
|
|
263
|
-
"data-uri-to-buffer": "3.0.1",
|
|
264
|
-
"debug": "4.1.1",
|
|
265
|
-
"devalue": "2.0.1",
|
|
266
|
-
"domain-browser": "4.19.0",
|
|
267
|
-
"edge-runtime": "4.0.1",
|
|
268
|
-
"events": "3.3.0",
|
|
269
|
-
"find-up": "4.1.0",
|
|
270
|
-
"fresh": "0.5.2",
|
|
271
|
-
"glob": "7.1.7",
|
|
272
|
-
"gzip-size": "5.1.1",
|
|
273
|
-
"http-proxy": "1.18.1",
|
|
274
|
-
"http-proxy-agent": "5.0.0",
|
|
275
|
-
"https-browserify": "1.0.0",
|
|
276
|
-
"https-proxy-agent": "5.0.1",
|
|
277
|
-
"icss-utils": "5.1.0",
|
|
278
|
-
"ignore-loader": "0.1.2",
|
|
279
|
-
"image-size": "1.2.1",
|
|
280
|
-
"ipaddr.js": "2.2.0",
|
|
281
|
-
"is-docker": "2.0.0",
|
|
282
|
-
"is-wsl": "2.2.0",
|
|
283
|
-
"jest-worker": "27.5.1",
|
|
284
|
-
"json5": "2.2.3",
|
|
285
|
-
"jsonwebtoken": "9.0.0",
|
|
286
|
-
"loader-runner": "4.3.0",
|
|
287
|
-
"loader-utils2": "npm:loader-utils@2.0.4",
|
|
288
|
-
"loader-utils3": "npm:loader-utils@3.1.3",
|
|
289
|
-
"lodash.curry": "4.1.1",
|
|
290
|
-
"mini-css-extract-plugin": "2.4.4",
|
|
291
|
-
"msw": "2.3.0",
|
|
292
|
-
"nanoid": "3.1.32",
|
|
293
|
-
"native-url": "0.3.4",
|
|
294
|
-
"neo-async": "2.6.1",
|
|
295
|
-
"node-html-parser": "5.3.3",
|
|
296
|
-
"ora": "4.0.4",
|
|
297
|
-
"os-browserify": "0.3.0",
|
|
298
|
-
"p-limit": "3.1.0",
|
|
299
|
-
"p-queue": "6.6.2",
|
|
300
|
-
"path-browserify": "1.0.1",
|
|
301
|
-
"path-to-regexp": "6.3.0",
|
|
302
|
-
"picomatch": "4.0.1",
|
|
303
|
-
"postcss-flexbugs-fixes": "5.0.2",
|
|
304
|
-
"postcss-modules-extract-imports": "3.0.0",
|
|
305
|
-
"postcss-modules-local-by-default": "4.2.0",
|
|
306
|
-
"postcss-modules-scope": "3.0.0",
|
|
307
|
-
"postcss-modules-values": "4.0.0",
|
|
308
|
-
"postcss-preset-env": "7.4.3",
|
|
309
|
-
"postcss-safe-parser": "6.0.0",
|
|
310
|
-
"postcss-scss": "4.0.3",
|
|
311
|
-
"postcss-value-parser": "4.2.0",
|
|
312
|
-
"process": "0.11.10",
|
|
313
|
-
"punycode": "2.1.1",
|
|
314
|
-
"querystring-es3": "0.2.1",
|
|
315
|
-
"raw-body": "2.4.1",
|
|
316
|
-
"react-refresh": "0.12.0",
|
|
317
|
-
"recast": "0.23.11",
|
|
318
|
-
"regenerator-runtime": "0.13.4",
|
|
319
|
-
"safe-stable-stringify": "2.5.0",
|
|
320
|
-
"sass-loader": "16.0.5",
|
|
321
|
-
"schema-utils2": "npm:schema-utils@2.7.1",
|
|
322
|
-
"schema-utils3": "npm:schema-utils@3.0.0",
|
|
323
|
-
"semver": "7.3.2",
|
|
324
|
-
"send": "0.18.0",
|
|
325
|
-
"serve-handler": "6.1.6",
|
|
326
|
-
"server-only": "0.0.1",
|
|
327
|
-
"setimmediate": "1.0.5",
|
|
328
|
-
"shell-quote": "1.7.3",
|
|
329
|
-
"source-map": "0.6.1",
|
|
330
|
-
"source-map-loader": "5.0.0",
|
|
331
|
-
"source-map08": "npm:source-map@0.8.0-beta.0",
|
|
332
|
-
"stacktrace-parser": "0.1.10",
|
|
333
|
-
"storybook": "8.6.0",
|
|
334
|
-
"stream-browserify": "3.0.0",
|
|
335
|
-
"stream-http": "3.1.1",
|
|
336
|
-
"strict-event-emitter": "0.5.0",
|
|
337
|
-
"string-hash": "1.1.3",
|
|
338
|
-
"string_decoder": "1.3.0",
|
|
339
|
-
"strip-ansi": "6.0.0",
|
|
340
|
-
"style-loader": "4.0.0",
|
|
341
|
-
"superstruct": "1.0.3",
|
|
342
|
-
"tar": "7.5.11",
|
|
343
|
-
"taskr": "1.1.0",
|
|
344
|
-
"terser": "5.27.0",
|
|
345
|
-
"terser-webpack-plugin": "5.3.9",
|
|
346
|
-
"text-table": "0.2.0",
|
|
347
|
-
"timers-browserify": "2.0.12",
|
|
348
|
-
"tty-browserify": "0.0.1",
|
|
349
|
-
"typescript": "5.9.2",
|
|
350
|
-
"ua-parser-js": "1.0.35",
|
|
351
|
-
"unistore": "3.4.1",
|
|
352
|
-
"util": "0.12.4",
|
|
353
|
-
"vm-browserify": "1.1.2",
|
|
354
|
-
"watchpack": "2.4.0",
|
|
355
|
-
"web-vitals": "4.2.1",
|
|
356
|
-
"webpack": "5.98.0",
|
|
357
|
-
"webpack-sources1": "npm:webpack-sources@1.4.3",
|
|
358
|
-
"webpack-sources3": "npm:webpack-sources@3.2.3",
|
|
359
|
-
"ws": "8.2.3",
|
|
360
|
-
"zod": "3.25.76",
|
|
361
|
-
"zod-validation-error": "3.4.0"
|
|
112
|
+
"@next/swc-darwin-arm64": "16.2.11",
|
|
113
|
+
"@next/swc-darwin-x64": "16.2.11",
|
|
114
|
+
"@next/swc-linux-arm64-gnu": "16.2.11",
|
|
115
|
+
"@next/swc-linux-arm64-musl": "16.2.11",
|
|
116
|
+
"@next/swc-linux-x64-gnu": "16.2.11",
|
|
117
|
+
"@next/swc-linux-x64-musl": "16.2.11",
|
|
118
|
+
"@next/swc-win32-arm64-msvc": "16.2.11",
|
|
119
|
+
"@next/swc-win32-x64-msvc": "16.2.11"
|
|
362
120
|
},
|
|
363
121
|
"keywords": [
|
|
364
122
|
"react",
|
|
@@ -8,18 +8,25 @@ let { isClean, my } = require('./symbols')
|
|
|
8
8
|
let AtRule, parse, Root, Rule
|
|
9
9
|
|
|
10
10
|
function cleanSource(nodes) {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
let stack = nodes.slice()
|
|
12
|
+
while (stack.length > 0) {
|
|
13
|
+
let node = stack.pop()
|
|
14
|
+
delete node.source
|
|
15
|
+
if (node.nodes) {
|
|
16
|
+
node.nodes = node.nodes.slice()
|
|
17
|
+
for (let i of node.nodes) stack.push(i)
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return nodes.slice()
|
|
16
21
|
}
|
|
17
22
|
|
|
18
23
|
function markTreeDirty(node) {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
24
|
+
let stack = [node]
|
|
25
|
+
while (stack.length > 0) {
|
|
26
|
+
let next = stack.pop()
|
|
27
|
+
next[isClean] = false
|
|
28
|
+
if (next.proxyOf.nodes) {
|
|
29
|
+
for (let i of next.proxyOf.nodes) stack.push(i)
|
|
23
30
|
}
|
|
24
31
|
}
|
|
25
32
|
}
|
|
@@ -47,9 +54,18 @@ class Container extends Node {
|
|
|
47
54
|
}
|
|
48
55
|
|
|
49
56
|
cleanRaws(keepBetween) {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
57
|
+
let stack = [this]
|
|
58
|
+
while (stack.length > 0) {
|
|
59
|
+
let node = stack.pop()
|
|
60
|
+
if (node !== this && node.cleanRaws !== Container.prototype.cleanRaws) {
|
|
61
|
+
// Subclass with own logic; let it handle its subtree
|
|
62
|
+
node.cleanRaws(keepBetween)
|
|
63
|
+
continue
|
|
64
|
+
}
|
|
65
|
+
Node.prototype.cleanRaws.call(node, keepBetween)
|
|
66
|
+
if (node.nodes) {
|
|
67
|
+
for (let child of node.nodes) stack.push(child)
|
|
68
|
+
}
|
|
53
69
|
}
|
|
54
70
|
}
|
|
55
71
|
|
|
@@ -309,19 +325,48 @@ class Container extends Node {
|
|
|
309
325
|
}
|
|
310
326
|
|
|
311
327
|
walk(callback) {
|
|
312
|
-
|
|
328
|
+
if (!this.proxyOf.nodes) return undefined
|
|
329
|
+
|
|
330
|
+
// An explicit stack instead of recursive `each()` calls to survive
|
|
331
|
+
// deeply nested trees. Each frame keeps a live `indexes` slot, so
|
|
332
|
+
// insertion and removal during the walk behave like `each()`: the
|
|
333
|
+
// slot stays at the current child until its subtree is finished.
|
|
334
|
+
let stack = [{ iterator: this.getIterator(), node: this.proxyOf }]
|
|
335
|
+
|
|
336
|
+
while (stack.length > 0) {
|
|
337
|
+
let { iterator, node } = stack[stack.length - 1]
|
|
338
|
+
let index = node.indexes[iterator]
|
|
339
|
+
|
|
340
|
+
if (index >= node.proxyOf.nodes.length) {
|
|
341
|
+
delete node.indexes[iterator]
|
|
342
|
+
stack.pop()
|
|
343
|
+
let parent = stack[stack.length - 1]
|
|
344
|
+
// Finish the parent’s step for the child subtree we just left
|
|
345
|
+
if (parent) parent.node.indexes[parent.iterator] += 1
|
|
346
|
+
continue
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
let child = node.proxyOf.nodes[index]
|
|
313
350
|
let result
|
|
314
351
|
try {
|
|
315
|
-
result = callback(child,
|
|
352
|
+
result = callback(child, index)
|
|
316
353
|
} catch (e) {
|
|
317
354
|
throw child.addToError(e)
|
|
318
355
|
}
|
|
319
|
-
if (result
|
|
320
|
-
|
|
356
|
+
if (result === false) {
|
|
357
|
+
for (let opened of stack) {
|
|
358
|
+
delete opened.node.indexes[opened.iterator]
|
|
359
|
+
}
|
|
360
|
+
return false
|
|
361
|
+
}
|
|
362
|
+
if (child.walk && child.proxyOf.nodes) {
|
|
363
|
+
stack.push({ iterator: child.getIterator(), node: child })
|
|
364
|
+
} else {
|
|
365
|
+
node.indexes[iterator] += 1
|
|
321
366
|
}
|
|
367
|
+
}
|
|
322
368
|
|
|
323
|
-
|
|
324
|
-
})
|
|
369
|
+
return undefined
|
|
325
370
|
}
|
|
326
371
|
|
|
327
372
|
walkAtRules(name, callback) {
|
|
@@ -424,24 +469,26 @@ Container.default = Container
|
|
|
424
469
|
|
|
425
470
|
/* c8 ignore start */
|
|
426
471
|
Container.rebuild = node => {
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
472
|
+
let stack = [node]
|
|
473
|
+
while (stack.length > 0) {
|
|
474
|
+
let next = stack.pop()
|
|
475
|
+
if (next.type === 'atrule') {
|
|
476
|
+
Object.setPrototypeOf(next, AtRule.prototype)
|
|
477
|
+
} else if (next.type === 'rule') {
|
|
478
|
+
Object.setPrototypeOf(next, Rule.prototype)
|
|
479
|
+
} else if (next.type === 'decl') {
|
|
480
|
+
Object.setPrototypeOf(next, Declaration.prototype)
|
|
481
|
+
} else if (next.type === 'comment') {
|
|
482
|
+
Object.setPrototypeOf(next, Comment.prototype)
|
|
483
|
+
} else if (next.type === 'root') {
|
|
484
|
+
Object.setPrototypeOf(next, Root.prototype)
|
|
485
|
+
}
|
|
438
486
|
|
|
439
|
-
|
|
487
|
+
next[my] = true
|
|
440
488
|
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
})
|
|
489
|
+
if (next.nodes) {
|
|
490
|
+
for (let child of next.nodes) stack.push(child)
|
|
491
|
+
}
|
|
445
492
|
}
|
|
446
493
|
}
|
|
447
494
|
/* c8 ignore stop */
|
|
@@ -8,26 +8,24 @@ let PreviousMap = require('./previous-map')
|
|
|
8
8
|
let Root = require('./root')
|
|
9
9
|
let Rule = require('./rule')
|
|
10
10
|
|
|
11
|
-
function
|
|
12
|
-
if (
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
if (inputHydrated.map) {
|
|
20
|
-
inputHydrated.map = {
|
|
21
|
-
...inputHydrated.map,
|
|
22
|
-
__proto__: PreviousMap.prototype
|
|
23
|
-
}
|
|
11
|
+
function hydrateInputs(json, inputs) {
|
|
12
|
+
if (!json.inputs) return inputs
|
|
13
|
+
return json.inputs.map(input => {
|
|
14
|
+
let inputHydrated = { ...input, __proto__: Input.prototype }
|
|
15
|
+
if (inputHydrated.map) {
|
|
16
|
+
inputHydrated.map = {
|
|
17
|
+
...inputHydrated.map,
|
|
18
|
+
__proto__: PreviousMap.prototype
|
|
24
19
|
}
|
|
25
|
-
inputs.push(inputHydrated)
|
|
26
20
|
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
21
|
+
return inputHydrated
|
|
22
|
+
})
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
function constructNode(json, inputs, children) {
|
|
26
|
+
let defaults = { ...json }
|
|
27
|
+
delete defaults.inputs
|
|
28
|
+
delete defaults.nodes
|
|
31
29
|
if (defaults.source) {
|
|
32
30
|
let { inputId, ...source } = defaults.source
|
|
33
31
|
defaults.source = source
|
|
@@ -35,19 +33,74 @@ function fromJSON(json, inputs) {
|
|
|
35
33
|
defaults.source.input = inputs[inputId]
|
|
36
34
|
}
|
|
37
35
|
}
|
|
36
|
+
|
|
37
|
+
let node
|
|
38
38
|
if (defaults.type === 'root') {
|
|
39
|
-
|
|
39
|
+
node = new Root(defaults)
|
|
40
40
|
} else if (defaults.type === 'decl') {
|
|
41
|
-
|
|
41
|
+
node = new Declaration(defaults)
|
|
42
42
|
} else if (defaults.type === 'rule') {
|
|
43
|
-
|
|
43
|
+
node = new Rule(defaults)
|
|
44
44
|
} else if (defaults.type === 'comment') {
|
|
45
|
-
|
|
45
|
+
node = new Comment(defaults)
|
|
46
46
|
} else if (defaults.type === 'atrule') {
|
|
47
|
-
|
|
47
|
+
node = new AtRule(defaults)
|
|
48
48
|
} else {
|
|
49
49
|
throw new Error('Unknown node type: ' + json.type)
|
|
50
50
|
}
|
|
51
|
+
|
|
52
|
+
// Rehydrated children are attached after construction. Passing them
|
|
53
|
+
// through the container constructor would re-run insertion spacing
|
|
54
|
+
// normalization and overwrite each child's own `raws.before`.
|
|
55
|
+
if (children) {
|
|
56
|
+
node.nodes = children
|
|
57
|
+
for (let child of children) child.parent = node
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
return node
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
function fromJSON(json, inputs) {
|
|
64
|
+
if (Array.isArray(json)) return json.map(n => fromJSON(n))
|
|
65
|
+
|
|
66
|
+
// An explicit stack instead of recursive calls to survive deeply
|
|
67
|
+
// nested trees. Children are rehydrated before their parent node
|
|
68
|
+
// is constructed.
|
|
69
|
+
let result
|
|
70
|
+
let stack = [
|
|
71
|
+
{ childIndex: 0, children: [], inputs: hydrateInputs(json, inputs), json }
|
|
72
|
+
]
|
|
73
|
+
|
|
74
|
+
while (stack.length > 0) {
|
|
75
|
+
let frame = stack[stack.length - 1]
|
|
76
|
+
let jsonNodes = frame.json.nodes
|
|
77
|
+
|
|
78
|
+
if (jsonNodes && frame.childIndex < jsonNodes.length) {
|
|
79
|
+
let childJson = jsonNodes[frame.childIndex]
|
|
80
|
+
frame.childIndex += 1
|
|
81
|
+
stack.push({
|
|
82
|
+
childIndex: 0,
|
|
83
|
+
children: [],
|
|
84
|
+
inputs: hydrateInputs(childJson, frame.inputs),
|
|
85
|
+
json: childJson
|
|
86
|
+
})
|
|
87
|
+
continue
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
stack.pop()
|
|
91
|
+
let node = constructNode(
|
|
92
|
+
frame.json,
|
|
93
|
+
frame.inputs,
|
|
94
|
+
jsonNodes ? frame.children : undefined
|
|
95
|
+
)
|
|
96
|
+
if (stack.length > 0) {
|
|
97
|
+
stack[stack.length - 1].children.push(node)
|
|
98
|
+
} else {
|
|
99
|
+
result = node
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
return result
|
|
51
104
|
}
|
|
52
105
|
|
|
53
106
|
module.exports = fromJSON
|
|
@@ -206,12 +206,21 @@ class Input {
|
|
|
206
206
|
if (!this.map) return false
|
|
207
207
|
let consumer = this.map.consumer()
|
|
208
208
|
|
|
209
|
-
let from = consumer.originalPositionFor({ column, line })
|
|
209
|
+
let from = consumer.originalPositionFor({ column: column - 1, line })
|
|
210
210
|
if (!from.source) return false
|
|
211
211
|
|
|
212
212
|
let to
|
|
213
213
|
if (typeof endLine === 'number') {
|
|
214
|
-
|
|
214
|
+
let toPosition = consumer.originalPositionFor({
|
|
215
|
+
column: endColumn - 1,
|
|
216
|
+
line: endLine
|
|
217
|
+
})
|
|
218
|
+
// The source map may not have a mapping that covers the end position
|
|
219
|
+
// (`originalPositionFor()` then returns `null` for `line`/`column`
|
|
220
|
+
// instead of omitting them). Treat that the same as not requesting
|
|
221
|
+
// an end position at all, so `endLine`/`endColumn` stay a consistent
|
|
222
|
+
// `undefined` pair instead of a mix of `null` and a bogus number.
|
|
223
|
+
if (toPosition.source) to = toPosition
|
|
215
224
|
}
|
|
216
225
|
|
|
217
226
|
let fromUrl
|
|
@@ -226,8 +235,8 @@ class Input {
|
|
|
226
235
|
}
|
|
227
236
|
|
|
228
237
|
let result = {
|
|
229
|
-
column: from.column,
|
|
230
|
-
endColumn: to && to.column,
|
|
238
|
+
column: from.column + 1,
|
|
239
|
+
endColumn: to && to.column + 1,
|
|
231
240
|
endLine: to && to.line,
|
|
232
241
|
line: from.line,
|
|
233
242
|
url: fromUrl.toString()
|
|
@@ -97,8 +97,14 @@ function toStack(node) {
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
function cleanMarks(node) {
|
|
100
|
-
|
|
101
|
-
|
|
100
|
+
let stack = [node]
|
|
101
|
+
while (stack.length > 0) {
|
|
102
|
+
let next = stack.pop()
|
|
103
|
+
next[isClean] = false
|
|
104
|
+
if (next.nodes) {
|
|
105
|
+
for (let i of next.nodes) stack.push(i)
|
|
106
|
+
}
|
|
107
|
+
}
|
|
102
108
|
return node
|
|
103
109
|
}
|
|
104
110
|
|
|
@@ -529,21 +535,57 @@ class LazyResult {
|
|
|
529
535
|
}
|
|
530
536
|
|
|
531
537
|
walkSync(node) {
|
|
538
|
+
// An explicit stack like in async `visitTick()` to survive deeply
|
|
539
|
+
// nested trees. Unlike `visitTick()`, nodes are marked clean only
|
|
540
|
+
// on entering, so a node dirtied by its own visitors is revisited
|
|
541
|
+
// on the next pass.
|
|
532
542
|
node[isClean] = true
|
|
533
|
-
let
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
543
|
+
let stack = [{ eventIndex: 0, events: getEvents(node), iterator: 0, node }]
|
|
544
|
+
|
|
545
|
+
while (stack.length > 0) {
|
|
546
|
+
let visit = stack[stack.length - 1]
|
|
547
|
+
let visitNode = visit.node
|
|
548
|
+
|
|
549
|
+
if (visit.iterator !== 0) {
|
|
550
|
+
let iterator = visit.iterator
|
|
551
|
+
let child
|
|
552
|
+
let descended = false
|
|
553
|
+
while ((child = visitNode.nodes[visitNode.indexes[iterator]])) {
|
|
554
|
+
visitNode.indexes[iterator] += 1
|
|
555
|
+
if (!child[isClean]) {
|
|
556
|
+
child[isClean] = true
|
|
557
|
+
stack.push({
|
|
558
|
+
eventIndex: 0,
|
|
559
|
+
events: getEvents(child),
|
|
560
|
+
iterator: 0,
|
|
561
|
+
node: child
|
|
562
|
+
})
|
|
563
|
+
descended = true
|
|
564
|
+
break
|
|
565
|
+
}
|
|
540
566
|
}
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
567
|
+
if (descended) continue
|
|
568
|
+
visit.iterator = 0
|
|
569
|
+
delete visitNode.indexes[iterator]
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
if (visit.eventIndex < visit.events.length) {
|
|
573
|
+
let event = visit.events[visit.eventIndex]
|
|
574
|
+
visit.eventIndex += 1
|
|
575
|
+
if (event === CHILDREN) {
|
|
576
|
+
if (visitNode.nodes && visitNode.nodes.length) {
|
|
577
|
+
visit.iterator = visitNode.getIterator()
|
|
578
|
+
}
|
|
579
|
+
} else {
|
|
580
|
+
let visitors = this.listeners[event]
|
|
581
|
+
if (visitors) {
|
|
582
|
+
if (this.visitSync(visitors, visitNode.toProxy())) stack.pop()
|
|
583
|
+
}
|
|
545
584
|
}
|
|
585
|
+
continue
|
|
546
586
|
}
|
|
587
|
+
|
|
588
|
+
stack.pop()
|
|
547
589
|
}
|
|
548
590
|
}
|
|
549
591
|
|