summaryrefslogtreecommitdiff
path: root/ext/webidl/lib.rs
blob: 51dbed33a589ac3dc5d3c4afb1adce7229fe882f (plain)
1
2
3
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.

deno_core::extension!(deno_webidl, esm = ["00_webidl.js"],);