b630b09c7e
Previously, we were naïvely checking whether a function name was a partial linker declaration call by testing the map of linkers with `linkers[name]`. Since `linkers` was a plain object, it also matched function names like `toString`! This has been refactored as a `Map` to avoid the problem. PR Close #40563 |
||
---|---|---|
.. | ||
ast | ||
file_linker | ||
BUILD.bazel | ||
fatal_linker_error_spec.ts | ||
linker_import_generator_spec.ts |