Add SPA session validation and buglist, update migration docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-03 21:28:08 +00:00
parent 9be3dfc14e
commit cff287e870
24169 changed files with 10223 additions and 7120 deletions

6
node_modules/playwright/lib/reporters/internalReporter.js generated vendored Normal file → Executable file
View File

@@ -28,7 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var internalReporter_exports = {};
__export(internalReporter_exports, {
InternalReporter: () => InternalReporter
InternalReporter: () => InternalReporter,
addLocationAndSnippetToError: () => addLocationAndSnippetToError
});
module.exports = __toCommonJS(internalReporter_exports);
var import_fs = __toESM(require("fs"));
@@ -126,5 +127,6 @@ function addLocationAndSnippetToError(config, error, file) {
}
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
InternalReporter
InternalReporter,
addLocationAndSnippetToError
});