EcmaVersion.ts 94 B

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