$
This commit is contained in:
21
node_modules/riot/esm/api/__.js
generated
vendored
Normal file
21
node_modules/riot/esm/api/__.js
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
/* Riot WIP, @license MIT */
|
||||
import { template, createBinding, createExpression, bindingTypes, expressionTypes } from '@riotjs/dom-bindings';
|
||||
import { DOM_COMPONENT_INSTANCE_PROPERTY, PARENT_KEY_SYMBOL } from '@riotjs/util';
|
||||
import cssManager from '../core/css-manager.js';
|
||||
|
||||
const __ = {
|
||||
cssManager,
|
||||
DOMBindings: {
|
||||
template,
|
||||
createBinding,
|
||||
createExpression,
|
||||
bindingTypes,
|
||||
expressionTypes
|
||||
},
|
||||
globals: {
|
||||
DOM_COMPONENT_INSTANCE_PROPERTY,
|
||||
PARENT_KEY_SYMBOL
|
||||
}
|
||||
};
|
||||
|
||||
export { __ };
|
Reference in New Issue
Block a user