enable conditionnal loading for polyfill

This commit is contained in:
Pierre Tachoire
2025-07-05 16:45:01 -07:00
parent 300428ddfb
commit 941dace7f9
9 changed files with 93 additions and 29 deletions

View File

@@ -39,6 +39,7 @@ pub const Scope = enum {
unknown_prop,
web_api,
xhr,
polyfill,
};
const Opts = struct {