Fatih Al-Aziz
Fatih Al-Aziz
I have test it and somehow it will rise another question, what if we want modify mergeArray to false? some thing like this: ``` const x = { arrays: [1,2,3],...
> I think the best solution would probably be to also export the preset options so that users can pick and choose preset functions to built there own custom merge....
I got rollup error when trying to build the package,  after debugging, I found that on windows, the path is not normalized so it always throw "Unknown Import" Solution,...
> Does `path.normalize` not work? nope, it only remove double slash to single,, but not convert it to UNIX pattern.
``` // credits to: https://www.npmjs.com/package/slash export const pathNormalize = (pathString: string) => { const isExtendedLengthPath = pathString.startsWith("\\\\?\\"); // eslint-disable-next-line no-control-regex, require-unicode-regexp const hasNonAscii = /[^\u0000-\u0080]+/.test(pathString); if (isExtendedLengthPath || hasNonAscii) {...
surely, wait I will create a test
closing for now since cannot reproduce the error
I'm in! Let's go!!
+1 I got the same issue, removing `"composite": true` solving the problem but, it might rise another problem for others
Zed been doing great for me for the last month, its easy to configure, and i can have same as my vscode keymaps just fine, so i dont need to...