jleyba / js-dossier

A JavaScript documentation generation tool.
Apache License 2.0
149 stars 15 forks source link

Stop accessing JSTypeRegistry during the generation phase #117

Open shicks opened 4 years ago

shicks commented 4 years ago

The type registry is not structured for multithreading, so until this access is removed, threading is effectively forbidden here.