Files
chatterino2/lib/twitch-eventsub-ws/ast
dependabot[bot] c041804b03 chore(deps-dev): bump black in /lib/twitch-eventsub-ws/ast (#5894)
Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.3.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:04:35 +01:00
..

Available scripts

  • get-builtin-include-dirs.py Usage: ./get-builtin-include-dirs.py Prints what builtin include dirs will be used for any of the other scripts.

  • generate.py
    Usage: ./generate.py [--includes INCLUDES] [--timestamp path] header_path Generates definitions & implementations for the given header file and writes them to the appropriate files.

Environment variables

The following environment variables can be configured to change the behaviours of this project

  • LLVM_PATH
    Will be used to change where to find the clang++ executable file.
    Example: LLVM_PATH=/opt/llvm ./get-builtin-include-dirs.py will use /opt/llvm/bin/clang++

  • LIBCLANG_LIBRARY_FILE
    Will be used to change where clang cindex can find the dynamic library.
    Must be an absolute path to the file.
    Example: LIBCLANG_LIBRARY_FILE=/opt/llvm/lib/libclang.so.15.0.7

  • LIBCLANG_LIBRARY_PATH
    Will be used to change where clang cindex can look for the dynamic library.
    Must be an absolute path to the directory.
    Example: LIBCLANG_LIBRARY_PATH=/opt/llvm/lib