-
Notifications
You must be signed in to change notification settings - Fork 84
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
"import" statement breaks parsing for scripted components #43
Comments
Thanks for reporting the parse error. I assume you are using v 0.4 from On Fri, Apr 3, 2015 at 11:24 AM, AJ Michels [email protected]
|
Yes, I built the JAR file using Maven. CFLint 0.4.0 I am on Mac OSX v10.10.2 running Java v1.7.0_55 |
fixed in master branch |
If I add an
import
statement to the top of my CFC file I start getting all sorts of parse errors that don't make sense:Here is an example file:
If I remove the
import
statement it works just fine. This is however valid CFML.The text was updated successfully, but these errors were encountered: