Skip to content

Commit

Permalink
Replace Acornima.Ast with Esprima.Ast import
Browse files Browse the repository at this point in the history
Swapped the unused Acornima.Ast import with the correct Esprima.Ast. This ensures compatibility and aligns with the required dependencies for JavaScript evaluation. No functional changes were made.
  • Loading branch information
sfmskywalker committed Jan 7, 2025
1 parent f32d0c5 commit 58ae47b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Diagnostics.CodeAnalysis;
using System.Security.Cryptography;
using System.Text;
using Acornima.Ast;
using Elsa.Expressions.Helpers;
using Elsa.Expressions.Models;
using Elsa.JavaScript.Contracts;
Expand All @@ -10,6 +9,7 @@
using Elsa.JavaScript.ObjectConverters;
using Elsa.JavaScript.Options;
using Elsa.Mediator.Contracts;
using Esprima.Ast;
using Jint;
using Jint.Runtime.Interop;
using Microsoft.Extensions.Caching.Memory;
Expand Down

0 comments on commit 58ae47b

Please sign in to comment.