Browse Source

Fix invalid constructor

Simon Legner 1 year ago
parent
commit
c70e01fa53
31 changed files with 0 additions and 31 deletions
  1. 0 1
      assets/javascripts/app/searcher.js
  2. 0 1
      assets/javascripts/views/content/content.js
  3. 0 1
      assets/javascripts/views/content/entry_page.js
  4. 0 1
      assets/javascripts/views/content/offline_page.js
  5. 0 1
      assets/javascripts/views/content/root_page.js
  6. 0 1
      assets/javascripts/views/content/settings_page.js
  7. 0 1
      assets/javascripts/views/layout/document.js
  8. 0 1
      assets/javascripts/views/layout/menu.js
  9. 0 1
      assets/javascripts/views/layout/mobile.js
  10. 0 1
      assets/javascripts/views/layout/path.js
  11. 0 1
      assets/javascripts/views/layout/resizer.js
  12. 0 1
      assets/javascripts/views/layout/settings.js
  13. 0 1
      assets/javascripts/views/list/list_focus.js
  14. 0 1
      assets/javascripts/views/list/list_fold.js
  15. 0 1
      assets/javascripts/views/list/list_select.js
  16. 0 1
      assets/javascripts/views/list/paginated_list.js
  17. 0 1
      assets/javascripts/views/misc/notice.js
  18. 0 1
      assets/javascripts/views/misc/notif.js
  19. 0 1
      assets/javascripts/views/pages/base.js
  20. 0 1
      assets/javascripts/views/pages/hidden.js
  21. 0 1
      assets/javascripts/views/pages/jquery.js
  22. 0 1
      assets/javascripts/views/pages/sqlite.js
  23. 0 1
      assets/javascripts/views/search/search.js
  24. 0 1
      assets/javascripts/views/search/search_scope.js
  25. 0 1
      assets/javascripts/views/sidebar/doc_list.js
  26. 0 1
      assets/javascripts/views/sidebar/doc_picker.js
  27. 0 1
      assets/javascripts/views/sidebar/entry_list.js
  28. 0 1
      assets/javascripts/views/sidebar/results.js
  29. 0 1
      assets/javascripts/views/sidebar/sidebar.js
  30. 0 1
      assets/javascripts/views/sidebar/sidebar_hover.js
  31. 0 1
      assets/javascripts/views/sidebar/type_list.js

+ 0 - 1
assets/javascripts/app/searcher.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS102: Remove unnecessary code created because of implicit returns
  * DS104: Avoid inline assignments

+ 0 - 1
assets/javascripts/views/content/content.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS103: Rewrite code to no longer use __guard__, or convert again using --optional-chaining
  * DS104: Avoid inline assignments

+ 0 - 1
assets/javascripts/views/content/entry_page.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS102: Remove unnecessary code created because of implicit returns
  * DS205: Consider reworking code to avoid use of IIFEs

+ 0 - 1
assets/javascripts/views/content/offline_page.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass

+ 0 - 1
assets/javascripts/views/content/root_page.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass
  * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md

+ 0 - 1
assets/javascripts/views/content/settings_page.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS102: Remove unnecessary code created because of implicit returns
  * DS205: Consider reworking code to avoid use of IIFEs

+ 0 - 1
assets/javascripts/views/layout/document.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass
  * DS207: Consider shorter variations of null checks

+ 0 - 1
assets/javascripts/views/layout/menu.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS206: Consider reworking classes to avoid initClass
  * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md
  */

+ 0 - 1
assets/javascripts/views/layout/mobile.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass
  * DS207: Consider shorter variations of null checks

+ 0 - 1
assets/javascripts/views/layout/path.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS206: Consider reworking classes to avoid initClass
  * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md

+ 0 - 1
assets/javascripts/views/layout/resizer.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass
  * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md

+ 0 - 1
assets/javascripts/views/layout/settings.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS102: Remove unnecessary code created because of implicit returns
  * DS205: Consider reworking code to avoid use of IIFEs

+ 0 - 1
assets/javascripts/views/list/list_focus.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass
  * DS207: Consider shorter variations of null checks

+ 0 - 1
assets/javascripts/views/list/list_fold.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass
  * DS207: Consider shorter variations of null checks

+ 0 - 1
assets/javascripts/views/list/list_select.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS103: Rewrite code to no longer use __guard__, or convert again using --optional-chaining
  * DS206: Consider reworking classes to avoid initClass

+ 0 - 1
assets/javascripts/views/list/paginated_list.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS104: Avoid inline assignments
  * DS202: Simplify dynamic range loops

+ 0 - 1
assets/javascripts/views/misc/notice.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS206: Consider reworking classes to avoid initClass
  * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md
  */

+ 0 - 1
assets/javascripts/views/misc/notif.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS206: Consider reworking classes to avoid initClass
  * DS207: Consider shorter variations of null checks
  * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md

+ 0 - 1
assets/javascripts/views/pages/base.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS102: Remove unnecessary code created because of implicit returns
  * DS207: Consider shorter variations of null checks

+ 0 - 1
assets/javascripts/views/pages/hidden.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS206: Consider reworking classes to avoid initClass
  * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md
  */

+ 0 - 1
assets/javascripts/views/pages/jquery.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass

+ 0 - 1
assets/javascripts/views/pages/sqlite.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS206: Consider reworking classes to avoid initClass
  * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md
  */

+ 0 - 1
assets/javascripts/views/search/search.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS103: Rewrite code to no longer use __guard__, or convert again using --optional-chaining
  * DS206: Consider reworking classes to avoid initClass

+ 0 - 1
assets/javascripts/views/search/search_scope.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS103: Rewrite code to no longer use __guard__, or convert again using --optional-chaining
  * DS206: Consider reworking classes to avoid initClass

+ 0 - 1
assets/javascripts/views/sidebar/doc_list.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS206: Consider reworking classes to avoid initClass
  * DS207: Consider shorter variations of null checks

+ 0 - 1
assets/javascripts/views/sidebar/doc_picker.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS102: Remove unnecessary code created because of implicit returns
  * DS103: Rewrite code to no longer use __guard__, or convert again using --optional-chaining

+ 0 - 1
assets/javascripts/views/sidebar/entry_list.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass
  * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md

+ 0 - 1
assets/javascripts/views/sidebar/results.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS206: Consider reworking classes to avoid initClass
  * DS207: Consider shorter variations of null checks

+ 0 - 1
assets/javascripts/views/sidebar/sidebar.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS103: Rewrite code to no longer use __guard__, or convert again using --optional-chaining
  * DS206: Consider reworking classes to avoid initClass

+ 0 - 1
assets/javascripts/views/sidebar/sidebar_hover.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS102: Remove unnecessary code created because of implicit returns
  * DS103: Rewrite code to no longer use __guard__, or convert again using --optional-chaining
  * DS206: Consider reworking classes to avoid initClass

+ 0 - 1
assets/javascripts/views/sidebar/type_list.js

@@ -2,7 +2,6 @@
 // Sanity-check the conversion and remove this comment.
 /*
  * decaffeinate suggestions:
- * DS002: Fix invalid constructor
  * DS101: Remove unnecessary use of Array.from
  * DS102: Remove unnecessary code created because of implicit returns
  * DS103: Rewrite code to no longer use __guard__, or convert again using --optional-chaining