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
It would be really nice to be able to do things like:
var file = "my_file.js.dna" ./!include(file)
but instead this causes "Bad command syntax". The same thing works with e.g. the output command, though. I'd like to be able to pass in a file to include as a command line argument but because of this limitation, I can't.
I realize that it's because doing includes happens in a different path in the rna generation phase than the output related commands, but it seems like some workaround should be possible.
The text was updated successfully, but these errors were encountered:
It would be really nice to be able to do things like:
var file = "my_file.js.dna" ./!include(file)
but instead this causes "Bad command syntax". The same thing works with e.g. the
output
command, though. I'd like to be able to pass in a file to include as a command line argument but because of this limitation, I can't.I realize that it's because doing includes happens in a different path in the rna generation phase than the output related commands, but it seems like some workaround should be possible.
The text was updated successfully, but these errors were encountered: