swc/crates/swc_bundler/tests/.cache/untrusted/9461524ac188dc000b724f41c6ceb1cd66bacbb9.ts
2021-11-09 20:42:49 +09:00

15 lines
388 B
TypeScript

// Loaded from https://cdn.skypack.dev/-/deprecation@v2.3.1-uvOjAQiALAZPHmrlznlP/dist=es2020,mode=imports/optimized/deprecation.js
class Deprecation extends Error {
constructor(message) {
super(message);
if (Error.captureStackTrace) {
Error.captureStackTrace(this, this.constructor);
}
this.name = "Deprecation";
}
}
export {Deprecation};
export default null;