Skip to content

Commit c6c8fad

Browse files
Jake ChampionJakeChampion
authored andcommitted
Add test which confirms builtins can be extended from
1 parent ecc6cc0 commit c6c8fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/js-compute/fixtures/extend-from-builtins/extend-from-builtins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const builtins = [
1313
// URL,
1414
// URLSearchParams,
1515
]
16-
16+
1717
addEventListener("fetch", event => {
1818
for (const builtin of builtins) {
1919
class customClass extends builtin {

0 commit comments

Comments
 (0)