We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479a3ce commit 38c4d2dCopy full SHA for 38c4d2d
ts/util/asyncLoad/esm.ts
@@ -24,10 +24,9 @@
24
import { mathjax } from '../../mathjax.js';
25
import { context } from '../context.js';
26
27
-let root = context.path(new URL(import.meta.url, 'file://').href).replace(
28
- /\/util\/asyncLoad\/esm.js$/,
29
- '/'
30
-);
+let root = context
+ .path(new URL(import.meta.url, 'file://').href)
+ .replace(/\/util\/asyncLoad\/esm.js$/, '/');
31
32
if (!mathjax.asyncLoad) {
33
mathjax.asyncLoad = async (name: string) => {
0 commit comments