File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 66 * @typedef {import('./types.js').Entry } Entry
77 */
88
9- import { URL } from 'node:url '
9+ import { bcp47Normalize as normalize } from 'bcp-47-normalize '
1010import { u } from 'unist-builder'
1111import { x } from 'xastscript'
12- import { bcp47Normalize as normalize } from 'bcp-47-normalize'
1312import { toAuthor , toDate } from './util.js'
1413
1514/**
Original file line number Diff line number Diff line change 55 * @typedef {import('./types.js').Entry } Entry
66 */
77
8- import { URL } from 'node:url '
8+ import { bcp47Normalize as normalize } from 'bcp-47-normalize '
99import { u } from 'unist-builder'
1010import { x } from 'xastscript'
11- import { bcp47Normalize as normalize } from 'bcp-47-normalize'
1211import { toAuthor , toDate } from './util.js'
1312
1413/**
You can’t perform that action at this time.
0 commit comments