summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2024-03-18Merge branch 'master' into generic-pattern1fesily
2024-03-15Merge pull request #2562 from AndreasMatthias/doc-update最萌小汐
Update `doc.json`
2024-03-15fix error in filewatch最萌小汐
2024-03-08Merge branch 'master' into doc-updateAndreas
2024-03-05Merge pull request #2547 from emmericp/patch-1最萌小汐
Flush stdout in check progress indicator
2024-03-01Add --trust_all_plugins CLI optionPaul Emmerich
2024-02-27Merge branch 'master' into doc-updateAndreas
2024-02-27Merge pull request #2546 from emmericp/check-only-ws最萌小汐
Only load files in workspace for --check (skip libraries)
2024-02-26Only load files in workspace for --check (skip libraries)Paul Emmerich
2024-02-26Flush stdout in check progress indicatorPaul Emmerich
stdout is often line-buffered and needs flushing for the progress indicator to work
2024-02-26Add "deprecated" key in JSON output.Andreas
2024-02-26Add "async" key in JSON output.Andreas
2024-02-26Revert "Add "deprecated" key in JSON output."最萌小汐
2024-02-26Revert "Add "async" key in JSON output."最萌小汐
2024-02-26Merge branch 'master' into doc-updateAndreas
2024-02-26Merge branch 'master' into asyncAndreas
2024-02-26platform.OS -> platform.osactboy168
2024-02-26Merge pull request #2532 from fesily/automatic-infer-function-param-type最萌小汐
add infer function param type
2024-02-26Update template.luafesily
2024-02-26Merge pull request #2538 from AndreasMatthias/deprecated最萌小汐
Add "deprecated" key in JSON output.
2024-02-24Desc/rawdesc for vararg expressions in JSON output.Andreas
2024-02-24Merge branch 'master' into doc-updateAndreas
2024-02-24Merge branch 'master' into asyncAndreas
2024-02-24Merge branch 'master' into deprecatedAndreas
2024-02-23Enable plugins during --checkDanny Farrell
2024-02-23Update script/vm/compiler.luafesily
Co-authored-by: Lewis Russell <me@lewisr.dev>
2024-02-23fix warnfesily
2024-02-21CLI option --doc_update.Andreas
Update an existing 'doc.json' without using --doc again.
2024-02-21Merge branch 'master' into generic-pattern1fesily
2024-02-21Merge branch 'master' into automatic-infer-function-param-typefesily
2024-02-21add infer function param typefesily
2024-02-20Add "deprecated" key in JSON output.Andreas
2024-02-20Added "async" key in JSON output.Andreas
2024-02-19挪到 bee.windows最萌小汐
2024-02-19Merge pull request #2505 from lizho/master最萌小汐
support tuple type
2024-02-19Merge pull request #2526 from AndreasMatthias/doc-output-path最萌小汐
CLI option --doc_out_path <PATH>.
2024-02-19Merge pull request #2525 from AndreasMatthias/visible最萌小汐
Added 'visible' key (public, protected, ...) in JSON output.
2024-02-17Add 'visible' tag for 'doc.field' and 'tableindex' in JSON output.Andreas
2024-02-15CLI option --doc_out_path <PATH>.Andreas
This CLI option specifies the output directory path for documentation files (eg. 'doc.json').
2024-02-15Added 'desc' and 'rawdesc' keys for variables in JSON output.Andreas
2024-02-15Added 'visible' key (public, protected, ...) in JSON output.Andreas
2024-02-01Merge pull request #2502 from emmericp/luadoc-groups最萌小汐
Add group param for luadoc generated by plugins
2024-02-01Add --visualize command that outputs the AST of a given file as graphvizPaul Emmerich
2024-01-30fix LSP crashes when parsing tupleslizho
2024-01-30support tuple typelizho
2024-01-28Add group param for luadoc generated by pluginsPaul Emmerich
This allows binding multiple generated luadoc annotations to a single node easily by explicitly specifying their bind group.
2024-01-24fix rename in library最萌小汐
2024-01-24fix warnings最萌小汐
2024-01-24Revert "Merge pull request #2481 from ↵最萌小汐
fesily/automatic-derivation-function-param-type" This reverts commit 34319c7990cba47ddc00e77aabfccbb923f84e26, reversing changes made to ef7157c450254b0ee447960b0cb06d6f1b0dbaaa.
2024-01-24Merge pull request #2486 from fesily/plugin-OnNodeCompileFunctionParam最萌小汐
Plugin on node compile function param