@stylable/runtime
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@stylable/runtime", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -10,7 +10,7 @@ "main": "cjs/index.js", | ||
"build": "ts-build ./src --cjs & yarn build:lib", | ||
"build:lib": "node -r @ts-tools/node ./scripts/build-runtime.ts", | ||
"build:lib": "node -r @ts-tools/node/r ./scripts/build-runtime.ts", | ||
"lint": "run-p lint:src lint:test", | ||
"lint:src": "tslint -p src", | ||
"lint:test": "tslint -p test", | ||
"test": "mocha -r @ts-tools/node \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx", | ||
"test": "mocha -r @ts-tools/node/r \"test/**/*.spec.ts?(x)\" --watch-extensions ts,tsx", | ||
"prepack": "yarn build" | ||
@@ -32,3 +32,3 @@ }, | ||
"license": "BSD-3-Clause", | ||
"gitHead": "a25e618e3e4e4c97a0a269a423a9e3008f59d7e7" | ||
"gitHead": "c1482394cb94ebcd9e290f25e0d92ca36499fe08" | ||
} |
@@ -0,1 +1,2 @@ | ||
/* runtime version: 1.0.3 */ | ||
function StylableRuntime(exports){ | ||
@@ -5,3 +6,3 @@ exports = exports || {}; | ||
(function(){/*source: cached-node-renderer.ts*/ | ||
(function(){/* source: cached-node-renderer.ts */ | ||
var CacheStyleNodeRenderer = /** @class */ (function () { | ||
@@ -31,3 +32,3 @@ function CacheStyleNodeRenderer(options) { | ||
}()); | ||
(function(){/*source: keyed-list-renderer.ts*/ | ||
(function(){/* source: keyed-list-renderer.ts */ | ||
function createDOMListRenderer(nodeRenderer) { | ||
@@ -83,3 +84,3 @@ var first; | ||
}()); | ||
(function(){/*source: css-runtime-renderer.ts*/ | ||
(function(){/* source: css-runtime-renderer.ts */ | ||
var cached_node_renderer_1 = require("./cached-node-renderer"); | ||
@@ -171,3 +172,3 @@ var keyed_list_renderer_1 = require("./keyed-list-renderer"); | ||
}()); | ||
(function(){/*source: css-runtime-stylesheet.ts*/ | ||
(function(){/* source: css-runtime-stylesheet.ts */ | ||
function create(root, namespace, locals, css, depth, id) { | ||
@@ -174,0 +175,0 @@ var dataNamespace = 'data-' + namespace.toLowerCase() + '-'; |
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
46168
820