swc/crates/jsdoc/tests/fixtures/quotename.js
2021-11-10 16:39:01 +09:00

18 lines
223 B
JavaScript

/** @namespace */
var chat = {};
/**
@namespace
*/
chat["#channel"] = {};
/**
@member
@type {boolean}
@defaultvalue
*/
chat["#channel"].open = true;
/**
@event chat."#channel"."op:announce-motd"
*/