Skip to content

Not working on Deno v0.23.0 #25

@suguru03

Description

@suguru03

I'm having this issue with Deno v0.23.0. Do you have any suggestions or any chance to fix it?
Now, I'm using v0.22.0 because of the issue.

 https://deno.land/std@v0.20.0/io/bufio.ts:218:37

218     return new TextDecoder().decode(buffer || undefined);
                                        ~~~~~~~~~~~~~~~~~~~

error TS2322: Type 'number | unique symbol' is not assignable to type 'number'.
  Type 'unique symbol' is not assignable to type 'number'.

 https://raw.githubusercontent.com/keroxp/deno-redis/master/io.ts:82:5

82     buf[loc++] = d;
       ~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions