#How Do I Have Custom module prefix

9 messages · Page 1 of 1 (latest)

dusky shell
#

I have some I want Some like

FILE:api.ts

export const ver =1

FILE:main.ts

import { ver } from "PLAYER:api.ts"
console.log(ver)

is this posable

river obsidian
#

have you tried import maps

dusky shell
#

I've had a hard time with import maps is it just a Json file with like imports and you put the name and where it's located

#

And also is a deno config almost the same as regular typescript

neon rain
neon rain
dusky shell
#

i was try to use custom specifiers

neon rain