mirror of
https://github.com/thangisme/notes.git
synced 2026-07-28 03:43:52 -04:00
Initial commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = tokenizeBasicSymbol;
|
||||
function tokenizeBasicSymbol(state) {
|
||||
state.tokens.push([state.symbol, state.symbol, state.line, state.pos - state.offset]);
|
||||
}
|
||||
module.exports = exports['default'];
|
||||
Reference in New Issue
Block a user