Skip to content

Commit

Permalink
Program needed type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro authored Apr 19, 2019
1 parent 910a176 commit e53d1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build/src/babel-plugin-bare-specifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import dynamicImportSyntax from '@babel/plugin-syntax-dynamic-import';
import {NodePath} from '@babel/traverse';
import {CallExpression, ExportAllDeclaration, ExportNamedDeclaration, ImportDeclaration} from 'babel-types';
import {CallExpression, ExportAllDeclaration, ExportNamedDeclaration, ImportDeclaration, Program} from 'babel-types';
import {resolve} from 'polymer-analyzer/lib/javascript/resolve-specifier-node';

const isPathSpecifier = (s: string) => /^\.{0,2}\//.test(s);
Expand Down

0 comments on commit e53d1c5

Please sign in to comment.