Lorem ipsum.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"name":"require ./constants.js","ph":"X","pid":1,"ts":181401145587.53,"dur":405.80499267578125},{"name":"require ../errors.js","ph":"X","pid":1,"ts":181401145253.354,"dur":766.2389831542969},{"name":"require ../../errors.js","ph":"X","pid":1,"ts":181401147045.806,"dur":806.8609924316406},{"name":"require ./options/utils.js","ph":"X","pid":1,"ts":181401146563.479,"dur":1358.2739868164062},{"name":"require ./Command.js","ph":"X","pid":1,"ts":181401146028.186,"dur":1907.0369873046875},{"name":"require ../constants.js","ph":"X","pid":1,"ts":181401148847.18,"dur":87.68301391601562},{"name":"require ./Command.js","ph":"X","pid":1,"ts":181401148942.718,"dur":54.876007080078125},{"name":"require tty","ph":"X","pid":1,"ts":181401149002.725,"dur":960.9809875488281},{"name":"require ./constants.js","ph":"X","pid":1,"ts":181401151382.105,"dur":10.855987548828125},{"name":"require ./errors.js","ph":"X","pid":1,"ts":181401151402.079,"dur":42.485992431640625},{"name":"require ../core.js","ph":"X","pid":1,"ts":181401149972 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { compile } from 'xdm'; | |
| import * as Path from 'path'; | |
| import * as fs from 'fs'; | |
| import * as babel from '@babel/core'; | |
| import esbuild from 'esbuild'; | |
| async function main() { | |
| /** | |
| * Compile MDX file with XDM | |
| */ |