diff options
author | 2023-02-06 19:27:16 -0800 | |
---|---|---|
committer | 2023-02-06 19:27:16 -0800 | |
commit | ed72bee37339dacb36dc167146ff22f25f97d82a (patch) | |
tree | f8049f7448c7c7df0e7aa869590d3531c28410d9 /src/bun.js/api/filesystem_router.classes.ts | |
parent | 05f3a22cba9bdcc3944dbb8ab44a7c306da5e9d3 (diff) | |
download | bun-ed72bee37339dacb36dc167146ff22f25f97d82a.tar.gz bun-ed72bee37339dacb36dc167146ff22f25f97d82a.tar.zst bun-ed72bee37339dacb36dc167146ff22f25f97d82a.zip |
Mark some things as not configurable
Diffstat (limited to 'src/bun.js/api/filesystem_router.classes.ts')
-rw-r--r-- | src/bun.js/api/filesystem_router.classes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/api/filesystem_router.classes.ts b/src/bun.js/api/filesystem_router.classes.ts index 9bcf56dd3..9af94047c 100644 --- a/src/bun.js/api/filesystem_router.classes.ts +++ b/src/bun.js/api/filesystem_router.classes.ts @@ -6,7 +6,7 @@ export default [ construct: true, finalize: true, JSType: "0b11101110", - + configurable: false, proto: { match: { fn: "match", |