angular-estree-parser

v10.0.4
A parser that converts Angular source code into an ESTree-compatible form

clean

del-cli ./lib

prepare

yarn run build

test

node --experimental-vm-modules node_modules/jest/bin/jest.js

lint

run-p "lint:*"

lint:eslint

eslint

lint:prettier

prettier --check .

fix

run-s "fix:*"

fix:eslint

yarn lint:eslint --fix

fix:prettier

yarn lint:prettier --write

build

yarn clean && tsc -p ./tsconfig.build.json

release

yarn build && standard-version
npm i angular-estree-parser

Metadata

  • MIT
  • >= 16
  • Ika
  • released 9/29/2024

Downloads