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

does not support tagless components #8

Closed
0101adm opened this issue May 23, 2014 · 3 comments
Closed

does not support tagless components #8

0101adm opened this issue May 23, 2014 · 3 comments

Comments

@0101adm
Copy link

0101adm commented May 23, 2014

does not support tagless components.

does not lint:

component accessors=true {
public name function init(){
return this;
}

public void function test(){
myvar = "test";
}
}

will lint the tag version.

@ryaneberly
Copy link
Contributor

This is definitely a great feature. I'll see if I can find a CF10 (or higher) compatible parser.

@ryaneberly
Copy link
Contributor

Hi 0101adm , sorry for the delay. After some fruitless search for a CF10 grammar, I decided to implement this case manually. Turns out, it appears to be working.

CLint finds an issue with 'myvar' - when I run this locally.

Can you help me understand how to duplicate what you are seeing?

@ryaneberly
Copy link
Contributor

closing.

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

No branches or pull requests

2 participants