Skip to content

Commit

Permalink
Version 9.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Dec 12, 2023
1 parent cefd50e commit 9ecf322
Show file tree
Hide file tree
Showing 6 changed files with 25,020 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [9.15.3] - 2023-12-12

### Changed
- Try esbuild @unified-latex packages to reduce `.vsix` size.

## [9.15.2] - 2023-12-12

### Fixed
Expand Down
10 changes: 10 additions & 0 deletions dev/unified.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// Run npx esbuild unified.ts --bundle --outfile=../resources/unified.js
// Then change the `var unified2 = {` near EOF to `module.exports = {`

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

export const unified = {
getParser,
attachMacroArgs
}
Loading

0 comments on commit 9ecf322

Please sign in to comment.