ScuttleBot

scuttlebot / tests / e2e / node_modules / playwright / lib / isomorphic / testServerInterface.js
Blame History Raw 17 lines
1
"use strict";
2
var __defProp = Object.defineProperty;
3
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
var __getOwnPropNames = Object.getOwnPropertyNames;
5
var __hasOwnProp = Object.prototype.hasOwnProperty;
6
var __copyProps = (to, from, except, desc) => {
7
if (from && typeof from === "object" || typeof from === "function") {
8
for (let key of __getOwnPropNames(from))
9
if (!__hasOwnProp.call(to, key) && key !== except)
10
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
}
12
return to;
13
};
14
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
var testServerInterface_exports = {};
16
module.exports = __toCommonJS(testServerInterface_exports);
17

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button