summaryrefslogtreecommitdiff
path: root/mesonbuild/ast/postprocess.py
AgeCommit message (Expand)Author
2024-04-08visit full ast for AstConditionLevelCharles Brunet
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz
2023-02-28refactor a few subsystem-relative imports that imported the wrong locationEli Schwartz
2022-07-03move various unused typing-only imports into type-checking blocksEli Schwartz
2020-09-08typing: completely type astDaniel Mensinger
2020-03-02types: Remove redundant __init__() -> None annotationDaniel Mensinger
2020-03-02types: Use import typing as TDaniel Mensinger
2020-03-02types: Annotate the AST visitorsDaniel Mensinger
2019-03-03mintro: Dependencies from sourceDaniel Mensinger
2019-01-22AST post processingDaniel Mensinger