mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
12 lines
170 B
JavaScript
12 lines
170 B
JavaScript
/**
|
|
* ugh!
|
|
* @module some/deprecated
|
|
* @deprecated this module is the worst.
|
|
*/
|
|
|
|
/**
|
|
* this class is great
|
|
*/
|
|
export default class Thing { }
|
|
|
|
// some other comment
|