Closed braco closed 11 years ago
The problem here is that it would be difficult for the parser to detect the exposing
keyword that follows the filename. Therefore, allowing things like include "../" + locals.foo
would be a little too loose.
There are obvious workarounds like defining a variable just before the file include:
- var filename = //whatever you want
include filename
Closing this issue for now.
Decided to allow Object properties separated by the period .
Commit coming soon...
yields:
This would also be nice to have: