mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
feat: Modernize build and testing for workflow package (no-changelog) (#16771)
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import {
|
||||
parse as esprimaParse,
|
||||
Syntax,
|
||||
type Node as SyntaxNode,
|
||||
type ExpressionStatement,
|
||||
} from 'esprima-next';
|
||||
import { parse as esprimaParse, Syntax } from 'esprima-next';
|
||||
import type { Node as SyntaxNode, ExpressionStatement } from 'esprima-next';
|
||||
import FormData from 'form-data';
|
||||
import merge from 'lodash/merge';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user