Skip to content

Commit

Permalink
Remove controller from require table
Browse files Browse the repository at this point in the history
Signed-off-by: Reece Dunham <me@rdil.rocks>
  • Loading branch information
RDIL committed Apr 4, 2024
1 parent 042af36 commit a8000b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/buildTasks.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export async function generateRequireTable() {
ignore: [
"tools.ts",
"index.ts",
"controller.ts",
"generatedPeacockRequireTable.ts",
"types/globals.d.ts",
"types/*.ts",
Expand Down

1 comment on commit a8000b8

@RDIL
Copy link
Member Author

@RDIL RDIL commented on a8000b8 Apr 4, 2024

Choose a reason for hiding this comment

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

This causes a circular dependency - plugins already have access via the parameter, and we need this for the ability to unit test plugins.

Please sign in to comment.