File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : |
3232 cd node_modules
3333 ln -s @mathjax/src mathjax-full
34+ cd ..
3435
3536 - name : Compile MathJax
3637 run : |
Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ import {mathjax} from '#js/mathjax.js';
1313import { OptionList } from '#js/util/Options.js' ;
1414import { tmpJsonFile } from '#src/constants.js' ;
1515import * as fs from 'fs' ;
16+ // @ts -ignore
1617import { init } from '#source/node-main/node-main.mjs' ;
1718import { expect } from '@jest/globals' ;
19+ // @ts -ignore
1820import { source } from '#source/source.js' ;
1921
2022declare const MathJax : any ;
Original file line number Diff line number Diff line change 1111 "#src/*" : [" ./src/*" ],
1212 "#helpers" : [" ./src/index.js" ]
1313 },
14- "allowJs" : true ,
1514 "lib" : [" DOM" , " es2022" ]
1615 },
1716 "include" : [" ./tests/**/*.ts" , " ./src/*.ts" ]
You can’t perform that action at this time.
0 commit comments