aboutsummaryrefslogtreecommitdiff
path: root/makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2026-03-26fix: empty table pattern in switch generates valid Lua codeLi Jin1-4/+39
2026-03-26feat: add m_end position to AST nodesLi Jin5-6/+198
2026-03-25Code CleanupDania Rifki6-302/+257
2026-03-13Updated spec.Li Jin2-0/+11
2026-03-12Fixed a little semantic issue.Li Jin1-4/+5
2026-03-04Updated README. [skip CI]Li Jin1-1/+1
2026-03-04Fixed empty lines in statement reserving issue.v0.33.9Li Jin1-6/+12
2026-03-02Fixed `yue.check` missed the module options issue.v0.33.8Li Jin2-13/+13
2026-02-28Fixed destructuring with empty and comment lines in table issue. Updated docs.v0.33.7Li Jin18-1/+475
2026-02-28Updated docs.Li Jin15-0/+490
2026-02-25Updated package.json. [skip CI]v0.33.6Li Jin1-1/+1
2026-02-25Updated doc/package.json for https://registry.npmmirror.com don't have @fonts...Li Jin3-6/+8
2026-02-25Fixed issue in global variables collecting.Li Jin1-6/+10
2026-02-25Use lts node versionDania Rifki1-1/+1
2026-02-25Add cache hit conditionDania Rifki1-0/+2
2026-02-25Update actions/upload-pages-artifact to v4Dania Rifki1-1/+1
2026-02-25Switch from yarn to pnpmDania Rifki4-18/+1829
2026-02-25Update tagline in docs (#247)Dania Rifki8-75/+82
2026-02-25Updated README.md. [skip CI]Li Jin1-4/+4
2026-02-24Fixed issue #246.v0.33.5Li Jin8-15/+45
2026-02-24Updated README.md and CHANGELOG.md. [skip CI]Li Jin2-38/+346
2026-02-24Updated docs. [skip CI]Li Jin20-268/+276
2026-02-24Cleaned up and fixed more comment reserving codes.v0.33.4Li Jin21-123/+330
2026-02-24Fixed issue #245.Li Jin3-11/+9
2026-02-24Updated all-in-one docs.v0.33.2Li Jin7-12475/+15
2026-02-24Revert zh text to previous versionDania Rifki1-1/+1
2026-02-24fix: update table literals examples to use curly braces instead of square bra...Dania Rifki5-15/+15
2026-02-24Fixed comma position in class members with line number comments. Fixed issue ...Li Jin3-41/+47
2026-02-23bugfix: insert comma before eol comment when line numbers onchrsm1-1/+6
2026-02-23FIx slug (stale branch issue)Dania Rifki6-8/+17
2026-02-23Clickable hero image on homepage to navigate to the mascot reference page.Dania Rifki6-3/+38
2026-02-22Correct reference -> extras documentation slugDania Rifki11-2/+2
2026-02-22Updated doc. [skip CI]Li Jin5-4/+4
2026-02-22Fixed some scripts.v0.33.1Li Jin5-10/+88
2026-02-22Updated .gitattributes. [skip CI]Li Jin1-0/+3
2026-02-22Cleanup.Li Jin5-32/+97
2026-02-21format with prettierDania Rifki3-3/+5
2026-02-21Add Mascot to documentationDania Rifki17-17/+238
2026-02-21Cleanup.Li Jin1-471/+0
2026-02-20Skip line-number comments on empty lines in table/class blockscodex/remove-line-number-comments-from-empty-linesLi Jin2-0/+24
2026-02-20Add test suite for reserve comments featureLi Jin6-0/+1572
2026-02-20Emit single blank line for ClassBlock EmptyLineLi Jin1-3/+1
2026-02-20Preserve multi-empty lines in ClassBlock comments outputLi Jin1-1/+3
2026-02-20Fix ClassBlock comment placement in generated LuaLi Jin1-26/+38
2026-02-20Fix ClassBlock parsing to keep comment linesLi Jin1-2/+2
2026-02-20Emit class body comments in reserve-comment modeLi Jin1-0/+10
2026-02-20Support comments and empty lines in class blockscodex/add-blank-line-handling-to-classblockLi Jin4-7/+20
2026-02-19Preserve blank lines between table comments with reserve-commentsLi Jin3-4/+13
2026-02-19Fix reserve comment parsing for table block comment linesLi Jin1-3/+4
2026-02-19Respect reserve comments in spread table/tableblock compilationLi Jin1-0/+13