Skip to content

Feat: convert package and serverless plugin to typescript #39

Open
@adieuadieu

Description

@adieuadieu
Owner

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

Activity

self-assigned this
on Jul 12, 2017
added this to the 1.1 milestone on Jul 15, 2017
md97212

md97212 commented on Oct 24, 2017

@md97212

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 :)

adieuadieu

adieuadieu commented on Nov 6, 2017

@adieuadieu
OwnerAuthor

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).

mooyoul

mooyoul commented on Dec 10, 2017

@mooyoul

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

linked a pull request that will close this issue on May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

    Participants

    @adieuadieu@md97212@mooyoul

    Issue actions

      Feat: convert package and serverless plugin to typescript · Issue #39 · adieuadieu/serverless-chrome