mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 11:11:30 +03:00
a13a78e3fe
**BREAKING CHANGE:** Breaking changes for `@swc/helpers`. A new major version `0.5.0` is required. **Related issue:** - Closes https://github.com/swc-project/swc/issues/7157
5 lines
135 B
JavaScript
5 lines
135 B
JavaScript
export function _read_only_error(name) {
|
|
throw new TypeError("\"" + name + "\" is read-only");
|
|
}
|
|
export { _read_only_error as _ };
|