Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Implements an option to support the template tag imports proposal #336

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

pzuraq
Copy link

@pzuraq pzuraq commented Feb 22, 2021

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.

@pzuraq pzuraq force-pushed the add-support-for-template-tag-proposal branch from 2167520 to aae5635 Compare February 23, 2021 00:05
Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like these proposal options should be mutually exclusive, right?

@pzuraq pzuraq force-pushed the add-support-for-template-tag-proposal branch from aae5635 to 2c007d5 Compare February 23, 2021 00:57
Implements the `useTemplateTagProposalSemantics` option for individual
modules. This proposal is outlined in the README for the
template-imports addon, [here](https://github.com/ember-template-imports/ember-template-imports#using-template-tags-and-gjs-files)
@pzuraq pzuraq force-pushed the add-support-for-template-tag-proposal branch from 2c007d5 to 142523e Compare February 23, 2021 01:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants