@stylable/core
Advanced tools
Comparing version 5.0.0-rc.1 to 5.0.0-rc.2
@@ -27,5 +27,4 @@ export { safeParse } from './parser'; | ||
export { systemValidators } from './state-validators'; | ||
export { processDeclarationFunctions } from './process-declaration-functions'; | ||
export { DiagnosticBase } from './diagnostics'; | ||
export { getAstNodeAt } from './helpers/ast'; | ||
//# sourceMappingURL=index-internal.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAstNodeAt = exports.processDeclarationFunctions = exports.systemValidators = exports.createCustomValue = exports.pseudoStates = exports.packageNamespaceFactory = exports.createDefaultResolver = exports.createStylableFileProcessor = exports.cachedProcessFile = exports.StylableResolver = exports.reportDiagnostic = exports.emitDiagnostics = exports.namespaceDelimiter = exports.namespace = exports.makeAbsolute = exports.isAsset = exports.knownPseudoClassesWithNestedSelectors = exports.nativePseudoElements = exports.nativePseudoClasses = exports.cssParse = exports.murmurhash3_32_gc = exports.STCustomSelector = exports.transformerDiagnostics = exports.StylableTransformer = exports.StylableProcessor = exports.processorDiagnostics = exports.safeParse = void 0; | ||
exports.getAstNodeAt = exports.systemValidators = exports.createCustomValue = exports.pseudoStates = exports.packageNamespaceFactory = exports.createDefaultResolver = exports.createStylableFileProcessor = exports.cachedProcessFile = exports.StylableResolver = exports.reportDiagnostic = exports.emitDiagnostics = exports.namespaceDelimiter = exports.namespace = exports.makeAbsolute = exports.isAsset = exports.knownPseudoClassesWithNestedSelectors = exports.nativePseudoElements = exports.nativePseudoClasses = exports.cssParse = exports.murmurhash3_32_gc = exports.STCustomSelector = exports.transformerDiagnostics = exports.StylableTransformer = exports.StylableProcessor = exports.processorDiagnostics = exports.safeParse = void 0; | ||
var parser_1 = require("./parser"); | ||
@@ -53,4 +53,2 @@ Object.defineProperty(exports, "safeParse", { enumerable: true, get: function () { return parser_1.safeParse; } }); | ||
Object.defineProperty(exports, "systemValidators", { enumerable: true, get: function () { return state_validators_1.systemValidators; } }); | ||
var process_declaration_functions_1 = require("./process-declaration-functions"); | ||
Object.defineProperty(exports, "processDeclarationFunctions", { enumerable: true, get: function () { return process_declaration_functions_1.processDeclarationFunctions; } }); | ||
var diagnostics_1 = require("./diagnostics"); | ||
@@ -57,0 +55,0 @@ var ast_1 = require("./helpers/ast"); |
{ | ||
"name": "@stylable/core", | ||
"version": "5.0.0-rc.1", | ||
"version": "5.0.0-rc.2", | ||
"description": "CSS for Components", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -49,4 +49,3 @@ export { safeParse } from './parser'; | ||
export { systemValidators } from './state-validators'; | ||
export { processDeclarationFunctions } from './process-declaration-functions'; | ||
export { DiagnosticBase } from './diagnostics'; | ||
export { getAstNodeAt } from './helpers/ast'; |
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
993074
17703