mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-23 20:40:34 +03:00
refactor(*): move helper fucntions from core and preset-html5 to separate package — plugin-helper
This commit is contained in:
@@ -5,7 +5,7 @@ const {
|
||||
PLACEHOLDER_SPACE, PLACEHOLDER_SPACE_TAB,
|
||||
SLASH,
|
||||
BACKSLASH,
|
||||
} = require('./char');
|
||||
} = require('@bbob/plugin-helper/lib/char');
|
||||
const Token = require('./Token');
|
||||
|
||||
const createTokenOfType = (type, value, line, row) => new Token(type, value, line, row);
|
||||
|
||||
Reference in New Issue
Block a user