Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uint32Array should be replaced with JS.Uint32Array #170

Closed
MangelMaxime opened this issue Dec 1, 2024 · 0 comments · Fixed by #172
Closed

Uint32Array should be replaced with JS.Uint32Array #170

MangelMaxime opened this issue Dec 1, 2024 · 0 comments · Fixed by #172

Comments

@MangelMaxime
Copy link
Contributor

Issue created from Glutinum Tool

Glutinum version - 0.12.0-preview

TypeScript

class Test {
    data: Uint32Array
}

FSharp

module rec Glutinum

open Fable.Core
open Fable.Core.JsInterop
open System

[<AbstractClass>]
[<Erase>]
type Exports =
    [<Import("Test", "REPLACE_ME_WITH_MODULE_NAME"); EmitConstructor>]
    static member Test () : Test = nativeOnly

[<AllowNullLiteral>]
[<Interface>]
type Test =
    abstract member data: Uint32Array with get, set

Problem description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant