Skip to content

Commit

Permalink
feat: type generation is almost fully working
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneslumpe committed Nov 11, 2018
1 parent 03d6bcd commit 67ccbc9
Show file tree
Hide file tree
Showing 30 changed files with 910 additions and 630 deletions.
60 changes: 35 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
"@johanneslumpe/css-value-declaration-grammer-lexer": "^0.1.4",
"@types/jest": "^23.3.5",
"@types/lodash": "^4.14.116",
"@types/rimraf": "^2.0.2",
"jest": "^23.6.0",
"lodash": "^4.17.10",
"mdn-data": "^1.2.0",
"mdn-data": "^2.0.0",
"prettier": "^1.13.7",
"rimraf": "^2.6.2",
"ts-jest": "^23.0.1",
Expand Down
62 changes: 0 additions & 62 deletions src/__tests__/generateUnionTypes.ts

This file was deleted.

1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const TYPES_BUILD_DIR = '../generated/';
62 changes: 0 additions & 62 deletions src/generateLengthUtils.ts

This file was deleted.

Loading

0 comments on commit 67ccbc9

Please sign in to comment.