0.0.4 • Published 3 years ago

@functionless/language-service v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

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"
      }
    ]
  }
}
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago