Skip to content

Commit

Permalink
Move everything outside of define
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava committed Nov 2, 2014
1 parent 5f66354 commit d0ad2ad
Show file tree
Hide file tree
Showing 2 changed files with 801 additions and 805 deletions.
6 changes: 2 additions & 4 deletions jsdocJson2ternjsJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var _ = require('underscore');

var jsdoc = eval(fs.readFileSync(process.argv[2], 'utf8'));
var O = {
"!name": "meteor",
Match: {
"Any": "?",
"String": "?",
Expand Down Expand Up @@ -159,8 +160,5 @@ function dealWithMisc (def, symbol, o) {
}

attach.namespace(jsdoc);
console.log(JSON.stringify({
"!name": "meteor",
"!define": O
}, null, 2))
console.log(JSON.stringify(O, null, 2))

Loading

0 comments on commit d0ad2ad

Please sign in to comment.