andreypopp / andreypopp/typescript-loader
Generate documentation
- Lingua principale
- JavaScript
- Stelle
- 81
- Fork
- 9
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hello all, maybe is not the best place to write, but I've a problem to generate the documentation from my code.
I've seen that your plugin do that:
ensure(ids: string[], WebpackRequireEnsureCallback) => any;
that permit to compile in ts when you write something like that:
var Controller = require("entry.Controller");
but how I can permit to compile the other things?
For example if you use http://typedoc.io/ it fail when it found:
var Controller = require("entry.Controller");
because it's not a valid ts code.
Same things for the other tools.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.