Skip to content

[BUG] Store is unsusable if "Store." is in a comment line. #85

Description

@VanFraecker

This produce no error, but the reactivity of the store does not work anymore:

/**
 * Store.
 */
class MyStore extends Store {

This is ok:

/**
 * Store
 *      ^ without dot it is ok
 */
class MyStore extends Store {

version: 1.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions