oxc/crates/oxc_linter/fixtures/import/deprecated-file.js

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