This PR enable global symbol linking. This means that both /api doc pages, but also any third party modules/std library modules that use types out of the global scopes can now link to them.
The only thing missing is that we have global symbols that are part of "ESNext" as well as convenience types like Omit that we have no pages to link to yet. For the esnext symbols, we will try to link to MDN in the future.
This PR enable global symbol linking. This means that both
/api
doc pages, but also any third party modules/std library modules that use types out of the global scopes can now link to them.The only thing missing is that we have global symbols that are part of "ESNext" as well as convenience types like
Omit
that we have no pages to link to yet. For the esnext symbols, we will try to link to MDN in the future.