Dmitry Semigradsky

Results 119 comments of Dmitry Semigradsky

Hi, I have updated `XRegExp` version in `math-interval-parser`.

@AdamZikmund @mashpie I have removed `xregexp` from dependencies, so it should be okay now

See https://github.com/dmtrKovalenko/date-io/issues/595 also

This is one character: http://www.fileformat.info/info/unicode/char/1f680/index.htm `\uD83D` and `\uDE80` are unicode code points

If we care about performance, then I think that would be to add a separate method works correctly with UTF-16 characters. I think that it is possible to determine the...

It is a great explanation! Thank you!

It is a lie. See #149

@cht8687 where is `"ES6": true` or `"ES11": true` used?

`eslint-scope` doesn't used in `webpack/types.d.ts`, so `@types/eslint-scope` can be moved to `devDependencies`. But `estree` used in `webpack/types.d.ts`, so `@types/estree` should remain in `dependencies`.

`eslint-scope` used, but only as `devDependency`. There are no `eslint-scope` 's types exports.