mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 15:50:47 +00:00

PR-URL: https://github.com/nodejs/node/pull/3310 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
var parser = require('./parser.generated.js').parser
|
|
|
|
module.exports = function(argument) {
|
|
return parser.parse(argument) }
|