mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
fix(editor): Account for $evaluateExpression in Codemirror (#14643)
This commit is contained in:
@@ -93,6 +93,7 @@ declare global {
|
||||
function $ifEmpty<V, E>(value: V, valueIfEmpty: E): V | E;
|
||||
function $min(...numbers: number[]): number;
|
||||
function $max(...numbers: number[]): number;
|
||||
function $evaluateExpression(expression: string): any;
|
||||
|
||||
type SomeOtherString = string & NonNullable<unknown>;
|
||||
// @ts-expect-error NodeName is created dynamically
|
||||
|
||||
Reference in New Issue
Block a user