Skip to content

Remove worker from StencilTemplate.Node structs#288

Merged
tinder-garricnahapetian merged 1 commit intomainfrom
remove-worker-from-stencil-template-node-structs
Dec 21, 2022
Merged

Remove worker from StencilTemplate.Node structs#288
tinder-garricnahapetian merged 1 commit intomainfrom
remove-worker-from-stencil-template-node-structs

Conversation

@tinder-garricnahapetian
Copy link
Contributor

No description provided.

viewControllerImports: node.viewController.imports(for: uiFramework, config: config),
viewStateImports: node.viewState.imports(for: uiFramework, config: config),
workerImports: node.worker.imports(for: uiFramework, config: config),
workerImports: [],
Copy link
Contributor

Choose a reason for hiding this comment

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

This line should be removed, correct?

Suggested change
workerImports: [],

Copy link
Contributor Author

Choose a reason for hiding this comment

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

workerImports will be removed in the next PR.

flowImports: node.flow.imports(config: config),
stateImports: node.state.imports(config: config),
workerImports: node.worker.imports(config: config),
workerImports: [],
Copy link
Contributor

Choose a reason for hiding this comment

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

This line should be removed, correct?

Suggested change
workerImports: [],

Copy link
Contributor Author

Choose a reason for hiding this comment

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

workerImports will be removed in the next PR.

Copy link
Contributor

@tinder-cfuller tinder-cfuller left a comment

Choose a reason for hiding this comment

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

👍

@tinder-garricnahapetian tinder-garricnahapetian merged commit b7aa912 into main Dec 21, 2022
@tinder-garricnahapetian tinder-garricnahapetian deleted the remove-worker-from-stencil-template-node-structs branch December 21, 2022 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

generator Generator

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants