We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #37 linter does not recognise variables generated by the function nodes imports
linter should include any variables created in the function nodes imports
os
msg.payload = os.freemem()
[ { "id": "3dfba4cb62aa0313", "type": "function", "z": "6f432348c57a2fda", "name": "get free memory", "func": "msg.payload = os.freemem()\nreturn msg;", "outputs": 1, "timeout": 0, "noerr": 0, "initialize": "", "finalize": "", "libs": [ { "var": "os", "module": "os" } ], "x": 620, "y": 340, "wires": [ [ "888416a8bb047df7" ] ] } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
Similar to #37 linter does not recognise variables generated by the function nodes imports
Expected Behavior
linter should include any variables created in the function nodes imports
Steps To Reproduce
os
to imports on setup tabmsg.payload = os.freemem()
Example flow
Environment
The text was updated successfully, but these errors were encountered: