Skip to content

Files in dist/ still have 'use strict'; #1311

@michaelstalker

Description

@michaelstalker

Do you want to request a feature or report a bug?

Report a bug.

What is the current behavior?

Several files like raven-js/dist/angular/raven.js were added to the project, and they include 'use strict;'. These files correspond to raven-js version 3.22.2.

What is the expected behavior?

These files should reflect the most recent version of raven-js. #981 removed 'use strict'; from several files. grunt build; grunt dist looks like it should copy an updated version of these files to the dist/ folder, but it doesn't. If the Google Closure Compiler is set to use its advanced compilation, it throws an error when it encounters these files.

This issue affects raven-js 3.24.2. I'm using macOS 10.13.4.

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