Armano

Results 85 comments of Armano

making eslint work in browser is actually not that hard, as making ts-eslint work, this package is intentionally private as this is a "hack" build to work with monaco, I...

hmm, this is interesting, it looks like there is an issue with file / type isolation renaming `props` to `props2` in one of files seem to be "fixing" this issue...

after further investigation it seem that, typescript treats those files as "script" files instead of modules

yes, i'm not sure how we can fix it but issue is on our side

> it seem that, typescript treats those files as "script" files instead of modules this file has no export or import statement and thus typescript think that this code is...

as for now the only way to "solve" this is to force typescript to threat all files as modules, this can be done by `moduleDetection: force` in tsconfig https://www.typescriptlang.org/tsconfig#moduleDetection this...

normally filename is unchanged and vue parser returns `.vue` as extension

For most use cases this should be fine, and the only potential issue would be present if you try writing cjs/cts file in this project This workaround is going to...

@Nunnius for time beeing this and few other fixes are released as `postcss-advanced-variables-fixes` https://github.com/armano2/postcss-advanced-variables

@chrisvfritz i agree with you, but there has to be some additional conditions - if its not using properties from iterator - if it's not in scoped slot ```vue {{...