Skip to content

fix: Only set inputFiles from tsconfig if not already set #1265

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

Merged
merged 2 commits into from
Aug 9, 2020
Merged

Conversation

Gerrit0
Copy link
Collaborator

@Gerrit0 Gerrit0 commented Apr 12, 2020

Note: This effectively sets the minimum Node version to 9.0.0 since it uses util.isDeepStrictEqual and as such can't really be merged until 0.18... I didn't want to add a dependency just for this.

fix: Options.isDefault was always false when passed non-literals.

Closes #1263

fix: Options.isDefault was always false when passed non-literals.

Closes #1263
@Gerrit0 Gerrit0 added this to the 0.18 milestone Apr 12, 2020
@Gerrit0
Copy link
Collaborator Author

Gerrit0 commented Apr 12, 2020

Incidentally, Travis fails because of this. We still test on Node 8.

@benmccann
Copy link

@Gerrit0 this one will need a rebase. also, you can make travis pass by removing node 8 in the .travis.yml:

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.

typedoc.json inputFiles property not working as expected
2 participants