chore(scripts): introduce ts-node sub-package#26109
Merged
Hotell merged 2 commits intomicrosoft:masterfrom Dec 28, 2022
Merged
Conversation
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 20221afa1c8dde9afe17a278ddcc0a8a9a4817e2 (build) |
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 1545 | 1543 | 5000 | |
| Button | mount | 1120 | 1108 | 5000 | |
| FluentProvider | mount | 1922 | 1919 | 5000 | |
| FluentProviderWithTheme | mount | 754 | 746 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 708 | 716 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 751 | 761 | 10 | |
| MakeStyles | mount | 2279 | 2277 | 50000 | |
| Persona | mount | 3634 | 3572 | 5000 | |
| SpinButton | mount | 3001 | 2988 | 5000 |
Collaborator
📊 Bundle size reportUnchanged fixtures
|
Collaborator
🕵 fluentuiv8 No visual regressions between this PR and main |
Collaborator
🕵 fluentuiv9 No visual regressions between this PR and main |
Collaborator
Perf Analysis (
|
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| BaseButton | mount | 1403 | 1413 | 5000 | |
| Breadcrumb | mount | 3401 | 3457 | 1000 | |
| Checkbox | mount | 3074 | 3048 | 5000 | |
| CheckboxBase | mount | 2743 | 2762 | 5000 | |
| ChoiceGroup | mount | 5188 | 5253 | 5000 | |
| ComboBox | mount | 1442 | 1440 | 1000 | |
| CommandBar | mount | 11151 | 11240 | 1000 | |
| ContextualMenu | mount | 12666 | 12655 | 1000 | |
| DefaultButton | mount | 1601 | 1633 | 5000 | |
| DetailsRow | mount | 4256 | 4198 | 5000 | |
| DetailsRowFast | mount | 4280 | 4205 | 5000 | |
| DetailsRowNoStyles | mount | 4064 | 3994 | 5000 | |
| Dialog | mount | 3661 | 3581 | 1000 | |
| DocumentCardTitle | mount | 678 | 662 | 1000 | |
| Dropdown | mount | 3751 | 3751 | 5000 | |
| FocusTrapZone | mount | 2371 | 2356 | 5000 | |
| FocusZone | mount | 2280 | 2313 | 5000 | |
| GroupedList | mount | 2190 | 2493 | 2 | |
| GroupedList | virtual-rerender | 1325 | 1313 | 2 | |
| GroupedList | virtual-rerender-with-unmount | 1951 | 1972 | 2 | |
| GroupedListV2 | mount | 671 | 670 | 2 | |
| GroupedListV2 | virtual-rerender | 637 | 634 | 2 | |
| GroupedListV2 | virtual-rerender-with-unmount | 672 | 685 | 2 | |
| IconButton | mount | 2215 | 2250 | 5000 | |
| Label | mount | 855 | 843 | 5000 | |
| Layer | mount | 4966 | 5042 | 5000 | |
| Link | mount | 984 | 959 | 5000 | |
| MenuButton | mount | 1955 | 2001 | 5000 | |
| MessageBar | mount | 2739 | 2708 | 5000 | |
| Nav | mount | 3771 | 3807 | 1000 | |
| OverflowSet | mount | 1605 | 1618 | 5000 | |
| Panel | mount | 2987 | 2985 | 1000 | |
| Persona | mount | 1580 | 1564 | 1000 | |
| Pivot | mount | 1875 | 1935 | 1000 | |
| PrimaryButton | mount | 1823 | 1781 | 5000 | |
| Rating | mount | 8249 | 8148 | 5000 | |
| SearchBox | mount | 1781 | 1789 | 5000 | |
| Shimmer | mount | 3317 | 3336 | 5000 | |
| Slider | mount | 2482 | 2471 | 5000 | |
| SpinButton | mount | 5446 | 5402 | 5000 | |
| Spinner | mount | 940 | 911 | 5000 | |
| SplitButton | mount | 3685 | 3640 | 5000 | |
| Stack | mount | 1010 | 980 | 5000 | |
| StackWithIntrinsicChildren | mount | 2743 | 2705 | 5000 | |
| StackWithTextChildren | mount | 5650 | 5571 | 5000 | |
| SwatchColorPicker | mount | 12075 | 12298 | 5000 | |
| TagPicker | mount | 3064 | 3024 | 5000 | |
| TeachingBubble | mount | 97963 | 98231 | 5000 | |
| Text | mount | 921 | 939 | 5000 | |
| TextField | mount | 1852 | 1884 | 5000 | |
| ThemeProvider | mount | 1821 | 1770 | 5000 | |
| ThemeProvider | virtual-rerender | 1264 | 1285 | 5000 | |
| ThemeProvider | virtual-rerender-with-unmount | 2525 | 2531 | 5000 | |
| Toggle | mount | 1306 | 1273 | 5000 | |
| buttonNative | mount | 649 | 633 | 5000 |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit c288aa4:
|
Collaborator
🕵 FluentUI-v0 No visual regressions between this PR and main |
ling1726
approved these changes
Dec 28, 2022
Closed
18 tasks
layershifter
reviewed
Jan 3, 2023
Comment on lines
4
to
6
| // https://github.com/TypeStrong/ts-node#skipproject - don't read tsconfig within ts-node | ||
| skipProject: true, | ||
| swc: true, |
Member
There was a problem hiding this comment.
Wondering if we can remove this completely and just use config in tsconfig.json (https://typestrong.org/ts-node/docs/swc/). Or this will be too implicit?
q1b
pushed a commit
to q1b/fluentui
that referenced
this pull request
Jan 24, 2023
* chore(scripts): introduce ts-node sub-package * generate change-files
Hotell
added a commit
to Hotell/fluentui
that referenced
this pull request
Feb 9, 2023
* chore(scripts): introduce ts-node sub-package * generate change-files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Behavior
ts-node register is moved under sub-package folder
Related Issue(s)
/scripts) #24349