Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

This commit updates tsickle's JSDoc closure translation to #1522

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

This commit updates tsickle's JSDoc closure translation to
not attempt translating/resolving enum members multiple times.

The double lookup was introduced back then with the TS 5.x bump.

This is important because in complex applications, this may be
extremely expensive, causing double expensive lookups searching all files and their exports in a ts.Program.

not attempt translating/resolving enum members multiple times.

The double lookup was introduced back then with the TS 5.x bump.

This is important because in complex applications, this may be
extremely expensive, causing double expensive lookups searching all files and their exports in a `ts.Program`.

PiperOrigin-RevId: 626365165
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants