as-bind icon indicating copy to clipboard operation
as-bind copied to clipboard

[Feature Request] add support for generic function

Open deepkolos opened this issue 4 years ago β€’ 1 comments

namespace gl {
  export declare function bufferData<T>(target: GLenum, data: StaticArray<T>, usage: GLenum): void;
}
FAILURE Can’t import or export generic functions.

deepkolos avatar Aug 13 '21 08:08 deepkolos

@deepkolos Ah! Thank you for finding this bug! Would you be open to opening a PR for this one as well? πŸ˜„

torch2424 avatar Aug 16 '21 17:08 torch2424