Replace pack.jsonc with pack.ts #468
Labels
No labels
breaking change
duplicate
good first issue
help wanted
invalid
question
scope: card
scope: docs
scope: game
scope: registry
scope: script
scope: tool
scope: universe
tracker
type: bug
type: card request
type: documentation
type: enhancement
type: improvement
type: parity
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
LunarTides/Hearthstone.js#468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Alternative to #467.
There are a few problems with this. Mainly that parsing becomes a lot harder. I can't import the file since it could be malicious, therefore I have to parse the content of the file like I do the cards. It should be possible though.
I could actually import the file if I can make sure it doesn't run any malicious code. E.g. Import whitelist, no code at the top of the file, etc... Hmm... Maybe make use of #469?