Skip to content

Commit

Permalink
Merge pull request #7 from Gerrit0/master
Browse files Browse the repository at this point in the history
feat(docs): Add TypeDoc script
  • Loading branch information
JasonHK authored Mar 2, 2021
2 parents d9b7d55 + 98366a4 commit 0a8b254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"postinstall": "ts-patch install",
"test": "jest --config ./.configs/jest.config.json",
"test:coverage": "npm run test -- --coverage",
"build:declare": "tsc --project ./.configs/tsconfig.build.declare.json"
"build:declare": "tsc --project ./.configs/tsconfig.build.declare.json",
"build:docs": "typedoc --tsconfig src/tsconfig.json src/index.ts"
},
"dependencies": {
"call-bind": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export * from "./DataView";
// Managing Memory
// https://tc39.es/ecma262/#sec-managing-memory

export * from "./WeakRef";
export * from "./FinalizationRegistry";
// export * from "./WeakRef";
// export * from "./FinalizationRegistry";

// Control Abstraction Objects
// https://tc39.es/ecma262/#sec-control-abstraction-objects
Expand Down

0 comments on commit 0a8b254

Please sign in to comment.