Implements the useTemplateTagProposalSemantics option for individual
modules. This proposal is outlined in the README for the
template-imports addon, here.
This transform is itself a compile target for a preprocessing step that will occur before the JS is passed to Babel. As such, the exact format supported in real JS is a bit different. The accepted forms are documented with the transform itself.
Implements the
useTemplateTagProposalSemantics
option for individual modules. This proposal is outlined in the README for the template-imports addon, here.This transform is itself a compile target for a preprocessing step that will occur before the JS is passed to Babel. As such, the exact format supported in real JS is a bit different. The accepted forms are documented with the transform itself.