mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 23:34:56 +00:00
code: nextjs,frontends,with (2 files)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { LuaExecutionContext } from '../types'
|
||||
import type { LuaExecutionResult } from '../types'
|
||||
import type { SecurityScanResult } from '../../../security-scanner'
|
||||
import { securityScanner } from '../../../security-scanner'
|
||||
import { LuaEngine } from '../../LuaEngine'
|
||||
import type { SecurityScanResult } from '../../../../security/scanner/security-scanner'
|
||||
import { securityScanner } from '../../../../security/scanner/security-scanner'
|
||||
import { LuaEngine } from '../../../../engine/core/LuaEngine'
|
||||
import type { SandboxedLuaEngineState } from './types'
|
||||
|
||||
export interface SandboxedLuaResult {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import * as fengari from 'fengari-web'
|
||||
import type { SandboxedLuaEngineState } from './types'
|
||||
import { normalizeAllowedGlobals } from './normalize-allowed-globals'
|
||||
import { normalizeAllowedGlobals } from '../../globals/normalize-allowed-globals'
|
||||
|
||||
const lua = fengari.lua
|
||||
|
||||
|
||||
Reference in New Issue
Block a user