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

Fix: 'this' is undefined #18

Merged
merged 2 commits into from
Dec 29, 2023
Merged

Fix: 'this' is undefined #18

merged 2 commits into from
Dec 29, 2023

Conversation

NullVoxPopuli
Copy link
Member

No description provided.

Copy link

stackblitz bot commented Dec 29, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@@ -437,6 +437,7 @@ module.exports.convertAst = function convertAst(result, preprocessedResult, visi
* it's NOT a standard html tag, it should have a referenced variable
*/
if (
n.name !== 'this' &&
Copy link
Collaborator

@patricklx patricklx Dec 29, 2023

Choose a reason for hiding this comment

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

we are also ignoring this on mustache paths

@NullVoxPopuli NullVoxPopuli added the bug Something isn't working label Dec 29, 2023
@NullVoxPopuli NullVoxPopuli merged commit f0cc8ac into main Dec 29, 2023
5 checks passed
@NullVoxPopuli NullVoxPopuli deleted the this-is-undefined branch December 29, 2023 17:50
@NullVoxPopuli NullVoxPopuli changed the title 'this' is undefined Fix: 'this' is undefined Dec 29, 2023
@github-actions github-actions bot mentioned this pull request Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants