regexper-static/src/js/parser/javascript/subexp.js
Jeff Avallone 7d84669536 First cut of rendering match elements
This is currently broken, but a starting point for further work.
2014-12-02 21:02:48 -05:00

7 lines
112 B
JavaScript

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