Alexey

Results 28 issues of Alexey

I'm want to use this library for arabic languages and it requires to use RTL text direction, but I can't find anything related with this in documentation. That is not...

## Description When I'm use matrix bracets and then try to fill content of that, brecets are removed ![image](https://user-images.githubusercontent.com/7888563/100083143-1dfd3580-2e5a-11eb-85dc-4d95f62e85c8.png) I'm use following editor instance https://mathlive.io/examples/basic/index.esm.html ## Steps to Reproduce 1....

bug

## Description Usage of braces from virtual keyboard leads to errors of MathML converter, that says that `mopen` or `mclose` entries is not supported. But if I use physical keyboard...

## Description Design required. I think that it will be great if virtual keyboard buttons can have additional indication when have additional options which shown on key holding. Something like...

feature

Use the native `typescript` package AST Viewer: https://ts-ast-viewer.com ## Plan - [x] Pase variable definitions (private data items) - [x] Parse exported variable (public data items) - [ ] Parse...

enhancement
Svelte V3
priority:high

| Version | Error rate | Avg. Parse time (ms) | Avg. Speed (B/ms) | |---------|------------|--------------------------|---------------| | [4.3.1](https://github.com/alexprey/sveltedoc-parser/releases/tag/4.3.1) | 3.44% | 2.38 | 777.65 (![](https://github.com/alexprey/sveltedoc-ci/raw/master/assets/down-arrow--red.png) -39.79) | | [4.1.0](https://github.com/alexprey/sveltedoc-parser/releases/tag/4.1.0) |...

discussion

Need to add integration tests that install library from npm package and try to parse few source files and check that is not failed. That test need to be run...

enhancement
priority:low

The following input of markup returns the wrong output for script blocks ``` const example = ` `; ```

bug
priority:low

https://jsdoc.app/tags-event.html The following comment must provide description for event and provide class of event ```js /** * The `close` event fired when user click to X button in the panel....

enhancement

Currently in this library we use the fork of [HtmlParser2 library](https://www.npmjs.com/package/htmlparser2-svelte) base on old version 4.1.1. The original library release the [7.1.1](https://github.com/fb55/htmlparser2/releases/tag/v7.1.1) version with performance improvements and enchance attributes index...

enhancement
priority:low