Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
[IMPROVE] Rewrite gulpfile in typescript
What? :boat:
Closes #393
- Added:
-
gulpfile.ts,
- npm type definitions for
gulp,gulp-bumpandgulp-sourcemaps -
gupfile.d.tsfor those modules which did not have type definitions found in npm
- Updated:
- replaced CommonJS
requirewith ES6importstatements in gulpfile.ts -
correction of buffer to be converted to string while doing
JSON.parse
- Removed:
-
gulpfile.js
Why? :thinking:
Since most of the codebase of Rocket.Chat.Apps-engine is written in typescript, it would be nicer if we could write gulpfile also in typescript. smiley
Links :earth_americas:
PS :eyes:
Hi, The compilation is passing locally but failing on CircleCI. (I even tried this on a fresh GitPod instance and it was working)

What is the reason for this problem?