Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Parser functions.
|
||||
*/
|
||||
|
||||
var parserFunctions = require('./lib/parse');
|
||||
Object.keys(parserFunctions).forEach(function (k) { exports[k] = parserFunctions[k]; });
|
||||
|
||||
/**
|
||||
* Builder functions.
|
||||
*/
|
||||
|
||||
var builderFunctions = require('./lib/build');
|
||||
Object.keys(builderFunctions).forEach(function (k) { exports[k] = builderFunctions[k]; });
|
||||
Reference in New Issue
Block a user