az-digital / az_quickstart

UArizona's web content management system built with Drupal 10.
https://quickstart.arizona.edu
GNU General Public License v2.0
30 stars 20 forks source link

Audit quickstart profile codebase for proper es6 javascript #604

Open trackleft opened 3 years ago

trackleft commented 3 years ago

Search quickstart codebase for non-es6 javascript and list results here, we can make new tickets for each one we find.

ES6 documentation here: https://github.com/az-digital/az_quickstart/blob/main/CONTRIBUTING.md#compiling-javascript-in-local-development

Search codebase https://github.com/az-digital/az_quickstart/search?l=JavaScript&q=%22.js%22&type=code

Additionally, determine if any javascript files use jQuery, and make a ticket for each one to convert to vanilla javascript.

trackleft commented 1 year ago