Skip to content

Labels

Labels

  • A-API

    Changes related to public APIs
  • A-Bug

    Something isn't working
  • A-Enhancement

    New feature or request
  • A-Execution

    Issues or PRs related to code execution
  • A-Internal

    Changes that don't modify execution behaviour
  • A-Memory

    PRs and Issues related to the memory management or memory footprint.
  • A-Meta

    Issues and PRs related to the repository itself
  • A-Performance

    Performance related changes and issues
  • A-Technical Debt

    Changes related to technical debt
  • Blocked

    Waiting for another code change
  • C-Actions

    Pull requests that update Github Actions code
  • C-AST

    Issue surrounding the abstract syntax tree
  • C-Benchmark

    Issues and PRs related to the benchmark subsystem.
  • C-Builtins

    PRs and Issues related to builtins/intrinsics
  • C-CLI

    Issues and PRs related to the Boa command line interface.
  • C-Dependencies

    Pull requests that update a dependency file
  • C-Documentation

    update documentation
  • C-FFI

    Foreign Function Interface, to be able to use Boa from a different language, such as C
  • C-GC

    Issue related to garbage collection
  • C-Intl

    Changes related to the `Intl` implementation
  • C-Javascript

    Pull requests that update Javascript code
  • C-Parser

    Issues surrounding the parser
  • C-Runtime

    Issues and PRs related to Boa's runtime features
  • C-Tests

    Issues and PRs related to the tests.
  • C-VM

    Issues and PRs related to the Boa Virtual Machine.
  • C-WebAssembly

    Anything related to using Boa with Wasm
  • dependencies

    Pull requests that update a dependency file
  • E-Easy

    Easy difficulty problem
  • E-Hard

    Hard difficulty problem
  • E-Medium

    Medium difficulty problem