Merge "Move ba-linkify to link-text-parser"

This commit is contained in:
Tao Zhou
2020-08-11 07:37:21 +00:00
committed by Gerrit Code Review
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ import '../../../styles/shared-styles';
import {GestureEventListeners} from '@polymer/polymer/lib/mixins/gesture-event-listeners';
import {LegacyElementMixin} from '@polymer/polymer/lib/legacy/legacy-element-mixin';
import {PolymerElement} from '@polymer/polymer/polymer-element';
import 'ba-linkify/ba-linkify';
import {htmlTemplate} from './gr-linked-text_html';
import {GrLinkTextParser, LinkTextParserConfig} from './link-text-parser';
import {GerritNav} from '../../core/gr-navigation/gr-navigation';

View File

@@ -15,6 +15,7 @@
* limitations under the License.
*/
import 'ba-linkify/ba-linkify';
import {getBaseUrl} from '../../../utils/url-util';
import {CommentLinkInfo} from '../../../types/common';