Skip to content

Commit 158b2d7

Browse files
authored
Update index.mjs
1 parent 8b4dc27 commit 158b2d7

File tree

1 file changed

+1
-1
lines changed
  • packages/babel-plugin-transform-jsx-to-htm

1 file changed

+1
-1
lines changed

packages/babel-plugin-transform-jsx-to-htm/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import jsx from '@babel/plugin-syntax-jsx';
44
* @param {Babel} babel
55
* @param {object} [options]
66
* @param {string} [options.tag='html'] The tagged template "tag" function name to produce.
7-
* @param {boolean} [options.terse=true] Output `<//>` for closing component tags
7+
* @param {boolean} [options.terse=false] Output `<//>` for closing component tags
88
* @param {string | boolean | object} [options.import=false] Import the tag automatically
99
*/
1010
export default function jsxToHtmBabelPlugin({ types: t }, options = {}) {

0 commit comments

Comments
 (0)