Giter VIP home page Giter VIP logo

Comments (2)

Gerrit0 avatar Gerrit0 commented on September 13, 2024 1

Seems like that was the only problem.

0.25
0 25 perf

0.26.1 (soon)
node_128587

from typedoc.

Gerrit0 avatar Gerrit0 commented on September 13, 2024

Part of this is I apparently just forgot how packages mode works, and violated one of the requirements for it.

TypeDoc 0.26 stores a files registry which is used to track what paths belong to... and I extended that with the ability to hold reflections, so relative paths to files would create links... the way I did that was by saving a Reflection object reference, which is terrible because that has effectively doubled the amount of memory TypeDoc needs, even though those references are dead everywhere else.

    // The combination of these two make up the registry
    protected mediaToReflection = new Map<number, Reflection>();
    protected mediaToPath = new Map<number, string>();

    protected reflectionToPath = new Map<Reflection, string>();
    protected pathToMedia = new Map<string, number>();

It's entirely possible there are other issues here too... still looking into it.


It is possible to to run TypeDoc individually on each project, and then merge the results together, the typedoc-packages-example repo has an example of how to do this.

from typedoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.