File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env deno run
22/* eslint-disable no-console */
3- import * as msgpack from "https://esm.sh/@msgpack/msgpack" ;
3+ import * as msgpack from "https://esm.sh/@msgpack/msgpack/mod.ts " ;
44
55console . log ( msgpack . decode ( msgpack . encode ( "Hello, world!" ) ) ) ;
Original file line number Diff line number Diff line change 11#!/usr/bin/env deno run
22/* eslint-disable no-console */
3- import * as msgpack from "https://unpkg.com/@msgpack/msgpack?module " ;
3+ import * as msgpack from "https://unpkg.com/@msgpack/msgpack/mod.ts " ;
44
55console . log ( msgpack . decode ( msgpack . encode ( "Hello, world!" ) ) ) ;
Original file line number Diff line number Diff line change 9090 "webpack-cli" : " latest"
9191 },
9292 "files" : [
93+ " mod.ts" ,
9394 " src/**/*.*" ,
9495 " dist/**/*.*" ,
9596 " dist.es5+umd/**/*.*" ,
You can’t perform that action at this time.
0 commit comments