UNPKG

@dark-engine/core

Version:

The lightweight and powerful UI rendering engine without dependencies and written in TypeScript (Browser, Node.js, Android, iOS, Windows, Linux, macOS)

13 lines (12 loc) 360 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports.hot = void 0; const scope_1 = require('../scope'); function hot(update) { if (process.env.NODE_ENV !== 'production') { process.env.NODE_ENV === 'development' && (0, scope_1.$$scope)().setIsHot(true); } update(); } exports.hot = hot; //# sourceMappingURL=hot.js.map