diff options
author | 2022-11-22 21:34:37 -0800 | |
---|---|---|
committer | 2022-11-22 21:34:37 -0800 | |
commit | 5767ad3fc59d1973897dd8baf5be601754f50c79 (patch) | |
tree | 59efec3d1b085d4b0ef44bfe45f44a904f6c0568 /src/bun.js/api/filesystem_router.classes.ts | |
parent | 4f41c3fb40a7cd23a48c1a888353059a69693fa8 (diff) | |
download | bun-5767ad3fc59d1973897dd8baf5be601754f50c79.tar.gz bun-5767ad3fc59d1973897dd8baf5be601754f50c79.tar.zst bun-5767ad3fc59d1973897dd8baf5be601754f50c79.zip |
Remove some dead code
Diffstat (limited to 'src/bun.js/api/filesystem_router.classes.ts')
-rw-r--r-- | src/bun.js/api/filesystem_router.classes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/api/filesystem_router.classes.ts b/src/bun.js/api/filesystem_router.classes.ts index 987ed620e..9bcf56dd3 100644 --- a/src/bun.js/api/filesystem_router.classes.ts +++ b/src/bun.js/api/filesystem_router.classes.ts @@ -63,6 +63,7 @@ export default [ getter: "getFilePath", cache: true, }, + // this is for compatibiltiy with bun-framework-next old versions scriptSrc: { getter: "getScriptSrc", cache: true, |