Skip to content

Commit

Permalink
refactor(shader-ast): split large TS files into smaller subfolders
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 18, 2019
1 parent e1cf355 commit 9a4881b
Show file tree
Hide file tree
Showing 31 changed files with 2,575 additions and 2,385 deletions.
4 changes: 2 additions & 2 deletions packages/shader-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:test": "rimraf build && tsc -p test/tsconfig.json",
"test": "yarn build:test && mocha build/test/*.js",
"cover": "yarn build:test && nyc mocha build/test/*.js && nyc report --reporter=lcov",
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib std",
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib api ast builtin",
"doc": "node_modules/.bin/typedoc --mode modules --out doc --ignoreCompilerErrors src",
"pub": "yarn build:release && yarn publish --access public"
},
Expand Down Expand Up @@ -57,4 +57,4 @@
"access": "public"
},
"sideEffects": false
}
}
Loading

0 comments on commit 9a4881b

Please sign in to comment.