---
source: crates/rolldown_testing/src/integration_test.rs
---
# Assets
## entry.js
```js
// HIDDEN [\0rolldown/runtime.js]
//#region entry.js
try {
oldLocale = globalLocale._abbr;
__require("./locale/" + name);
getSetGlobalLocale(oldLocale);
} catch (e) {}
//#endregion
```