Skip to content

Commit 5ef7869

Browse files
committed
chore: remove swift highlight
1 parent 3b36954 commit 5ef7869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/executable-code/executable-fragment.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ export default class ExecutableFragment extends ExecutableCodeTemplate {
504504

505505
state.exception = null;
506506
this.update(state);
507-
507+
/*
508508
if (targetPlatform === TargetPlatforms.SWIFT_EXPORT) {
509509
const code = this.nodes[0]
510510
.querySelector(SELECTORS.JS_CODE_OUTPUT_EXECUTOR)
@@ -523,6 +523,7 @@ export default class ExecutableFragment extends ExecutableCodeTemplate {
523523
);
524524
}
525525
}
526+
*/
526527
});
527528
}
528529
},

0 commit comments

Comments
 (0)