Skip to content

[TypeScript] Migrate lib/loaders/*#1506

Merged
Kocal merged 1 commit into
symfony:typescript-migrationfrom
Kocal:typescript/loaders
Jun 25, 2026
Merged

[TypeScript] Migrate lib/loaders/*#1506
Kocal merged 1 commit into
symfony:typescript-migrationfrom
Kocal:typescript/loaders

Conversation

@Kocal

@Kocal Kocal commented Jun 25, 2026

Copy link
Copy Markdown
Member
Q A
Bug fix? no
New feature? no
Deprecations? no
Issues Fix #...
License MIT

Related to #1503

@Kocal Kocal self-assigned this Jun 25, 2026
@carsonbot carsonbot added the Status: Needs Review Needs to be reviewed label Jun 25, 2026
@Kocal Kocal merged commit 8d6bf77 into symfony:typescript-migration Jun 25, 2026
38 checks passed
@Kocal Kocal deleted the typescript/loaders branch June 25, 2026 19:29
* @returns {Array}
*/
prependLoaders(webpackConfig, loaders) {
prependLoaders(webpackConfig: WebpackConfig, loaders: object[]) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of object[], shouldn't this use the appropriate type from webpack ? It is not arbitrary objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Needs Review Needs to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants