Skip to content

Commit

Permalink
feat: Add Dynamic TypeScript DocGen Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Mar 22, 2018
1 parent 14d8a17 commit 818f23a
Show file tree
Hide file tree
Showing 14 changed files with 106 additions and 532 deletions.
6 changes: 4 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/marked": "^0.3.0",
"core-js": "^2.4.1",
"jsesc": "^1.3.0",
"marked": "^0.3.6",
Expand All @@ -31,8 +30,11 @@
},
"devDependencies": {
"@types/express": "^4.0.35",
"@types/marked": "^0.3.0",
"@types/node": "^9.4.6",
"@types/react": "^16.0.0",
"@types/react-router": "^3.0.11",
"@types/tapable": "^0.2.4",
"@types/webpack": "^2.2.15",
"@types/webpack-env": "^1.13.0",
"awesome-typescript-loader": "^3.1.2",
Expand All @@ -55,7 +57,7 @@
"serve-static": "^1.12.2",
"source-map-loader": "^0.1.5",
"ts-loader": "^2.0.3",
"typescript": "^2.2.0",
"typescript": "^2.7.2",
"url-loader": "^0.5.8",
"webpack": "^2.3.2",
"webpack-build-dll-plugin": "^1.3.2",
Expand Down
331 changes: 0 additions & 331 deletions docs/scripts/parser.js

This file was deleted.

Loading

0 comments on commit 818f23a

Please sign in to comment.