We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4dc27 commit 158b2d7Copy full SHA for 158b2d7
packages/babel-plugin-transform-jsx-to-htm/index.mjs
@@ -4,7 +4,7 @@ import jsx from '@babel/plugin-syntax-jsx';
4
* @param {Babel} babel
5
* @param {object} [options]
6
* @param {string} [options.tag='html'] The tagged template "tag" function name to produce.
7
- * @param {boolean} [options.terse=true] Output `<//>` for closing component tags
+ * @param {boolean} [options.terse=false] Output `<//>` for closing component tags
8
* @param {string | boolean | object} [options.import=false] Import the tag automatically
9
*/
10
export default function jsxToHtmBabelPlugin({ types: t }, options = {}) {
0 commit comments