diff options
author | 2023-04-17 00:30:40 -0700 | |
---|---|---|
committer | 2023-04-17 00:30:40 -0700 | |
commit | 5a8cfd839041af3492f2637bfd6cc8dd9b2d1fd4 (patch) | |
tree | 976e86e4460bc4d13a653bf5c8da6590caf1dece /bench/snippets/http-hello.node.mjs | |
parent | a2d5e7c570aca3c2e14a991617282da93bfa30f9 (diff) | |
download | bun-5a8cfd839041af3492f2637bfd6cc8dd9b2d1fd4.tar.gz bun-5a8cfd839041af3492f2637bfd6cc8dd9b2d1fd4.tar.zst bun-5a8cfd839041af3492f2637bfd6cc8dd9b2d1fd4.zip |
Deoptimize CJS -> ESM transform on computed property access of `exports` object
Example:
```js
for (var k in constants) {
exports[k] = constants[k];
}
```
Diffstat (limited to 'bench/snippets/http-hello.node.mjs')
0 files changed, 0 insertions, 0 deletions