mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
chore(eslint): enforce the use of import type
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import Constants from '../../../utils/Constants.js';
|
||||
import { YTNode, observe, type ObservedArray } from '../../helpers.js';
|
||||
import type { YTNode} from '../../helpers.js';
|
||||
import { observe, type ObservedArray } from '../../helpers.js';
|
||||
import Parser, { type RawNode } from '../../index.js';
|
||||
import NavigationEndpoint from '../NavigationEndpoint.js';
|
||||
import type NavigationEndpoint from '../NavigationEndpoint.js';
|
||||
import Text from './Text.js';
|
||||
import TextRun from './TextRun.js';
|
||||
import type TextRun from './TextRun.js';
|
||||
import Thumbnail from './Thumbnail.js';
|
||||
|
||||
export default class Author {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import Player from '../../../core/Player.js';
|
||||
import type Player from '../../../core/Player.js';
|
||||
import { InnertubeError } from '../../../utils/Utils.js';
|
||||
import type { RawNode } from '../../index.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user