Skip to content

Commit 7e063cb

Browse files
committed
fix: formatting
1 parent 1c5e476 commit 7e063cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@lwc/template-compiler/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ const { code, warnings } = compile(`<template><h1>Hello World!</h1></template>`,
6464
- `customRendererConfig` (CustomRendererConfig, optional) - specifies a configuration to use to match elements. Matched elements will get a custom renderer hook in the generated template.
6565
- `instrumentation` (InstrumentationObject, optional) - instrumentation object to gather metrics and non-error logs for internal use. See the `@lwc/errors` package for details on the interface.
6666
- `disableSyntheticShadowSupport` (type: `boolean`, default: `false`) - Set to true if synthetic shadow DOM support is not needed, which can result in smaller/faster output.
67-
6867
- Example 1: Config to match `<use>` elements under the `svg` namespace and have `href` attribute set.
6968

7069
```

0 commit comments

Comments
 (0)