react-code-dataset / next.js /turbopack /crates /turbopack-ecmascript /tests /analyzer /graph /try /input.js
| let pkg; | |
| try { | |
| pkg = require("packages/not-found"); | |
| } catch (e) { | |
| pkg = require("packages/found"); | |
| } | |
| pkg.fn(); | |
| let pkg; | |
| try { | |
| pkg = require("packages/not-found"); | |
| } catch (e) { | |
| pkg = require("packages/found"); | |
| } | |
| pkg.fn(); | |