$
This commit is contained in:
10
node_modules/riot/esm/core/mocked-template-interface.js
generated
vendored
Normal file
10
node_modules/riot/esm/core/mocked-template-interface.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Riot WIP, @license MIT */
|
||||
import { PURE_COMPONENT_API } from './pure-component-api.js';
|
||||
import { noop } from '@riotjs/util';
|
||||
|
||||
const MOCKED_TEMPLATE_INTERFACE = Object.assign({}, PURE_COMPONENT_API, {
|
||||
clone: noop,
|
||||
createDOM: noop
|
||||
});
|
||||
|
||||
export { MOCKED_TEMPLATE_INTERFACE };
|
Reference in New Issue
Block a user