serverless / serverless/serverless

Create smaller package for just serverless file parsing

Open
#7,966 1 comment 0 reactions 1 assignee View on GitHub

@jadamon42 is already working on this.

Since Jul 22, 2020.

question
Dominant language
JavaScript
Stars
46.9k
Forks
5.7k
Avg merge
10h 7m
Merged PRs (30d)
57

Description

Use case description

I am creating a plugin for VSCode. For this plugin in, I need to be able to reliably parse serverless files. When including serverless as a dependency, this becomes quite simple. However, this increases the size of my package by nearly 200x! All I need is a simple parser, not all the bells and whistles. People have tried to make parsers for serverless files, but they generally do not work well. For those in a situation similar to mine, a small serverless parsing package would be ideal.

Proposed solution

Release some sort of smaller package designed specifically for parsing serverless files. This way, people can create plugins, extensions, or whatever else using the serverless format and share them with the community.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.