Skip to content

Commit

Permalink
feat(collection): remove deprecated collection parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Aug 5, 2020
1 parent 043e2d8 commit 1a94d1e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 553 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import * as d from '../../../declarations';
import { join } from 'path';
import { parseComponentsDeprecated } from './parse-collection-deprecated';
import { updateModule } from '../static-to-meta/parse-static';
import ts from 'typescript';

Expand All @@ -12,8 +11,6 @@ export const parseCollectionComponents = (
collectionManifest: d.CollectionManifest,
collection: d.CollectionCompilerMeta,
) => {
parseComponentsDeprecated(config, compilerCtx, collection, collectionDir, collectionManifest);

if (collectionManifest.entries) {
collectionManifest.entries.forEach(entryPath => {
const componentPath = join(collectionDir, entryPath);
Expand Down
Loading

0 comments on commit 1a94d1e

Please sign in to comment.