The Wayback Machine - https://web.archive.org/web/20220708041058/https://github.com/topics/babel-plugin
Skip to content
#

babel-plugin

Here are 674 public repositories matching this topic...

Fordi
Fordi commented Oct 22, 2020

For the most part this just works, but functions within tagged markup get weird indent assertions, e.g.,

        ${collection.map((item) => {
          const { prop1, prop2 } = workWith(item);  // eslint: expected indentation of 4 but found 10 (indent)
          return html`  // eslint: expected indentation of 4 but found 10 (indent)
            <${Widget} prop1=${prop1} prop2=${prop2} />
enhancement good first issue
akxcv
akxcv commented May 17, 2019

During vuera's existence, there were many issues where people had different hard-to-debug problems trying to get vuera running.
I think it would be helpful if there were an example application with everything set up so that people could reference it in case they have problems.

tobz1000
tobz1000 commented Jan 17, 2022

After running graphql-let init, the plugins list contains typescript. Running the codegen with this config results in a warning that typescript shouldn't be specified in the plugins list. Not a major issue but might be confusing to new users.

It should probably either be initialised with plugins: [], or the user could be prompted whether they want to include typescript-operations, `type

good first issue

Improve this page

Add a description, image, and links to the babel-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the babel-plugin topic, visit your repo's landing page and select "manage topics."

Learn more