Skip to content

Commit 2dc1b35

Browse files
janechuCopilot
andcommitted
chore: add declarativeTemplate to export size table
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1f639b6 commit 2dc1b35

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/fast-element/SIZES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ Bundle sizes for `@microsoft/fast-element` exports.
2121
| ElementStyles | 1.65 KB | 729 B | 623 B |
2222
| enableHydration | 42.93 KB | 13.11 KB | 11.79 KB |
2323
| ArrayObserver | 12.51 KB | 4.45 KB | 4.01 KB |
24+
| declarativeTemplate | 85.38 KB | 26.13 KB | 23.02 KB |

packages/fast-element/scripts/measure-sizes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const subpathExports = [
2828
{ name: "ElementStyles", path: "@microsoft/fast-element/styles.js", export: "ElementStyles" },
2929
{ name: "enableHydration", path: "@microsoft/fast-element/hydration.js", export: "enableHydration" },
3030
{ name: "ArrayObserver", path: "@microsoft/fast-element/arrays.js", export: "ArrayObserver" },
31+
{ name: "declarativeTemplate", path: "@microsoft/fast-element/declarative.js", export: "declarativeTemplate" },
3132
];
3233

3334
function formatBytes(bytes) {

0 commit comments

Comments
 (0)