mdevils/css-selector-parser

Target is set to `esnext` in `tsconfig.mjs.json`

david-ichilov-evinced opened this issue · 1 comments

Hi,

The target is set to esnext in tsconfig.mjs.json, is it on purpose?
Why not the same target as in tsconfig.json?

The problem there is a Nullish coalescing operator, which is passed by esnext, but converted by es5.

Hello @david-ichilov-evinced,

Good point, thank you.

Fixed in v3.0.1.