Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should handle helpers as ES Module #145

Closed
JSteunou opened this issue Mar 6, 2018 · 1 comment · Fixed by #146
Closed

Should handle helpers as ES Module #145

JSteunou opened this issue Mar 6, 2018 · 1 comment · Fixed by #146

Comments

@JSteunou
Copy link
Contributor

JSteunou commented Mar 6, 2018

As of today vision only support helpers defined as a CJS module as a function

module.exports = function() {
  // ...
}

Supporting ESM and even more, named export would be a great step forward.

export function myHelper() {
  // ...
}
@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant