You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In theory this would just be a case of Walker detecting include macro calls in its Folder implementation. Initially it could be limited to handling includes of the form
The main benefit of this is so that files generated from build scripts can contain macros like cpp!. I'm also relying on cpp_synmap for embed_js, so this would be of use for the js! and include_js! macros as well.
The text was updated successfully, but these errors were encountered:
In theory this would just be a case of
Walker
detecting include macro calls in itsFolder
implementation. Initially it could be limited to handling includes of the formThe main benefit of this is so that files generated from build scripts can contain macros like
cpp!
. I'm also relying on cpp_synmap for embed_js, so this would be of use for thejs!
andinclude_js!
macros as well.The text was updated successfully, but these errors were encountered: