mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-19 01:54:02 +00:00
add node_modules
This commit is contained in:
7
node_modules/xml2js/incompat2.js
generated
vendored
Normal file
7
node_modules/xml2js/incompat2.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var xml2js = require('xml2js');
|
||||
var parser = new xml2js.Parser({
|
||||
mergeAttrs: true
|
||||
});
|
||||
parser.parseString('<outline xmlUrl="http://www.futurity.org/feed/"/>', function (err, result) {
|
||||
console.dir(result);
|
||||
});
|
Reference in New Issue
Block a user