mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-12 23:02:49 +00:00
passing lint but in a bad way
This commit is contained in:
@@ -7,4 +7,4 @@ export interface Spec extends TurboModule {
|
||||
cleanupRustCrate(): boolean;
|
||||
}
|
||||
|
||||
export default TurboModuleRegistry.getEnforcing<Spec>('UniffiRussh');
|
||||
export default TurboModuleRegistry.getEnforcing<Spec>('UniffiRussh');
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -38,4 +38,3 @@ export async function uniffiInitAsync() {
|
||||
export default {
|
||||
foobar,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user