diff options
Diffstat (limited to 'node_modules/@babel/runtime/helpers/builtin/classNameTDZError.js')
| -rw-r--r-- | node_modules/@babel/runtime/helpers/builtin/classNameTDZError.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/@babel/runtime/helpers/builtin/classNameTDZError.js b/node_modules/@babel/runtime/helpers/builtin/classNameTDZError.js new file mode 100644 index 00000000..8c1bdf55 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/builtin/classNameTDZError.js @@ -0,0 +1,5 @@ +function _classNameTDZError(name) { + throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys."); +} + +module.exports = _classNameTDZError;
\ No newline at end of file |
