File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env -S bun run
22
3- import { parse , Node } from '../mod' ;
3+ import { parse , Node } from '../mod.ts ' ;
44
55const blog = async ( ) => {
66 const parser = parse ( 'https://dbushell.com/rss.xml' ) ;
Original file line number Diff line number Diff line change 11#!/usr/bin/env -S deno run --allow-net
22
3- import { parse , Node } from 'jsr:@dbushell/xml-streamify@0.2 ' ;
3+ import { parse , Node } from '../mod.ts ' ;
44
55const blog = async ( ) => {
66 const parser = parse ( 'https://dbushell.com/rss.xml' ) ;
Original file line number Diff line number Diff line change 11#!/usr/bin/env -S node
22
3- import { parse } from '@jsr/dbushell__xml-streamify' ;
3+ // https://jsr.io/@dbushell /xml-streamify
4+ import { parse } from '@dbushell/xml-streamify' ;
45
56const blog = async ( ) => {
67 const parser = parse ( 'https://dbushell.com/rss.xml' ) ;
You can’t perform that action at this time.
0 commit comments