Skip to content

Commit aeabb92

Browse files
authored
Merge pull request #3234 from iclanton/load-themed-styles-no-tslib
Do not import helpers in load-themed-styles.
2 parents 693cf2b + c0b1eb6 commit aeabb92

File tree

5 files changed

+13
-62
lines changed

5 files changed

+13
-62
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/load-themed-styles",
5+
"comment": "Do not import TS helpers.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/load-themed-styles"
10+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 1 addition & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/repo-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
3-
"pnpmShrinkwrapHash": "a55d514dff735353e02d4c6b65b36a6c44622b4f",
3+
"pnpmShrinkwrapHash": "0fd4655f564eef2e72711986d0e95e8ca543085f",
44
"preferredVersionsHash": "d2a5d015a5e5f4861bc36581c3c08cb789ed7fab"
55
}

libraries/load-themed-styles/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@
2222
"@rushstack/heft-web-rig": "workspace:*",
2323
"@types/heft-jest": "1.0.1",
2424
"@types/webpack-env": "1.13.0"
25-
},
26-
"dependencies": {
27-
"tslib": "~2.3.1"
2825
}
2926
}

libraries/load-themed-styles/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./node_modules/@rushstack/heft-web-rig/profiles/library/tsconfig-base.json",
33
"compilerOptions": {
4+
"importHelpers": false,
45
"module": "commonjs",
56
"types": ["heft-jest", "webpack-env"]
67
}

0 commit comments

Comments
 (0)