Skip to content

Commit

Permalink
fix dead reference
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Dec 22, 2019
1 parent 0c3b578 commit 5d3c36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module.ts
Expand Up @@ -41,7 +41,7 @@ import {
RollupWarning,
TransformModuleJSON
} from './rollup/types';
import { error, Errors, errSyntheticNamedExportsNeedDefault } from './utils/error';
import { error, Errors } from './utils/error';
import getCodeFrame from './utils/getCodeFrame';
import { getOriginalLocation } from './utils/getOriginalLocation';
import { makeLegal } from './utils/identifierHelpers';
Expand Down

0 comments on commit 5d3c36c

Please sign in to comment.