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
I might be doing something daft here but I would have thought that when using a function as the AMD option I would be able to define a series of dependencies, i.e. an array and not just a string.
Squashed commit of the following:
commit 6e51bb885e202c237a14bc71910e80bee47eb50e
Author: rcampbel <[email protected]>
Date: Tue Jan 1 04:05:13 2019 -0500
Updated documentation and changelog
commit 4671b63b32e0a53f6eff4b19f83251ebfa2bbb3d
Author: rcampbel <[email protected]>
Date: Tue Jan 1 04:04:57 2019 -0500
Encapsulated the logic for processing the AMD content out into it’s own function; Updated the check for AMD when seeing if `return` needs to be prepended to the compiled template if a namespace is not being used;
commit babafab72cedfe830a8afde42f4d592e78dfaffe
Author: rcampbel <[email protected]>
Date: Tue Jan 1 04:04:41 2019 -0500
Added failing tests
commit 33afc8af957ed262561eda03ed727bcee91dad14
Author: rcampbel <[email protected]>
Date: Tue Jan 1 04:04:27 2019 -0500
Updating node modules, node version dependency, and package version
commit 5a3fd2f802a5daa9dd7564f40f8d9de12bd53953
Author: rcampbel <[email protected]>
Date: Tue Jan 1 04:04:00 2019 -0500
Updated unit tests to pass prior to making any other change
Hi all,
I might be doing something daft here but I would have thought that when using a function as the AMD option I would be able to define a series of dependencies, i.e. an array and not just a string.
For example (config):
My searchAST function is fine and successfully returns the array I wanted but the output of the precompiled target is this:
So a super long concatenated dep path which of course doesn't exist.
Is it something I have done or is this not supported?
The text was updated successfully, but these errors were encountered: