[BUG] Store is unsusable if "Store." is in a comment line.
Open
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
This produce no error, but the reactivity of the store does not work anymore:
```ts
/**
* Store.
*/
class MyStore extends Store {
```
This is ok:
```ts
/**
* Store
* ^ without dot it is ok
*/
class MyStore extends Store {
```
version: 1.4.0
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue with the TypeScript snippet showing `Store.` inside a comment, then trace the compile-time Store handling and reactivity entry point. Compare it with the version without the dot and verify that comments no longer disable store reactivity in version 1.4.0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- compilers, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100