fase(4): crawling infrastructure with migrated code
This commit is contained in:
13
dist/modules/crawling/infrastructure/adapters/PlaywrightCrawlerEngine.js
vendored
Normal file
13
dist/modules/crawling/infrastructure/adapters/PlaywrightCrawlerEngine.js
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.PlaywrightCrawlerEngine = void 0;
|
||||
/**
|
||||
* PlaywrightCrawlerEngine — adapts PlaywrightAgent to implement the ICrawlerEngine port.
|
||||
*/
|
||||
const PlaywrightAgent_1 = require("../../../../plugins/agents/PlaywrightAgent");
|
||||
class PlaywrightCrawlerEngine extends PlaywrightAgent_1.PlaywrightAgent {
|
||||
constructor(config = {}) {
|
||||
super(config);
|
||||
}
|
||||
}
|
||||
exports.PlaywrightCrawlerEngine = PlaywrightCrawlerEngine;
|
||||
Reference in New Issue
Block a user