-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(config): Add configuration for javascript version. #1939
feat(config): Add configuration for javascript version. #1939
Conversation
@@ -59,9 +60,21 @@ var getXUACompatibleUrl = function (url) { | |||
return value | |||
} | |||
|
|||
function applyJavascriptVersionTag (req) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better name would be isFirefox
or hasJsVersionTags
…, intelligently merge the list of preprocessors, deduping and trying to preserve the order This could be a breaking change, some users might rely on the old order, or on some preprocessors being run multiple times
Change information on how to use node.js on Windows
The javascript version tag would only be applied to the Firefox browser.
91102e0
to
78320db
Compare
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
…, intelligently merge the list of preprocessors, deduping and trying to preserve the order This could be a breaking change, some users might rely on the old order, or on some preprocessors being run multiple times
Change information on how to use node.js on Windows
feat(config): Add configuration for adding a javascript version.
…ub.com/delftswa2016/karma into feature-javascript-version-tag-firefox
This PR is getting a bit messy. Closing it to create a new one. |
Add configuration for a javascript version tag. This tag is only applied to Firefox (now).
Closes #1719