mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-28 08:02:16 +08:00
10 lines
237 B
JavaScript
10 lines
237 B
JavaScript
import { cssWideKeywords } from '../../lexer/generic-const.js';
|
|
import definitions from '../../data.js';
|
|
import * as node from '../node/index.js';
|
|
|
|
export default {
|
|
generic: true,
|
|
cssWideKeywords,
|
|
...definitions,
|
|
node
|
|
};
|