| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
- },
- "files": [
- "src/host/bridge/controller.ts",
- "src/host/bridge/dispatcher.ts",
- "src/host/bridge/lifecycle.ts",
- "src/host/bridge/publisher.ts",
- "src/host/bridge/rpc.ts",
- "src/host/bridge/transport.ts",
- "src/host/cdp/console.ts",
- "src/host/cdp/debugger.ts",
- "src/host/cdp/errors.ts",
- "src/host/cdp/heap-profiler.ts",
- "src/host/cdp/index.ts",
- "src/host/cdp/objects.ts",
- "src/host/cdp/profiler.ts",
- "src/host/cdp/properties.ts",
- "src/host/cdp/runtime.ts",
- "src/host/cdp/sources.ts",
- "src/host/cdp/stack.ts",
- "src/host/index.ts",
- "src/host/inspection/cordis.ts",
- "src/host/inspection/network.ts",
- "src/host/inspection/realm.ts",
- "src/host/plugin.ts",
- "src/index.ts",
- "src/shared/bridge/buffer.ts",
- "src/shared/bridge/codec.ts",
- "src/shared/bridge/control-codec.ts",
- "src/shared/bridge/ids.ts",
- "src/shared/bridge/messages/control.ts",
- "src/shared/bridge/messages/cordis.ts",
- "src/shared/bridge/messages/network.ts",
- "src/shared/bridge/messages/observation.ts",
- "src/shared/bridge/messages/query/codec.ts",
- "src/shared/bridge/messages/query/commands.ts",
- "src/shared/bridge/messages/query/frames.ts",
- "src/shared/bridge/messages/query/index.ts",
- "src/shared/bridge/messages/runtime/command-codec.ts",
- "src/shared/bridge/messages/runtime/commands.ts",
- "src/shared/bridge/messages/runtime/console-frames.ts",
- "src/shared/bridge/messages/runtime/frames.ts",
- "src/shared/bridge/messages/runtime/index.ts",
- "src/shared/bridge/messages/runtime/value-codec.ts",
- "src/shared/bridge/messages/sources/codec.ts",
- "src/shared/bridge/messages/sources/commands.ts",
- "src/shared/bridge/messages/sources/frames.ts",
- "src/shared/bridge/messages/sources/index.ts",
- "src/shared/bridge/publisher.ts",
- "src/shared/bridge/query-reader.ts",
- "src/shared/bridge/rpc.ts",
- "src/shared/bridge/validation.ts",
- "src/shared/bridge/version.ts",
- "src/shared/cdp/capabilities.ts",
- "src/shared/cdp/console.ts",
- "src/shared/cdp/debugger.ts",
- "src/shared/cdp/errors.ts",
- "src/shared/cdp/ids.ts",
- "src/shared/cdp/index.ts",
- "src/shared/cdp/operations.ts",
- "src/shared/cdp/property.ts",
- "src/shared/cdp/realm.ts",
- "src/shared/cdp/remote-object.ts",
- "src/shared/cdp/sources.ts",
- "src/shared/cordis/collector.ts",
- "src/shared/cordis/ids.ts",
- "src/shared/cordis/model.ts",
- "src/shared/cordis/object-reference.ts",
- "src/shared/cordis/object-registry.ts",
- "src/shared/cordis/observer.ts",
- "src/shared/cordis/publisher.ts",
- "src/shared/cordis/projector.ts",
- "src/shared/cordis/reader.ts",
- "src/shared/cordis/snapshot.ts",
- "src/shared/identity.ts",
- "src/shared/index.ts",
- "src/shared/json.ts",
- "src/shared/network/event-source.ts",
- "src/shared/network/observation.ts",
- "src/shared/service.ts",
- "src/shared/validation.ts",
- "src/worker/bridge/endpoint.ts",
- "src/worker/bridge/hub.ts",
- "src/worker/bridge/runtime-rpc.ts",
- "src/worker/bridge/session.ts",
- "src/worker/bridge/source-rpc.ts",
- "src/worker/cdp/domains/debugger/cdp-params.ts",
- "src/worker/cdp/domains/debugger/index.ts",
- "src/worker/cdp/domains/debugger/projector.ts",
- "src/worker/cdp/domains/debugger/script-registry.ts",
- "src/worker/cdp/domains/debugger/session.ts",
- "src/worker/cdp/domains/dom/index.ts",
- "src/worker/cdp/domains/dom/model.ts",
- "src/worker/cdp/domains/dom/session.ts",
- "src/worker/cdp/domains/native.ts",
- "src/worker/cdp/domains/network/session.ts",
- "src/worker/cdp/domains/runtime/cdp-params.ts",
- "src/worker/cdp/domains/runtime/index.ts",
- "src/worker/cdp/domains/runtime/object-table.ts",
- "src/worker/cdp/domains/runtime/session.ts",
- "src/worker/cdp/ids.ts",
- "src/worker/cdp/protocol.ts",
- "src/worker/cdp/realm-sessions.ts",
- "src/worker/cdp/session.ts",
- "src/worker/cdp/target.ts",
- "src/worker/entry.ts",
- "src/worker/inspection/cordis-query.ts",
- "src/worker/inspection/cordis-store.ts",
- "src/worker/inspection/network-store.ts",
- "src/worker/inspection/query-router.ts",
- "src/worker/inspection/realm-store.ts",
- "src/worker/inspection/realm.ts",
- "src/worker/realms/client/bridge.ts",
- "src/worker/realms/client/console.ts",
- "src/worker/realms/client/debugger.ts",
- "src/worker/realms/client/index.ts",
- "src/worker/realms/client/runtime.ts",
- "src/worker/realms/client/scripts.ts",
- "src/worker/realms/client/sources.ts",
- "src/worker/realms/client/values.ts",
- "src/worker/realms/host/bridge.ts",
- "src/worker/realms/host/console.ts",
- "src/worker/realms/host/debugger.ts",
- "src/worker/realms/host/index.ts",
- "src/worker/realms/host/runtime.ts",
- "src/worker/realms/host/scripts.ts",
- "src/worker/realms/host/sources.ts",
- "src/worker/realms/host/values.ts",
- "src/worker/server.ts"
- ],
- "references": [
- {
- "path": "../../util/brand"
- },
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../../vendor/schemastery"
- },
- {
- "path": "../../host/webserver"
- },
- {
- "path": "../../util/crypto"
- }
- ]
- }
|