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

Added the ability to create JS function compilers #57

Closed
wants to merge 2 commits into from

Conversation

Josiah
Copy link
Contributor

@Josiah Josiah commented Mar 22, 2013

Added the ability to create a function compiler which overrides the normal compilation process for a twig function when its compiled for javascript.

This patch is required for the changes in issue 22 of the JMSTwigJSBundle.

…ormal compilation process for a twig function when its compiled for javascript.
// the method signature as it requires.
$functionCompiler = $compiler->getFunctionCompiler($node->getAttribute('name'));
$functionCompiler->compile($compiler, $node);
return;
Copy link
Owner

Choose a reason for hiding this comment

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

Please add a blank line before this one.

… priortized or opt-out if they don't support a particular node.
@henrycatalinismith
Copy link
Contributor

This PR looks like it's stalled, having sat dormant for almost 18 months. I'm gonna close it for now so that the open issue queue can be kept for still-ongoing issues. Feel free to reopen immediately if you wanna pick the process back up though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants