Extracts source line numbers for JavaScript test declarations.
Runtime collection owns JS semantics such as nested describe names and hooks.
This module adds source locations with OXC so generated ExUnit tests can point
at useful file lines without hand-parsing JavaScript.
Summary
Functions
@spec test_lines(String.t(), String.t()) :: {:ok, [pos_integer()]} | {:error, term()}