Skip to content

Commit

Permalink
Merge pull request #3234 from iclanton/load-themed-styles-no-tslib
Browse files Browse the repository at this point in the history
Do not import helpers in load-themed-styles.
  • Loading branch information
iclanton authored Feb 15, 2022
2 parents 693cf2b + c0b1eb6 commit aeabb92
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 62 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@microsoft/load-themed-styles",
"comment": "Do not import TS helpers.",
"type": "patch"
}
],
"packageName": "@microsoft/load-themed-styles"
}
59 changes: 1 addition & 58 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "a55d514dff735353e02d4c6b65b36a6c44622b4f",
"pnpmShrinkwrapHash": "0fd4655f564eef2e72711986d0e95e8ca543085f",
"preferredVersionsHash": "d2a5d015a5e5f4861bc36581c3c08cb789ed7fab"
}
3 changes: 0 additions & 3 deletions libraries/load-themed-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@
"@rushstack/heft-web-rig": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/webpack-env": "1.13.0"
},
"dependencies": {
"tslib": "~2.3.1"
}
}
1 change: 1 addition & 0 deletions libraries/load-themed-styles/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./node_modules/@rushstack/heft-web-rig/profiles/library/tsconfig-base.json",
"compilerOptions": {
"importHelpers": false,
"module": "commonjs",
"types": ["heft-jest", "webpack-env"]
}
Expand Down

0 comments on commit aeabb92

Please sign in to comment.