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

Search.js get's weird characters added to it. #708

Closed
jeroen1602 opened this issue Feb 28, 2018 · 1 comment
Closed

Search.js get's weird characters added to it. #708

jeroen1602 opened this issue Feb 28, 2018 · 1 comment

Comments

@jeroen1602
Copy link

When generating documentation for the search.js file will have weird characters appended in front of it.

Debug results

Manually removing the weird characters does make the js-file readable again for webbrowsers.

Steps to reproduce

  • Execute $ typedoc --target ES6 --out ./docs/ ./src
  • Look in the assets/js/search.js file

Expected Behavior

It should generate a correct search.js file that a webbrowser can read.

Actual Behavior

The file that the command creates has these characters appended to it
var typedoc = typedoc || {};

System details

  • OS: Windows 10 64-bit
  • $ node -v v9.2.1
  • $ npm -v 5.6.0
  • $ typedoc -v TypeDoc 0.10.0 Using TypeScript 2.7.1
@aciccarello
Copy link
Collaborator

Thanks for the report. Should be fixed by #705 when merged.

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

2 participants