swc/crates/jsdoc/tests/fixtures/quotename.js

18 lines
223 B
JavaScript
Raw Normal View History

2020-08-14 12:20:25 +03:00
/** @namespace */
var chat = {};
/**
@namespace
*/
chat["#channel"] = {};
/**
@member
@type {boolean}
@defaultvalue
*/
chat["#channel"].open = true;
/**
@event chat."#channel"."op:announce-motd"
*/