Skip to content

Migrate fetch-twitch-subscriber-list to Typescript#104

Open
boring-nick wants to merge 2 commits intoSupinic:masterfrom
boring-nick:subscribers-ts
Open

Migrate fetch-twitch-subscriber-list to Typescript#104
boring-nick wants to merge 2 commits intoSupinic:masterfrom
boring-nick:subscribers-ts

Conversation

@boring-nick
Copy link
Copy Markdown
Contributor

No description provided.

@@ -1,23 +1,41 @@
import { Error as SupiError } from "supi-core";
import sharedKeys from "../../utils/shared-cache-keys.json" with { type: "json" };
import { sb } from "../../@types/globals.js";
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not going to work due to:

  1. The file targeted is globals.js but the original file is globals.d.ts
  2. The directory is not included in ./build` so the import will fail

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants