fisker Cheung

Results 1279 comments of fisker Cheung

Sorry, I didn't make it clear, yes I mean `{foo}` vs `{foo as foo}`, yes they are the same, but when I work in Prettier project, and eslint rules, I...

@JLHwung I understand your concerns and they make sense. I don't think I would request this if there isn't `shorthand` in `Property`. Do you think we should remove that?

Frames https://github.com/fastlane/frameit-frames/tree/gh-pages/latest

Frames https://source.chromium.org/chromium/chromium/src/+/main:third_party/devtools-frontend/src/front_end/emulated_devices/

Can't receive email notification when recurring expense submitted.

I don't use TS myself, but we may have a related issue https://github.com/prettier/prettier/issues/12414 Hope I didn't misunderstand this issue, they are all TS in template, right?

We need to update the vue expression parser to allow typescript syntax, luckily we have `babel-ts`, so we don't need use `typescript` parser.

Maybe copy this https://github.com/prettier/prettier/blob/f2244bdc8621c0a001e3717f595bc8fd8653cce7/src/utils/front-matter/parse.js#L50? Or should Prettier expose it?

Ah, I misunderstood #223, it handles new `concat`(array) from core parsers, not removing `concat()`. I'm planning to remove `concat()` in Prettier v3.0.0, if you are going to support older versions...