Devextreme: migrate gulp transpile-systemjs to nx#34317
Merged
vorobey merged 2 commits intoJul 15, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates DevExtreme’s gulp transpile-systemjs task to an Nx executor in devextreme-nx-infra-plugin, and updates the devextreme package to use the new build:systemjs target directly (removing the old gulp wiring).
Changes:
- Added a new
devextreme-nx-infra-plugin:transpile-systemjsexecutor (schema + implementation) that spawnstesting/systemjs-builder.js --transpile=<mode>per mode in parallel. - Updated
packages/devextreme’sbuild:systemjstarget to use the new executor and removed the legacy gulp task/script registration. - Added E2E tests for the new executor and documented the migration in
AGENTS.md.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/nx-infra-plugin/src/executors/transpile-systemjs/transpile-systemjs.impl.ts | New Nx executor implementation orchestrating parallel systemjs-builder runs. |
| packages/nx-infra-plugin/src/executors/transpile-systemjs/schema.ts | New TS options interface for the executor. |
| packages/nx-infra-plugin/src/executors/transpile-systemjs/schema.json | New JSON schema for executor options (builder script + modes). |
| packages/nx-infra-plugin/src/executors/transpile-systemjs/executor.ts | Nx entrypoint re-exporting the implementation. |
| packages/nx-infra-plugin/src/executors/transpile-systemjs/executor.e2e.spec.ts | E2E coverage validating successful runs and failure propagation. |
| packages/nx-infra-plugin/executors.json | Registers the new transpile-systemjs executor. |
| packages/nx-infra-plugin/AGENTS.md | Documents the gulp→Nx migration and where old artifacts were removed. |
| packages/devextreme/project.json | Switches build:systemjs from nx:run-script to the new executor; removes deleted gulp file from inputs. |
| packages/devextreme/package.json | Removes the obsolete build:systemjs npm script (gulp transpile-systemjs). |
| packages/devextreme/gulpfile.js | Removes registration of the deleted build/gulp/systemjs task file. |
| packages/devextreme/build/gulp/systemjs.js | Deletes the legacy gulp task implementation. |
GoodDayForSurf
approved these changes
Jul 15, 2026
vorobey
merged commit Jul 15, 2026
bacc168
into
DevExpress:feature/gulp-to-nx-migration
99 checks passed
vorobey
added a commit
that referenced
this pull request
Jul 16, 2026
ajivanyandev
pushed a commit
to ajivanyandev/DevExtreme
that referenced
this pull request
Jul 16, 2026
vorobey
added a commit
that referenced
this pull request
Jul 17, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.