@locker/ast-lib-maker
TypeScript icon, indicating that this package has built-in type declarations

0.21.5 • Public • Published

@locker/ast-lib-maker

Lightning Web Security AST library maker utilities

Installation

$ yarn add @locker/ast-lib-maker

Usage

Create an AST library instance using createLib(overrides). Provide an optional overrides object to override specific methods.

const { createLib } = require('@locker/ast-lib-maker');

module.exports = createLib({
    getParent(node) {
        return node.parent;
    },
});

Readme

Keywords

Package Sidebar

Install

npm i @locker/ast-lib-maker

Weekly Downloads

3,547

Version

0.21.5

License

SEE LICENSE IN LICENSE.txt

Unpacked Size

25.5 kB

Total Files

7

Last publish

Collaborators

  • achabot
  • garychangsf
  • mjasso
  • caridy
  • jdalton
  • t.lau
  • dejang
  • rwaldron