A-yon Lee

Results 3 issues of A-yon Lee

When using this plugin, and for example, typing the following code: ```ts import { EventEmitter } from "events"; const events = new EventEmitter(); event.on ``` When I press `Enter` key,...

Accessing the `import.meta` or `import.meta.url` property will cause the Rust thread to panic, even in an ES module. ``` thread '' panicked at /Users/arshia/.cargo/git/checkouts/spiderfire-8e3b631d39aa80f1/2a1b5be/runtime/src/module/loader.rs:121:53 ```

bug

The following regular express failed to compile: ```js const EMOJI_RE = /^(?:\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation}|\p{Emoji}\uFE0F)(?:\u200d(?:\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation}|\p{Emoji}\uFE0F))*$/u; ``` The program reported a SyntaxError, saying that 'invalid property name in the regular expression'. However, the regex...

bug