@stylable/core
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -29,2 +29,3 @@ export declare const nativePseudoClasses: string[]; | ||
'opacity': boolean; | ||
'paint': boolean; | ||
'perspective': boolean; | ||
@@ -31,0 +32,0 @@ 'polygon': boolean; |
@@ -40,2 +40,3 @@ "use strict"; | ||
'out-of-range', | ||
'placeholder-shown', | ||
'read-only', | ||
@@ -119,2 +120,3 @@ 'read-write', | ||
'opacity': true, | ||
'paint': true, | ||
'perspective': true, | ||
@@ -121,0 +123,0 @@ 'polygon': true, |
@@ -153,3 +153,2 @@ "use strict"; | ||
if (!resolved.symbol) { | ||
var importNode = stylable_utils_1.findDeclaration(extend.import, function (node) { return node.prop === stylable_value_parsers_1.valueMapping.named; }); | ||
this.diagnostics.error(found, exports.transformerWarnings.CANNOT_EXTEND_UNKNOWN_SYMBOL(found.value), { word: found.value }); | ||
@@ -156,0 +155,0 @@ } |
{ | ||
"name": "@stylable/core", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "CSS for Components", | ||
@@ -10,5 +10,2 @@ "main": "./cjs/index.js", | ||
"build": "ts-build ./src --cjs", | ||
"lint": "run-p lint:src lint:test", | ||
"lint:src": "tslint -p ./src", | ||
"lint:test": "tslint -p ./tests", | ||
"test": "mocha -r @ts-tools/node/r \"./tests/**/*.spec.ts\" --watch-extensions ts", | ||
@@ -51,3 +48,3 @@ "start": "webpack-dev-server --hot --inline", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "6d47e4728f9164f1fb9d1425f4a0409de0a9b857" | ||
"gitHead": "5aca5a9142c8a798d802ad1d09b5b8e0cb189856" | ||
} |
@@ -38,2 +38,3 @@ // MDN reference: https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-classes | ||
'out-of-range', | ||
'placeholder-shown', | ||
'read-only', | ||
@@ -120,2 +121,3 @@ 'read-write', | ||
'opacity': true, | ||
'paint': true, | ||
'perspective': true, | ||
@@ -122,0 +124,0 @@ 'polygon': true, |
@@ -28,3 +28,2 @@ import cloneDeep from 'lodash.clonedeep'; | ||
import { | ||
findDeclaration, | ||
findRule, | ||
@@ -289,5 +288,2 @@ generateScopedCSSVar, | ||
if (!resolved.symbol) { | ||
const importNode = findDeclaration( | ||
extend.import, (node: any) => node.prop === valueMapping.named | ||
); | ||
this.diagnostics.error( | ||
@@ -294,0 +290,0 @@ found, |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
542683