Skip to content

Commit

Permalink
feat: mdx and csf ast parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 16, 2020
1 parent 0a66273 commit 6da1762
Show file tree
Hide file tree
Showing 23 changed files with 2,219 additions and 416 deletions.
14 changes: 13 additions & 1 deletion core/instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,28 @@
"dependencies": {
"@babel/parser": "^7.8.4",
"@babel/traverse": "^7.8.4",
"typescript": "3.5.3"
"@mdx-js/loader": "^1.5.5",
"typescript": "3.5.3",
"loader-utils": "^1.2.3",
"memory-fs": "^0.5.0",
"webpack": "^4.41.2"

},
"devDependencies": {
"@babel/types": "^7.8.3",
"@types/jest": "^25.1.2",
"cross-env": "^5.2.1",
"docz-rollup": "^2.1.0",
"eslint": "^6.5.1",
"eslint-config-docz-ts": "^2.1.0",
"jest": "^24.9.0"
},
"jest": {
"testEnvironment": "node",
"roots": [
"."
]
},
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion core/instrument/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { config } from 'docz-rollup';

export default config({
input: './src/index.ts',
input: ['./src/index.ts'],
});
347 changes: 0 additions & 347 deletions core/instrument/src/__snapshots__/get-csf-stories.test.ts.snap

This file was deleted.

Loading

0 comments on commit 6da1762

Please sign in to comment.