Burton Smith

Results 79 comments of Burton Smith

Awesome! I'm glad you can get some use out of it. There are a couple of things that might help: - there is a new package that has some improvements...

Are you able to link some code or recreate it in a sandbox? I've noticed that issue with the analyzer too. It looks like that package needs a PR to...

@peschee were you able to get this sorted out?

The challenge I see with this is that the module path is usually inaccurate in the CEM since it references the source file and not the output. Since this source...

I wonder if it would be beneficial to provide an option for teams to supply their own source path in case they haven't updated the CEM with the new information.

We could do something similar to what we have done for the other tools where we pass the tag name and the class name and they can define a path:...

> > We could do something similar to what we have done for the other tools where we pass the tag name and the class name and they can define...

> > We could allow the user to pass a function that provides the source object given a component and module. By default this function returns `(component, module) => ({...

I think all we need is the file path for the source module. We already know the name, so that doesn't need to be provided. From the projects I have...

That's a really good question. Let me see of there are built-in types in the JSX library that we can use for this.