Navigation Menu

Skip to content
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

options options options #27

Merged
merged 7 commits into from Mar 28, 2017
Merged

options options options #27

merged 7 commits into from Mar 28, 2017

Conversation

giladgray
Copy link
Contributor

add options to compiler and typescript plugin. documentalist passes its options straight to compiler.

swap order of Documentalist constructor args so no need for empty plugins array every time.

⚠️ remove default plugins from Documentalist.create() because they have options that will want to be set.

Gilad Gray added 7 commits March 27, 2017 17:53
Documentalist accepts ICompilerOptions, passes to compiler internally.
update compiler tests.
since these options are pretty important
since Documentalist.create is gone
first two default to true!
@blueprint-bot
Copy link

update readme usage

Preview: docs

* (This is distinct from whatever options you need to build your typings.)
* If omitted, the default compiler options are used.
*/
// HACK: using any to avoid duplicate typings issue with ts.CompilerOptions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's the typings issue exactly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think a mismatch in versions between typescript used here and typescript used in ts-quick-docs, but i didn't look closely. it was one of those "definitions of X and X are not the same" (but they are).

@giladgray giladgray merged commit d6c04e7 into master Mar 28, 2017
@giladgray giladgray deleted the gg/options branch March 28, 2017 18:39
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

Successfully merging this pull request may close these issues.

None yet

4 participants