remove read write file tools and imports (#5480)

This commit is contained in:
Henry Heng
2025-11-15 20:24:42 +00:00
committed by GitHub
parent 366d38b861
commit 3cab803918
8 changed files with 0 additions and 654 deletions
@@ -10,7 +10,6 @@ import { test } from 'linkifyjs'
import { omit } from 'lodash'
import { handleEscapeCharacters, INodeOutputsValue, webCrawl, xmlScrape } from '../../../src'
import { ICommonObject, INode, INodeData, INodeParams } from '../../../src/Interface'
import { isSafeBrowserExecutable } from '../../../src/validator'
class Playwright_DocumentLoaders implements INode {
label: string
@@ -193,9 +192,6 @@ class Playwright_DocumentLoaders implements INode {
let docs = []
const executablePath = process.env.PLAYWRIGHT_EXECUTABLE_PATH
if (!isSafeBrowserExecutable(executablePath)) {
throw new Error(`Invalid or unsafe browser executable path: ${executablePath || 'undefined'}. `)
}
const config: PlaywrightWebBaseLoaderOptions = {
launchOptions: {