@stylable/runtime
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,0 +0,0 @@ import { NodeRenderer, RenderableStylesheet } from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DOMListRenderer } from './keyed-list-renderer'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { RuntimeStylesheet } from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './css-runtime-renderer'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { NodeRenderer } from './types'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare type StateValue = boolean | number | string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@stylable/runtime", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -9,3 +9,4 @@ "main": "cjs/index.js", | ||
"clean": "rimraf ./cjs", | ||
"build": "ts-build ./src --cjs", | ||
"build": "ts-build ./src --cjs & yarn build:lib", | ||
"build:lib": "node -r @ts-tools/node ./scripts/build-runtime.ts", | ||
"lint": "run-p lint:src lint:test", | ||
@@ -19,3 +20,4 @@ "lint:src": "tslint -p src", | ||
"cjs", | ||
"src" | ||
"src", | ||
"runtime.lib.js" | ||
], | ||
@@ -31,3 +33,3 @@ "engines": { | ||
"license": "BSD-3-Clause", | ||
"gitHead": "7bd843581c1434621e159d6026c2c521382cf8c4" | ||
"gitHead": "29d2ee61af2f3b31a5f4128dd4f81be5debe9b23" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/runtime |
@@ -0,0 +0,0 @@ import { NodeRenderer, RenderableStylesheet } from './types'; |
@@ -0,0 +0,0 @@ import { CacheStyleNodeRenderer } from './cached-node-renderer'; |
@@ -0,0 +0,0 @@ import { AttributeMap, InheritedAttributes, RuntimeStylesheet, StateMap } from './types'; |
export * from './css-runtime-renderer'; | ||
export * from './css-runtime-stylesheet'; | ||
export * from './types'; |
@@ -0,0 +0,0 @@ import { NodeRenderer } from './types'; |
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ export type StateValue = boolean | number | string; |
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
47065
35
819