Skip to content

Commit

Permalink
chore: remove accessor type workaround
Browse files Browse the repository at this point in the history
Due to angular/dgeni-packages#246 the Material docs package used a workaround for accessor types.

The issue has been fixed with angular/dgeni-packages#247 and the workaround can be removed now.
  • Loading branch information
devversion committed Oct 9, 2017
1 parent 4d97271 commit 94e82a3
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 110 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"axe-webdriverjs": "^1.1.1",
"chalk": "^1.1.3",
"dgeni": "^0.4.9",
"dgeni-packages": "^0.21.1",
"dgeni-packages": "^0.22.0",
"firebase": "^4.0.0",
"firebase-admin": "^5.0.0",
"firebase-tools": "^3.11.0",
Expand Down
62 changes: 0 additions & 62 deletions tools/dgeni/common/dgeni-accessors-parse.ts

This file was deleted.

2 changes: 0 additions & 2 deletions tools/dgeni/processors/categorizer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import {
isService
} from '../common/decorators';
import {MethodMemberDoc} from 'dgeni-packages/typescript/api-doc-types/MethodMemberDoc';
import {dgeniAccessorsParse} from '../common/dgeni-accessors-parse';
import {sortCategorizedMembers} from '../common/sort-members';

export interface CategorizedClassDoc extends ClassExportDoc {
Expand Down Expand Up @@ -119,7 +118,6 @@ export class Categorizer implements Processor {
*/
private decoratePropertyDoc(propertyDoc: CategorizedPropertyMemberDoc) {
decorateDeprecatedDoc(propertyDoc);
dgeniAccessorsParse(propertyDoc);

propertyDoc.isDirectiveInput = isDirectiveInput(propertyDoc);
propertyDoc.directiveInputAlias = getDirectiveInputAlias(propertyDoc);
Expand Down

0 comments on commit 94e82a3

Please sign in to comment.