Skip to content

Remainder of entire string is stripped when encountering consecutive block comment tokens #73

@rekmarks

Description

@rekmarks

In JavaScript / TypeScript, this package will strip not just the block comment but the entire remainder of the string when a block comment of the form /**/ is encountered. For example, the string hello/**/ world will become hello instead of hello world.

This bug only affects block comments of the form /**/. E.g. /***/ and /******/ are unaffected.

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