@functionless/language-service
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Functionless Language Service Plugin

npm version

The @functionless/language-service package configures a plugin for the TypeScript language service plugin that adds real-time errors to the IDE for Functionless's semantic errors.

Step Function Arithmetic Error

To configure, first install the module as a devDependency.

# if using NPM
npm install --save-dev @functionless/language-service

# if using yarn
yarn add -D @functionless/language-service

Then add as a plugin to your tsconfig.json.

{
  "compilerOptions": {
    "plugins": [
      {
        "name": "@functionless/language-service"
      }
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @functionless/language-service

Weekly Downloads

0

Version

0.0.4

License

Apache-2.0

Unpacked Size

128 kB

Total Files

7

Last publish

Collaborators

  • sam-goodwin