[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / mlir / utils / jupyter / mlir_opt_kernel / assets / kernel.js
blob55444f9cf568c0aaca37e3e83d5aab56efef1f1d
1 define([ "codemirror/lib/codemirror", "base/js/namespace" ],
2 function(CodeMirror, IPython) {
3 "use strict";
4 var onload = function() {
5 // TODO: Add syntax highlighting.
6 console.log("Loading kernel.js from MlirOptKernel");
7 };
8 return {onload : onload};
9 });