passing lint but in a bad way

This commit is contained in:
EthanShoeDev
2025-09-13 02:29:05 -04:00
parent f1555446e9
commit 51ec527505
25 changed files with 3128 additions and 12463 deletions

View File

@@ -7,4 +7,4 @@ export interface Spec extends TurboModule {
cleanupRustCrate(): boolean;
}
export default TurboModuleRegistry.getEnforcing<Spec>('UniffiRussh');
export default TurboModuleRegistry.getEnforcing<Spec>('UniffiRussh');

View File

@@ -1,53 +1,20 @@
// This file was autogenerated by some hot garbage in the `uniffi-bindgen-react-native` crate.
// Trust me, you don't want to mess with it!
import nativeModule, {
type UniffiRustFutureContinuationCallback,
type UniffiForeignFuture,
type UniffiForeignFutureStructU8,
type UniffiForeignFutureCompleteU8,
type UniffiForeignFutureStructI8,
type UniffiForeignFutureCompleteI8,
type UniffiForeignFutureStructU16,
type UniffiForeignFutureCompleteU16,
type UniffiForeignFutureStructI16,
type UniffiForeignFutureCompleteI16,
type UniffiForeignFutureStructU32,
type UniffiForeignFutureCompleteU32,
type UniffiForeignFutureStructI32,
type UniffiForeignFutureCompleteI32,
type UniffiForeignFutureStructU64,
type UniffiForeignFutureCompleteU64,
type UniffiForeignFutureStructI64,
type UniffiForeignFutureCompleteI64,
type UniffiForeignFutureStructF32,
type UniffiForeignFutureCompleteF32,
type UniffiForeignFutureStructF64,
type UniffiForeignFutureCompleteF64,
type UniffiForeignFutureStructPointer,
type UniffiForeignFutureCompletePointer,
type UniffiForeignFutureStructRustBuffer,
type UniffiForeignFutureCompleteRustBuffer,
type UniffiForeignFutureStructVoid,
type UniffiForeignFutureCompleteVoid,
type UniffiVTableCallbackInterfaceBinaryOperator,
} from './foobar-ffi';
import {
type FfiConverter,
type UniffiByteArray,
type UniffiHandle,
type UniffiObjectFactory,
type UniffiReferenceHolder,
type UniffiRustArcPtr,
type UniffiRustCallStatus,
type UnsafeMutableRawPointer,
AbstractFfiConverterByteArray,
FfiConverterBool,
FfiConverterInt32,
FfiConverterInt64,
FfiConverterObject,
FfiConverterObjectWithCallbacks,
FfiConverterOptional,
FfiConverterUInt64,
RustBuffer,
UniffiAbstractObject,
UniffiEnum,
@@ -61,7 +28,6 @@ import {
uniffiCreateRecord,
uniffiTraitInterfaceCallWithError,
uniffiTypeNameSymbol,
variantOrdinalSymbol,
} from 'uniffi-bindgen-react-native';
// Get converters from the other files, if any.

View File

@@ -38,4 +38,3 @@ export async function uniffiInitAsync() {
export default {
foobar,
};