@stylable/core
Advanced tools
Comparing version 4.13.1 to 4.13.2
export { Stylable, StylableConfig } from './stylable'; | ||
export { Diagnostics, Diagnostic, DiagnosticType } from './diagnostics'; | ||
export type { StylableSymbol, ClassSymbol, ImportSymbol, ElementSymbol, CSSVarSymbol, VarSymbol, Imported, KeyframesSymbol, RefedMixin, MixinValue, ComputedStVar, FlatComputedStVar, } from './features'; | ||
export type { StylableMeta } from './stylable-meta'; | ||
export { StylableMeta } from './stylable-meta'; | ||
export type { CSSResolve, JSResolve } from './stylable-resolver'; | ||
@@ -6,0 +6,0 @@ export type { StylableResults, RuntimeStVar } from './stylable-transformer'; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.validateCustomPropertyName = exports.ensureModuleImport = exports.parseModuleImportStatement = exports.processNamespace = exports.noCollisionNamespace = exports.Diagnostics = exports.Stylable = void 0; | ||
exports.validateCustomPropertyName = exports.ensureModuleImport = exports.parseModuleImportStatement = exports.processNamespace = exports.noCollisionNamespace = exports.StylableMeta = exports.Diagnostics = exports.Stylable = void 0; | ||
var stylable_1 = require("./stylable"); | ||
@@ -23,2 +23,4 @@ Object.defineProperty(exports, "Stylable", { enumerable: true, get: function () { return stylable_1.Stylable; } }); | ||
Object.defineProperty(exports, "Diagnostics", { enumerable: true, get: function () { return diagnostics_1.Diagnostics; } }); | ||
var stylable_meta_1 = require("./stylable-meta"); | ||
Object.defineProperty(exports, "StylableMeta", { enumerable: true, get: function () { return stylable_meta_1.StylableMeta; } }); | ||
var resolve_namespace_factories_1 = require("./resolve-namespace-factories"); | ||
@@ -25,0 +27,0 @@ Object.defineProperty(exports, "noCollisionNamespace", { enumerable: true, get: function () { return resolve_namespace_factories_1.noCollisionNamespace; } }); |
{ | ||
"name": "@stylable/core", | ||
"version": "4.13.1", | ||
"version": "4.13.2", | ||
"description": "CSS for Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -17,3 +17,3 @@ export { Stylable, StylableConfig } from './stylable'; | ||
} from './features'; | ||
export type { StylableMeta } from './stylable-meta'; | ||
export { StylableMeta } from './stylable-meta'; | ||
export type { CSSResolve, JSResolve } from './stylable-resolver'; | ||
@@ -20,0 +20,0 @@ export type { StylableResults, RuntimeStVar } from './stylable-transformer'; |
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
1086591
19022