Skip to content

Commit

Permalink
Fix #4131 Use unified-latex-util-to-string to stringify macro defs
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Jan 8, 2024
1 parent 058af44 commit 3aaeb69
Show file tree
Hide file tree
Showing 6 changed files with 14,554 additions and 176 deletions.
4 changes: 3 additions & 1 deletion dev/unified.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

import { getParser } from '@unified-latex/unified-latex-util-parse'
import { attachMacroArgs } from '@unified-latex/unified-latex-util-arguments'
import { toString } from '@unified-latex/unified-latex-util-to-string'

export const unified = {
getParser,
attachMacroArgs
attachMacroArgs,
toString
}
71 changes: 71 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2596,6 +2596,7 @@
"@unified-latex/unified-latex-types": "1.4.2",
"@unified-latex/unified-latex-util-arguments": "1.4.2",
"@unified-latex/unified-latex-util-parse": "1.4.2",
"@unified-latex/unified-latex-util-to-string": "1.4.2",
"@vscode/test-electron": "2.3.8",
"@vscode/vsce": "2.22.0",
"c8": "^8.0.1",
Expand Down
Loading

0 comments on commit 3aaeb69

Please sign in to comment.