Skip to content

Generate documentation #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
daniele-zurico opened this issue Apr 15, 2015 · 0 comments
Open

Generate documentation #19

daniele-zurico opened this issue Apr 15, 2015 · 0 comments

Comments

@daniele-zurico
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant