@endorphinjs/template-runtime
Advanced tools
Comparing version 0.8.7 to 0.8.8
@@ -179,3 +179,3 @@ import { Injector } from './injector'; | ||
*/ | ||
export declare function scheduleRender(component: Component, changes?: Changes): Promise<typeof drainQueue>; | ||
export declare function scheduleRender(component: Component, changes?: Changes): void; | ||
/** | ||
@@ -185,3 +185,2 @@ * Renders given component | ||
export declare function renderComponent(component: Component, changes?: Changes): void; | ||
declare function drainQueue(): void; | ||
export {}; |
@@ -44,1 +44,5 @@ import { Changes, ChangeSet } from './types'; | ||
export declare function runtimeError(host: Component, error: Error): void; | ||
/** | ||
* Schedule a microtask | ||
*/ | ||
export declare const nextTick: typeof queueMicrotask; |
{ | ||
"name": "@endorphinjs/template-runtime", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"description": "EndorphinJS template runtime, embedded with template bundles", | ||
@@ -52,3 +52,3 @@ "main": "./dist/runtime.cjs.js", | ||
}, | ||
"gitHead": "9815826e5cdeee8421d7ed6c46e25dbd57e2fe7a" | ||
"gitHead": "233694929f17b8d852d2e74c11d31acd6abe3812" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
464184
5461