-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
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
Labels
No labels