Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Conversation

@selkhateeb
Copy link

Fixes #15. Basically, newer versions of Node > v0.11.12 started to deprecate
__proto__ object member in favor of Object.setPrototypeOf(...).

To stay backward this also adds implementation for Object.setPrototypeOf.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.

@googlebot
Copy link

CLAs look good, thanks!

@selkhateeb
Copy link
Author

Fixes #15.

Fixes karma-runner#15. Basically, newer versions of Node > v0.11.12 started to deprecate
__proto__ object member in favor of Object.setPrototypeOf(...).

To stay backward this also adds implementation for Object.setPrototypeOf.
To configure this plug-in add to karma config reporter section
...
reporters : [ 'closure-sonar' ],
sonarReporter : {
  // Output directory (defaults to '.').
  outputDir: '.',

  // File name (defaults to 'sonar.xml').
  outputFile: 'sonar.xml'
},
...
],
@selkhateeb
Copy link
Author

Is anybody maintaining this project any more?!

Newer sonar version started to fail because the file under test is not
the same name. This adds the ability to define a post fix before the .js
extension.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants