mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
perf(Code Node): Improve n8n item key validation performance (#4669)
⚡ Improve validator performance
This commit is contained in:
@@ -26,4 +26,4 @@ function isTraversable(maybe: unknown): maybe is IDataObject {
|
||||
|
||||
export type CodeNodeMode = 'runOnceForAllItems' | 'runOnceForEachItem';
|
||||
|
||||
export const SUPPORTED_ITEM_KEYS = new Set(['json', 'binary', 'error', 'pairedItem', 'index']);
|
||||
export const N8N_ITEM_KEYS = new Set(['json', 'binary', 'error', 'pairedItem', 'index']);
|
||||
|
||||
Reference in New Issue
Block a user