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

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