dojo / webpack-contrib

Plugins and loaders for webpack used with Dojo
Other
4 stars 19 forks source link

Support colons in class names and not selectors #291

Closed agubler closed 4 years ago

agubler commented 4 years ago

Type: bug

The following has been addressed in the PR:

Description:

Support colons in class names that are escaped and also not selectors with a preceding sibling (~) or child (>) selector, such as >:not(something)

Resolves #290

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@60bc190). Click here to learn what that means. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #291   +/-   ##
=========================================
  Coverage          ?   84.96%           
=========================================
  Files             ?       50           
  Lines             ?     2341           
  Branches          ?      619           
=========================================
  Hits              ?     1989           
  Misses            ?      352           
  Partials          ?        0           
Impacted Files Coverage Δ
src/build-time-render/BuildTimeRender.ts 95.42% <100.00%> (ø)
src/webpack-bundle-analyzer/tree/Module.ts 65.51% <0.00%> (ø)
src/i18n-plugin/I18nPlugin.ts 100.00% <0.00%> (ø)
src/bootstrap-plugin/common.js 0.00% <0.00%> (ø)
src/css-module-class-map-loader/loader.ts 100.00% <0.00%> (ø)
...8n-plugin/dependencies/InjectedModuleDependency.ts 100.00% <0.00%> (ø)
src/bootstrap-plugin/BootstrapPlugin.ts 100.00% <0.00%> (ø)
src/static-build-loader/index.ts 100.00% <0.00%> (ø)
src/css-module-plugin/CssModulePlugin.ts 100.00% <0.00%> (ø)
src/css-module-decorator-loader/index.ts 100.00% <0.00%> (ø)
... and 41 more

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 60bc190...51384fc. Read the comment docs.