1.1.3 • Published 4 years ago

escaya-fuzzer v1.1.3

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Escaya-fuzzer

Fuzz valid ECMAScript with Escaya AST

Features

  • Conforms to the standard ECMAScript® 2021 (ECMA-262 11th Edition) language specification
  • Support for fuzzing of alternative AST's
  • Low memory usage

API

The Escaya-fuzzer fuzz valid ECMAscript code into it's own AST that is close to the ECMAScript® 2021 specs. This can be done with either fuzzScript or fuzzModule.

Example usage:

import { fuzzScript, fuzzModule } from 'escaya-fuzzer';

fuzzModule({ disableWebCompat: true });

fuzzScript();

This is the available options:

OptionDescription
disableWebCompatDisable fuzzing in WebCompat
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago