7c0ec9dd39
Build and Deploy Verso / deploy (push) Successful in 13m45s
The webpack plugin that compiles typst.grammar may silently skip
recompilation when file mtimes are ambiguous in Docker BuildKit layers.
Committing typst.mjs and typst.terms.mjs guarantees the build always
ships the correct parser without depending on build-time generation.
To regenerate after grammar changes:
node -e "const {buildParserFile}=require('/tmp/lezertest/...'); ..."
(or: yarn run lezer-latex:generate from services/web)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
39 lines
853 B
Plaintext
39 lines
853 B
Plaintext
data/*
|
|
coverage
|
|
|
|
public/manifest.json
|
|
|
|
public/js
|
|
public/minjs
|
|
public/stylesheets
|
|
public/fonts
|
|
public/images
|
|
|
|
modules/**/Makefile
|
|
|
|
# Precompiled pug files
|
|
**/app/views/**/*.js
|
|
|
|
# Sentry secrets file (injected by CI)
|
|
.sentryclirc
|
|
|
|
# Cypress
|
|
cypress/screenshots/
|
|
cypress/videos/
|
|
cypress/downloads/
|
|
cypress/results/
|
|
|
|
# Ace themes for conversion
|
|
frontend/js/features/source-editor/themes/ace/
|
|
|
|
# Compiled parser files (latex/bibtex are generated by webpack plugin at build time)
|
|
frontend/js/features/source-editor/lezer-latex/latex.mjs
|
|
frontend/js/features/source-editor/lezer-latex/latex.terms.mjs
|
|
frontend/js/features/source-editor/lezer-bibtex/bibtex.mjs
|
|
frontend/js/features/source-editor/lezer-bibtex/bibtex.terms.mjs
|
|
# typst compiled files are committed (generated via node scripts/lezer-latex/generate.mjs)
|
|
|
|
!**/fixtures/**/*.log
|
|
|
|
debug-storybook.log
|