Skip to content

Eliminate errors in .js files

Nathan Friend requested to merge nfriend-add-typescript into leipert-add-typescript

What does this MR do?

Makes a few updates to the branch of MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24792:

  • Updates checkJs to false in order to (effectively) remove/ignore errors in .js files.
  • Fixes a few remaining TS issues in u2f.js
  • Removes the second run of tsc in /scripts/type-check.sh
Edited by Nathan Friend

Merge request reports