Skip to content

Commit

Permalink
apacheGH-39722: [JS] Clean up packaging (apache#39723)
Browse files Browse the repository at this point in the history
* Remove .mts since it's the same as .ts
* Use .js consistently for all packages
* Closes: apache#39722

---------

Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Co-authored-by: ptaylor <paul.e.taylor@me.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored and rok committed May 8, 2024
1 parent 8e87cfb commit 27ce43e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/gulp/closure-task.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import { targetDir, mainExport, esmRequire, gCCLanguageNames, publicModulePaths,

import fs from 'node:fs';
import gulp from 'gulp';
import path from 'node:path';
import Path from 'node:path';
import https from 'node:https';
import { mkdirp } from 'mkdirp';
import { PassThrough } from 'node:stream';
import sourcemaps from 'gulp-sourcemaps';
Expand Down

0 comments on commit 27ce43e

Please sign in to comment.