regexper-static/src/js/parser/javascript/match.js
Jeff Avallone f8cded8eac Adding first cut of code to render alternations
Still need to implement lines to the individual parts
2014-11-30 17:54:12 -05:00

6 lines
95 B
JavaScript

import _ from 'lodash';
import Base from './base.js';
export default _.extend({}, Base, {
});