Skip to content

Commit

Permalink
chore: remove swift highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed May 22, 2024
1 parent 2246a7b commit bcbe2f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/executable-code/executable-fragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ export default class ExecutableFragment extends ExecutableCodeTemplate {

state.exception = null;
this.update(state);

/*
if (targetPlatform === TargetPlatforms.SWIFT_EXPORT) {
const code = this.nodes[0]
.querySelector(SELECTORS.JS_CODE_OUTPUT_EXECUTOR)
Expand All @@ -523,6 +523,7 @@ export default class ExecutableFragment extends ExecutableCodeTemplate {
);
}
}
*/
});
}
},
Expand Down

0 comments on commit bcbe2f1

Please sign in to comment.