EcmaVersion.ts 103 B

123
  1. import * as acorn from 'acorn';
  2. export const ecmaVersion: acorn.Options['ecmaVersion'] & number = 11;