Skip to content

Commit d551861

Browse files
authored
chore: update for new "deno.temporal" lib (#31)
1 parent 8d11a76 commit d551861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/tsoptions/enummaps.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ var LibMap = collections.NewOrderedMapFromList([]collections.MapEntry[string, an
129129
{Key: "deno.cache", Value: "lib.deno.cache.d.ts"},
130130
{Key: "deno.webgpu", Value: "lib.deno.webgpu.d.ts"},
131131
{Key: "deno.shared_globals", Value: "lib.deno.shared_globals.d.ts"},
132+
{Key: "deno.temporal", Value: "lib.deno.temporal.d.ts"},
132133
{Key: "deno.unstable", Value: "lib.deno.unstable.d.ts"},
133134
{Key: "dom.extras", Value: "lib.dom.extras.d.ts"},
134135
{Key: "node", Value: "lib.node.d.ts"},

0 commit comments

Comments
 (0)