serverless-chrome icon indicating copy to clipboard operation
serverless-chrome copied to clipboard

Feat: convert package and serverless plugin to typescript

Open adieuadieu opened this issue 7 years ago • 3 comments

Convert the serverless plugin and standalone package to typescript. Tests, too? However, not the examples.

adieuadieu avatar Jul 12 '17 19:07 adieuadieu

Is this where you where working on this Feature? integration-test/typescript-handler.ts

Is the crux just including the definitions file? or is it more than that? I was looking at this, got stuck in the same spot and then found your example :)

md97212 avatar Oct 24 '17 18:10 md97212

Hi @md97212 — Hm.. integration-test/typescript-handler.ts is just a test file to make sure that the serverless-plugin-chrome package plays well with the serverless-plugin-typescript plugin.

The goal of this Issue is to convert all of the Javascript in the two packages (~/packages/lambda and ~/packages/serverless-plugin) to Typescript. It's blocked until 1.0 is released (see #74).

adieuadieu avatar Nov 06 '17 11:11 adieuadieu

If you guys interested in typescript definition for typescript-based project. Please checkout our serverless-chrome typescript definition file

mooyoul avatar Dec 10 '17 15:12 mooyoul