Results 65 comments of Denis Bezrukov

 @jpike88  Denis Bezrukov#0630 https://discord.gg/rome

I'm still tackling problem with unicode. If anyone wants to help with this problem, that would be great.

Unfortunately the rule [implementation](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/src/rules/no-floating-promises.ts) requires information about types. I'm afraid that we can't implement it fully without a compiler.

I'm going to return to this task the next monday🙃

> Hello can I join this task, I have written a similar css parser > > Here it is > > https://github.com/suxin2017/css-tutorial/blob/main/crates/css_tutorial/src/parser.rs It would be great! If you'd like you...

@suxin2017 I've updated the ticket description. I'd like to suggest to take `font-face`, `font-palette-values` at rules and implement prelude.

> @denbezrukov @suxin2017 > > Can I work on "font-face"?? Sure!

> If we use all css module level 3 syntax for parsing, > > Wouldn't it be better to put the validation of the rules into the analyze module >...

It could be a good first at rule to implement: https://github.com/biomejs/biome/issues/1333

I've updated the issue to start parsing properties. source: https://github.com/parcel-bundler/lightningcss/tree/master/src/properties