Skip to content

commentRegExp bug: will remove a char before the comment //, except : #1492

@Hanruis

Description

@Hanruis

I have module like following code :

define(function test(require) {
    var alertModal = require('widget/confirmView')// here the comment
})

But this code can not load the alertModel module properly
I found that the code
commentRegExp = var commentRegExp = /(\/\*([\s\S]*?)\*\/|([^:]|^)\/\/(.*)$)/mg;
will convert the above code to:

define(function test(require) {
    var alertModal = require('widget/confirmView'
})

it will remove a char before the comment //, except :
and requirejs throw "Module name has not been loaded yet for context" error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy