mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
extension("a.") now returns "." instead of "".
This matches both Python and Node.js standard library behavior as well
as my personal opinion on how this function should be defined.
Apologies for missing this in the code review.