Skip to content

Potential cloudflare tree shaking issue #191

Description

@Mkassabov

This looks yucky, it will cause an issue for tree shaking:

export class AbuseReportNotFound extends Schema.TaggedErrorClass<AbuseReportNotFound>()(
  "AbuseReportNotFound",
  { code: Schema.Number, message: Schema.String },
) {}
T.applyErrorMatchers(AbuseReportNotFound, [{ code: 0 }]);

there are a lot of instances of this; mostly seems limited to cloudflare

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