Skip to content

Commit 0d25ff6

Browse files
committed
🐛 fix: Foreign object prototype no longer experimental
1 parent 5544142 commit 0d25ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gg/amy/utt/mapper/Mapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static Object apply(@Nonnull final TransformationContext ctx, @Nonnull fi
3838
.allowExperimentalOptions(true)
3939
// Needed for some property access bullshit, I think?
4040
// TODO: Remember why this is needed
41-
.option("js.experimental-foreign-object-prototype", "true")
41+
.option("js.foreign-object-prototype", "true")
4242
.build()) {
4343
final List<Value> results;
4444
final boolean isList = transformationTarget instanceof List;

0 commit comments

Comments
 (0)