-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from inversify/chore/update-esm-build-to-bund…
…le-types Update esm build to bundle types
- Loading branch information
Showing
24 changed files
with
89 additions
and
168 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@inversifyjs/reflect-metadata-utils": patch | ||
"@inversifyjs/strongly-typed": patch | ||
"@inversifyjs/common": patch | ||
"@inversifyjs/core": patch | ||
--- | ||
|
||
Updated ESM build to provide proper types regardless of the ts resolution module strategy in the userland |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
/.turbo | ||
/coverage | ||
/reports | ||
|
||
**/*.spec.js | ||
**/*.spec.js.map | ||
**/*.ts | ||
!lib/**/*.d.ts | ||
lib/**/*.spec.d.ts | ||
!lib/cjs/**/*.d.ts | ||
lib/esm/**/*.d.ts.map | ||
!lib/esm/index.d.ts | ||
!lib/esm/index.d.ts.map | ||
|
||
.lintstagedrc.json | ||
eslint.config.mjs | ||
jest.config.mjs | ||
jest.config.stryker.mjs | ||
jest.js.config.mjs | ||
prettier.config.mjs | ||
rollup.config.mjs | ||
stryker.config.mjs | ||
tsconfig.json | ||
tsconfig.cjs.json | ||
tsconfig.cjs.tsbuildinfo | ||
tsconfig.esm.json | ||
tsconfig.tsbuildinfo | ||
tsconfig.esm.tsbuildinfo | ||
tsconfig.json |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import config from '@inversifyjs/foundation-rollup-config'; | ||
|
||
/** @type {!import("rollup").MergedRollupOptions[]} */ | ||
export default config; |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
/.turbo | ||
/coverage | ||
/reports | ||
|
||
**/*.spec.js | ||
**/*.spec.js.map | ||
**/*.ts | ||
!lib/**/*.d.ts | ||
lib/**/*.spec.d.ts | ||
!lib/cjs/**/*.d.ts | ||
lib/esm/**/*.d.ts.map | ||
!lib/esm/index.d.ts | ||
!lib/esm/index.d.ts.map | ||
|
||
.lintstagedrc.json | ||
eslint.config.mjs | ||
jest.config.mjs | ||
jest.config.stryker.mjs | ||
jest.js.config.mjs | ||
prettier.config.mjs | ||
rollup.config.mjs | ||
stryker.config.mjs | ||
tsconfig.json | ||
tsconfig.cjs.json | ||
tsconfig.cjs.tsbuildinfo | ||
tsconfig.esm.json | ||
tsconfig.tsbuildinfo | ||
tsconfig.esm.tsbuildinfo | ||
tsconfig.json |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import config from '@inversifyjs/foundation-rollup-config'; | ||
|
||
/** @type {!import("rollup").MergedRollupOptions[]} */ | ||
export default config; |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
/.turbo | ||
/coverage | ||
/reports | ||
|
||
**/*.spec.js | ||
**/*.spec.js.map | ||
**/*.ts | ||
!lib/**/*.d.ts | ||
lib/**/*.spec.d.ts | ||
!lib/cjs/**/*.d.ts | ||
lib/esm/**/*.d.ts.map | ||
!lib/esm/index.d.ts | ||
!lib/esm/index.d.ts.map | ||
|
||
.lintstagedrc.json | ||
eslint.config.mjs | ||
jest.config.mjs | ||
jest.config.stryker.mjs | ||
jest.js.config.mjs | ||
prettier.config.mjs | ||
rollup.config.mjs | ||
stryker.config.mjs | ||
tsconfig.json | ||
tsconfig.cjs.json | ||
tsconfig.cjs.tsbuildinfo | ||
tsconfig.esm.json | ||
tsconfig.tsbuildinfo | ||
tsconfig.esm.tsbuildinfo | ||
tsconfig.json |
This file contains 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
4 changes: 4 additions & 0 deletions
4
packages/container/libraries/strongly-typed/rollup.config.mjs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import config from '@inversifyjs/foundation-rollup-config'; | ||
|
||
/** @type {!import("rollup").MergedRollupOptions[]} */ | ||
export default config; |
13 changes: 0 additions & 13 deletions
13
packages/container/libraries/strongly-typed/webpack.config.mjs
This file was deleted.
Oops, something went wrong.
15 changes: 11 additions & 4 deletions
15
packages/foundation/libraries/reflect-metadata-utils/.npmignore
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
/.turbo | ||
/coverage | ||
/reports | ||
|
||
**/*.spec.js | ||
**/*.spec.js.map | ||
**/*.ts | ||
!lib/**/*.d.ts | ||
lib/**/*.spec.d.ts | ||
!lib/cjs/**/*.d.ts | ||
lib/esm/**/*.d.ts.map | ||
!lib/esm/index.d.ts | ||
!lib/esm/index.d.ts.map | ||
|
||
.lintstagedrc.json | ||
eslint.config.mjs | ||
jest.config.mjs | ||
jest.config.stryker.mjs | ||
jest.js.config.mjs | ||
prettier.config.mjs | ||
rollup.config.mjs | ||
stryker.config.mjs | ||
tsconfig.json | ||
tsconfig.cjs.json | ||
tsconfig.esm.json | ||
tsconfig.cjs.tsbuildinfo | ||
tsconfig.esm.json | ||
tsconfig.esm.tsbuildinfo | ||
tsconfig.json |
This file contains 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
4 changes: 4 additions & 0 deletions
4
packages/foundation/libraries/reflect-metadata-utils/rollup.config.mjs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import config from '@inversifyjs/foundation-rollup-config'; | ||
|
||
/** @type {!import("rollup").MergedRollupOptions[]} */ | ||
export default config; |
12 changes: 0 additions & 12 deletions
12
packages/foundation/libraries/reflect-metadata-utils/webpack.config.mjs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.