mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 15:45:13 +00:00
Test log
This commit is contained in:
@@ -344,7 +344,10 @@ async function loadHighlighterLanguage(
|
||||
}
|
||||
|
||||
const loaders: { [key: string]: LanguageInput } = {
|
||||
javascript: () => import('shiki/langs/javascript.mjs'),
|
||||
javascript: () => {
|
||||
console.log(`importing javascript`);
|
||||
return import('shiki/langs/javascript.mjs')
|
||||
},
|
||||
typescript: () => import('shiki/langs/typescript.mjs'),
|
||||
tsx: () => import('shiki/langs/tsx.mjs'),
|
||||
}
|
||||
Reference in New Issue
Block a user