andreypopp / andreypopp/typescript-loader

Generate documentation

Abierto
#19 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
81
Forks
9
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.