Skip to content
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

chore: update comment #515

Conversation

alexander-akait
Copy link
Member

What kind of change does this PR introduce?
Chore

Did you add tests for your changes?

not required

If relevant, did you update the README?

not required

Summary

Move comment on right place and fix typo

Other information

not required

@codecov
Copy link

codecov bot commented Apr 23, 2017

Codecov Report

Merging #515 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #515   +/-   ##
======================================
  Coverage    98.6%   98.6%           
======================================
  Files          10      10           
  Lines         359     359           
  Branches       81      81           
======================================
  Hits          354     354           
  Misses          5       5
Impacted Files Coverage Δ
lib/processCss.js 97.98% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a5fdf84...09013a2. Read the comment docs.

@@ -102,6 +102,7 @@ var parserPlugin = postcss.plugin("css-loader-parser", function(options) {
break;
case "url":
if (options.url && !/^#/.test(item.url) && loaderUtils.isUrlRequest(item.url, options.root)) {
// Don't remove quotes around url when contain space
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation off ? 🙃

@michael-ciniawsky michael-ciniawsky added this to the 0.29.0 milestone Apr 23, 2017
@michael-ciniawsky michael-ciniawsky changed the title Chore: update comment in code. chore(lib/processCss): update comment Apr 23, 2017
@michael-ciniawsky michael-ciniawsky changed the title chore(lib/processCss): update comment chore: update comment Apr 23, 2017
@alexander-akait
Copy link
Member Author

/cc @michael-ciniawsky i hate tabs 😄 done

Copy link
Member

@michael-ciniawsky michael-ciniawsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😛

@michael-ciniawsky michael-ciniawsky merged commit 67cae9a into webpack-contrib:master Apr 23, 2017
@alexander-akait alexander-akait deleted the just-fix-comment-in-code branch April 23, 2017 19:24
fahad19 added a commit to fahad19/css-loader that referenced this pull request Apr 24, 2017
* master:
  fix: case insensitivity of @import (webpack-contrib#514)
  chore: update comment (webpack-contrib#515)
  docs(README): improve importLoaders section and example (webpack-contrib#512)
  docs(README): fix link (webpack-contrib#508)
  docs(README): fix typo in example (webpack-contrib#507)
  docs(README): fix typo in maintainers link (webpack-contrib#505)
  fix: imported variables are replaced in exports if followed by a comma (webpack-contrib#504)
  docs(README): standardize (webpack-contrib#503)
  test: `charset` directive (webpack-contrib#502)
  fix: url with a trailing space is now handled correctly (webpack-contrib#494)
  fix: use `btoa` instead `Buffer` (webpack-contrib#501)
  test: add test for escaped characters (webpack-contrib#493)
  test: add tests for encoded svg data uri (webpack-contrib#492)
  test: add tests when css contain data uri and source maps are enabled (webpack-contrib#491)
  fix: loader now correctly handles `url` with space(s) (webpack-contrib#495)
@michael-ciniawsky michael-ciniawsky modified the milestone: 0.29.0 May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants