Commit 3e168e4
authored
Rework scripts to no longer require the build-tools step, and make eventual direct TS transition easier (#3935)
* move tsconfig.json to dedicated location and switch scripts to build based of rnx-kit's node tsconfig
* update tsconfigs to reference new tsconfig.json location
* fix some of the base scripts, remove broken debug metro script
* rename .ts files in scripts to .js
* fix script build errors after full TS validation
* use explicit import syntax for local files
* move just config to configs folder
* convert to module syntax and remove (now unused) just configs
* update scripts package to be fully js, use esm, and validate fully
* Change files
* have scripts use the same command set as all other folders
* reorganize scripts and turn on strict linting
* update references in babel.config.js files
* more script updates
* fix lint configuration with new format
* fix repo linting with new configs and version, fixing linting errors as well
* fix some styling issues from lint --fix and remove unused ignore files
* fix jest tests
* udpate fixture to remove extra formatting
* finish script conversion to modern js with jsdoc syntax
* export ObjectBase from framework to help type inferences
* exclude lib to not cause false breaks from past builds
* remove unnecessary lage config options and leverage the cli for prettier
* fix align-deps (which requires .cjs) and remove 'react-dom' preset
* remove pipeline step for build tools as well as the repo script
* fix check modified task and remove align-deps from depcheck1 parent 3d36cc9 commit 3e168e4
File tree
365 files changed
+1402
-861
lines changed- .ado/templates
- .vscode
- apps
- E2E
- component-generator/component-templates/ComponentTemplate
- fluent-tester
- win32
- change
- packages
- codemods
- src/transforms/__testfixtures__
- components
- Avatar
- Badge
- Button
- Callout
- Checkbox
- Chip
- ContextualMenu
- Divider
- FocusTrapZone
- FocusZone
- Icon
- Input
- Link
- MenuButton
- Menu
- Notification
- PersonaCoin
- Persona
- Pressable
- RadioGroup
- Separator
- Stack
- Switch
- TabList
- Text
- dependency-profiles
- deprecated
- foundation-composable
- foundation-compose
- foundation-settings
- foundation-tokens
- theme-registry
- themed-settings
- theming-ramp
- theming-react-native
- experimental
- ActivityIndicator
- AppearanceAdditions
- Avatar
- Checkbox
- Drawer
- Dropdown
- Expander
- MenuButton
- NativeDatePicker
- NativeFontMetrics
- Overflow
- Popover
- Shadow
- Shimmer
- Spinner
- Stack
- Tooltip
- VibrancyView
- framework
- composition
- framework
- src
- immutable-merge
- memo-cache
- merge-props
- themed-stylesheet
- theme
- use-slots
- use-slot
- use-styling
- use-tokens
- libraries/core
- theming
- android-theme
- apple-theme
- default-theme
- theme-tokens
- theme-types
- theming-utils
- win32-theme
- utils
- adapters
- interactive-hooks
- styling
- test-tools
- tokens
- scripts
- configs
- lint-staged
- src
- configs
- jest
- preinstall
- tasks
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
365 files changed
+1402
-861
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 4 | | |
9 | 5 | | |
10 | | - | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 49 | | |
65 | 50 | | |
66 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments