TeamLumi / luminescent-team

GNU Affero General Public License v3.0
12 stars 5 forks source link

Location.js code is commonJS #70

Open fakuzatsu opened 11 months ago

fakuzatsu commented 11 months ago

The code for location.js in the feature/location-utils branch is written in and parsed by jest as a commonJS file.

The rest of our utils are in ESModules. I have tried changing this myself to no avail.

Linking pull request for ease of access but a merge will not fix the issue.