Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-2416

Error when minimizing a js that contains a variable named short

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • 4.0RC5
    • 4.0RC3
    • None
    • None

      The minimization failed when a js contains a variable named short, for example : 

      short = short.replace(....)

          [RUNTIME-2416] Error when minimizing a js that contains a variable named short

          "short" is a reserved keyword until ES5, and should not be used as a variable name as is, and is not supported by the library currently used for minimizing js. 

          Grégory Lefebvre (Inactive) added a comment - "short" is a reserved keyword until ES5, and should not be used as a variable name as is, and is not supported by the library currently used for minimizing js. 

            glefebvre Grégory Lefebvre (Inactive)
            fravetier Frederic Ravetier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: