-
Notifications
You must be signed in to change notification settings - Fork 7
refactored gerber and excellon drill into circuit-json-to-gerber #108
Conversation
| export * from "./lib/types" | ||
| export * from "./lib/utils" | ||
| export * from "./lib/gerber" | ||
| export * from "./lib/excellon-drill" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add export * from "circuit-json-to-gerber" for backwards compatibility? It'll break less things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, make sure to get the test suite to pass before merging, nice refactor!
|
@seveibar why is this format bot failing? |
|
hmm i think it's using an old broken version of formatbot, can you update the formatbot workflow with the latest one from tscircuit/plop |
|
@seveibar the new one is expecting biome should I format files with biome? |
|
OOPS i forgot this repo used prettier- no we shouldn't do a full format right now- lets just remove that workflow for now. We can format this repo in a future pr |
No description provided.