We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5544142 commit 0d25ff6Copy full SHA for 0d25ff6
src/main/java/gg/amy/utt/mapper/Mapper.java
@@ -38,7 +38,7 @@ public static Object apply(@Nonnull final TransformationContext ctx, @Nonnull fi
38
.allowExperimentalOptions(true)
39
// Needed for some property access bullshit, I think?
40
// TODO: Remember why this is needed
41
- .option("js.experimental-foreign-object-prototype", "true")
+ .option("js.foreign-object-prototype", "true")
42
.build()) {
43
final List<Value> results;
44
final boolean isList = transformationTarget instanceof List;
0 commit comments