Results 24 comments of trent

I think I would be more in favour of smaller, more focused modules that are namespaced with a singular noun that logically identifies what the modules provides. For example, `@use...

Yup. That's fair. Thanks!

I also would like to see this improvement and be able to target each of the pieces separately. ``` ``` For example, each of these would be targeted by different...

This issue is also reproducible when a RegExp contains the same pattern. ```JS new RegExp('^/(.*?)/((?!.*(.).*\3)[gimsuy]*)$'); ``` Breaks at `\3`.

Does this cause any more complexity? ```scss $namespace: 'my-pkg' $custom-prop: var(--#{$namespace}-foo, 8px); @debug meta.var-name($custom-prop); // --my-pkg-foo ```

Additionally, I could see use cases for this purely in Sass. An example is for my [sass-module-list](https://github.com/roydukkey/sass-module-list), which has implemented many functions similar to the JavaScript array functions. For [`Array.prototype.flat()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/flat)...

@d80mal Could you provide any directions?

I was able to get AAMirror working with [AA-Phenotype-Patcher](https://github.com/Eselter/AA-Phenotype-Patcher)

@algomaster99 Where have you gotten with this? I might consider taking this up depending on what else you might have found out.

Interesting. Do you know if there is an issue upstream to track for this one? Seems we're getting deep. :)