Skip to content

Commit

Permalink
fix(typescript-estree): reduce bundle footprint of tsutils (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 authored and bradzacher committed Nov 6, 2019
1 parent f63c9c2 commit c8fe515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-estree/src/convert-comments.ts
@@ -1,5 +1,5 @@
import * as ts from 'typescript'; // leave this as * as ts so people using util package don't need syntheticDefaultImports
import { forEachComment } from 'tsutils';
import { forEachComment } from 'tsutils/util/util';
import { getLocFor } from './node-utils';
import { TSESTree } from './ts-estree';

Expand Down

0 comments on commit c8fe515

Please sign in to comment.