-
Notifications
You must be signed in to change notification settings - Fork 3
"// req: jquery as $" becomes "jquery as $" #24
Comments
Interesting use case. Sorry for the massive delay in getting back to you - I'm trying to clean up my issue backlog and only just came across this one. Did you manage to find a solution with another tool? |
I did not find a solution. For the time being, I put together an ugly hack using the concatenation task. ---- On Tue, 13 May 2014 05:45:38 -0400 Damon Oehlman <[email protected]> wrote ---- Interesting use case. Sorry for the massive delay in getting back to you - I'm trying to clean up my issue backlog and only just came across this one. |
In that case, I'll see what I can do to make this work for you. |
Many thanks! We like the idea of interleave but had set it aside when we ran into this issue. ---- On Tue, 13 May 2014 08:33:16 -0400 Damon Oehlman <[email protected]> wrote ---- In that case, I'll see what I can do to make this work for you. |
@MatthiasHild while I can't promise anything (still cleaning up), this may well be fixed. You'll definitely want to do a fresh install of interleave to get [email protected] which contains the fix. |
Many thanks! We'll take it for spin. M. ---- On Mon, 19 May 2014 09:30:13 -0400 Damon Oehlman <[email protected]> wrote ---- @MatthiasHild while I can't promise anything (still cleaning up), this may well be fixed. You'll definitely want to do a fresh install of interleave to get [email protected] which contains the fix. |
The syntax
leads to
I take it this is not intended.
My full js file looks like this:
Many thanks for this very useful tool!
As you can see, I'm trying out Interleave to avoid the forced choice between internal and external modules in Typescript. I'm using Typescript's /// directive to compile all of my project-internal ts files into a single js file and then use Interleave to expose it as a AMD module.
The text was updated successfully, but these errors were encountered: