@charcoal-ui/tailwind-diff
Advanced tools
Comparing version 1.0.0 to 1.0.1-alpha.0
@@ -104,2 +104,3 @@ "use strict"; | ||
} | ||
// eslint-disable-next-line no-console | ||
console.log(`${added} classes added, ${removed} classes removed.`); | ||
@@ -106,0 +107,0 @@ } |
@@ -20,2 +20,3 @@ "use strict"; | ||
catch (err) { | ||
// eslint-disable-next-line no-console | ||
console.error('Uncaught defer error:', err); | ||
@@ -22,0 +23,0 @@ } |
@@ -58,2 +58,3 @@ "use strict"; | ||
status: 'added', | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
css: after.get(afterClassName), | ||
@@ -68,2 +69,3 @@ }); | ||
status: 'removed', | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
css: before.get(beforeClassName), | ||
@@ -70,0 +72,0 @@ }); |
{ | ||
"name": "@charcoal-ui/tailwind-diff", | ||
"version": "1.0.0", | ||
"version": "1.0.1-alpha.0", | ||
"bin": "bin/tailwind-diff.js", | ||
@@ -23,3 +23,3 @@ "scripts": { | ||
}, | ||
"gitHead": "addc6d8f443865a8b56327ef9a4ff2e69942a30b" | ||
"gitHead": "09667dc786134bbfb4348b686ec4fdf571d327d2" | ||
} |
@@ -130,2 +130,3 @@ import child_process from 'child_process' | ||
} | ||
// eslint-disable-next-line no-console | ||
console.log(`${added} classes added, ${removed} classes removed.`) | ||
@@ -132,0 +133,0 @@ } |
@@ -18,2 +18,3 @@ export function createDefer() { | ||
} catch (err: unknown) { | ||
// eslint-disable-next-line no-console | ||
console.error('Uncaught defer error:', err) | ||
@@ -20,0 +21,0 @@ } |
@@ -71,2 +71,3 @@ import type { Result, Rule } from 'postcss' | ||
status: 'added', | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
css: after.get(afterClassName)!, | ||
@@ -81,2 +82,3 @@ }) | ||
status: 'removed', | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
css: before.get(beforeClassName)!, | ||
@@ -83,0 +85,0 @@ }) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
45793
957
2