Feat: Improved import export sorting for app and common (#833)

* save import sorting work

* remove dupe headers and fix type errors

* sort imports and exports

* fix errors from export sorting

* fix tests

* codex feedback

* fix exports

* fix exports and tweak test build

* fix export and format

* fix license headers

* fix app building and clean up test errors

* fix android local e2e test

* improve caching

* final fixes

* remove invalid option

* fix sorting and get random values loading

* fix import sorting
This commit is contained in:
Justin Hernandez
2025-08-06 15:18:42 -07:00
committed by GitHub
parent 9bd59bd96c
commit 5305ef83fc
229 changed files with 5707 additions and 4867 deletions

View File

@@ -1,9 +1,10 @@
import { countryCodes } from '../constants/constants.js';
import getCountryISO2 from 'country-iso-3-to-2';
import { flag } from 'country-emoji';
import getCountryISO2 from 'country-iso-3-to-2';
import fs from 'fs';
import path from 'path';
import { countryCodes } from '../constants/constants.js';
try {
console.log('Generating country options...');