[Pkg-javascript-devel] Bug#1013657: node-espree: FTBFS: make[1]: *** [debian/rules:31: override_dh_auto_test] Error 9

Lucas Nussbaum lucas at debian.org
Fri Jun 24 15:36:42 BST 2022


Source: node-espree
Version: 9.3.1~dfsg-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20220624 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mocha --no-timeout --reporter tap --ignore tests/lib/libraries.js 'tests/lib/**/*.js'
> ok 1 acorn acorn.parse() should work after espree was loaded.
> ok 2 ecmaFeatures globalReturn/return-identifier should parse correctly when globalReturn is true
> ok 3 ecmaFeatures globalReturn/return-identifier should throw an error when globalReturn is false
> ok 4 ecmaFeatures globalReturn/return-no-arg should parse correctly when globalReturn is true
> ok 5 ecmaFeatures globalReturn/return-no-arg should throw an error when globalReturn is false
> ok 6 ecmaFeatures globalReturn/return-true should parse correctly when globalReturn is true
> ok 7 ecmaFeatures globalReturn/return-true should throw an error when globalReturn is false
> ok 8 ecmaFeatures impliedStrict/global-strict-violation should parse correctly when impliedStrict is false
> ok 9 ecmaFeatures impliedStrict/global-strict-violation should throw an error when impliedStrict is true
> ok 10 ecmaFeatures impliedStrict/inner-strict-violation should parse correctly when impliedStrict is false
> ok 11 ecmaFeatures impliedStrict/inner-strict-violation should throw an error when impliedStrict is true
> ok 12 ecmaFeatures jsx/embedded-comment should parse correctly when jsx is true
> ok 13 ecmaFeatures jsx/embedded-comment should throw an error when jsx is false
> ok 14 ecmaFeatures jsx/embedded-conditional should parse correctly when jsx is true
> ok 15 ecmaFeatures jsx/embedded-conditional should throw an error when jsx is false
> ok 16 ecmaFeatures jsx/embedded-invalid-js-identifier should parse correctly when jsx is true
> ok 17 ecmaFeatures jsx/embedded-invalid-js-identifier should throw an error when jsx is false
> ok 18 ecmaFeatures jsx/embedded-tags should parse correctly when jsx is true
> ok 19 ecmaFeatures jsx/embedded-tags should throw an error when jsx is false
> ok 20 ecmaFeatures jsx/empty-placeholder should parse correctly when jsx is true
> ok 21 ecmaFeatures jsx/empty-placeholder should throw an error when jsx is false
> ok 22 ecmaFeatures jsx/escape-patterns should parse correctly when jsx is true
> ok 23 ecmaFeatures jsx/escape-patterns should throw an error when jsx is false
> ok 24 ecmaFeatures jsx/invalid-attribute-missing-equals should parse correctly when jsx is true
> ok 25 ecmaFeatures jsx/invalid-attribute-missing-equals should throw an error when jsx is false
> ok 26 ecmaFeatures jsx/invalid-attribute should parse correctly when jsx is true
> ok 27 ecmaFeatures jsx/invalid-attribute should throw an error when jsx is false
> ok 28 ecmaFeatures jsx/invalid-broken-tag should parse correctly when jsx is true
> ok 29 ecmaFeatures jsx/invalid-broken-tag should throw an error when jsx is false
> ok 30 ecmaFeatures jsx/invalid-computed-end-tag-name should parse correctly when jsx is true
> ok 31 ecmaFeatures jsx/invalid-computed-end-tag-name should throw an error when jsx is false
> ok 32 ecmaFeatures jsx/invalid-computed-string-end-tag-name should parse correctly when jsx is true
> ok 33 ecmaFeatures jsx/invalid-computed-string-end-tag-name should throw an error when jsx is false
> ok 34 ecmaFeatures jsx/invalid-embedded-expression should parse correctly when jsx is true
> ok 35 ecmaFeatures jsx/invalid-embedded-expression should throw an error when jsx is false
> ok 36 ecmaFeatures jsx/invalid-leading-dot-tag-name should parse correctly when jsx is true
> ok 37 ecmaFeatures jsx/invalid-leading-dot-tag-name should throw an error when jsx is false
> ok 38 ecmaFeatures jsx/invalid-matching-placeholder-in-closing-tag should parse correctly when jsx is true
> ok 39 ecmaFeatures jsx/invalid-matching-placeholder-in-closing-tag should throw an error when jsx is false
> ok 40 ecmaFeatures jsx/invalid-mismatched-closing-tag should parse correctly when jsx is true
> ok 41 ecmaFeatures jsx/invalid-mismatched-closing-tag should throw an error when jsx is false
> ok 42 ecmaFeatures jsx/invalid-mismatched-closing-tags should parse correctly when jsx is true
> ok 43 ecmaFeatures jsx/invalid-mismatched-closing-tags should throw an error when jsx is false
> ok 44 ecmaFeatures jsx/invalid-mismatched-dot-tag-name should parse correctly when jsx is true
> ok 45 ecmaFeatures jsx/invalid-mismatched-dot-tag-name should throw an error when jsx is false
> ok 46 ecmaFeatures jsx/invalid-mismatched-namespace-tag should parse correctly when jsx is true
> ok 47 ecmaFeatures jsx/invalid-mismatched-namespace-tag should throw an error when jsx is false
> ok 48 ecmaFeatures jsx/invalid-missing-closing-tag-attribute-placeholder should parse correctly when jsx is true
> ok 49 ecmaFeatures jsx/invalid-missing-closing-tag-attribute-placeholder should throw an error when jsx is false
> ok 50 ecmaFeatures jsx/invalid-missing-closing-tag should parse correctly when jsx is true
> ok 51 ecmaFeatures jsx/invalid-missing-closing-tag should throw an error when jsx is false
> ok 52 ecmaFeatures jsx/invalid-missing-namespace-name should parse correctly when jsx is true
> ok 53 ecmaFeatures jsx/invalid-missing-namespace-name should throw an error when jsx is false
> ok 54 ecmaFeatures jsx/invalid-missing-namespace-value should parse correctly when jsx is true
> ok 55 ecmaFeatures jsx/invalid-missing-namespace-value should throw an error when jsx is false
> ok 56 ecmaFeatures jsx/invalid-missing-spread-operator should parse correctly when jsx is true
> ok 57 ecmaFeatures jsx/invalid-missing-spread-operator should throw an error when jsx is false
> ok 58 ecmaFeatures jsx/invalid-mixed-namespace-name should parse correctly when jsx is true
> ok 59 ecmaFeatures jsx/invalid-mixed-namespace-name should throw an error when jsx is false
> ok 60 ecmaFeatures jsx/invalid-mixed-namespace-value should parse correctly when jsx is true
> ok 61 ecmaFeatures jsx/invalid-mixed-namespace-value should throw an error when jsx is false
> ok 62 ecmaFeatures jsx/invalid-no-common-parent-with-comment should parse correctly when jsx is true
> ok 63 ecmaFeatures jsx/invalid-no-common-parent-with-comment should throw an error when jsx is false
> ok 64 ecmaFeatures jsx/invalid-no-common-parent should parse correctly when jsx is true
> ok 65 ecmaFeatures jsx/invalid-no-common-parent should throw an error when jsx is false
> ok 66 ecmaFeatures jsx/invalid-no-tag-name should parse correctly when jsx is true
> ok 67 ecmaFeatures jsx/invalid-no-tag-name should throw an error when jsx is false
> ok 68 ecmaFeatures jsx/invalid-placeholder-in-closing-tag should parse correctly when jsx is true
> ok 69 ecmaFeatures jsx/invalid-placeholder-in-closing-tag should throw an error when jsx is false
> ok 70 ecmaFeatures jsx/invalid-trailing-dot-tag-name should parse correctly when jsx is true
> ok 71 ecmaFeatures jsx/invalid-trailing-dot-tag-name should throw an error when jsx is false
> ok 72 ecmaFeatures jsx/invalid-unexpected-comma should parse correctly when jsx is true
> ok 73 ecmaFeatures jsx/invalid-unexpected-comma should throw an error when jsx is false
> ok 74 ecmaFeatures jsx/japanese-characters should parse correctly when jsx is true
> ok 75 ecmaFeatures jsx/japanese-characters should throw an error when jsx is false
> ok 76 ecmaFeatures jsx/less-than-operator should parse correctly when jsx is true
> ok 77 ecmaFeatures jsx/less-than-operator should throw an error when jsx is false
> ok 78 ecmaFeatures jsx/member-expression should parse correctly when jsx is true
> ok 79 ecmaFeatures jsx/member-expression should throw an error when jsx is false
> ok 80 ecmaFeatures jsx/multiple-blank-spaces should parse correctly when jsx is true
> ok 81 ecmaFeatures jsx/multiple-blank-spaces should throw an error when jsx is false
> ok 82 ecmaFeatures jsx/namespaced-attribute-and-value-inserted should parse correctly when jsx is true
> ok 83 ecmaFeatures jsx/namespaced-attribute-and-value-inserted should throw an error when jsx is false
> ok 84 ecmaFeatures jsx/namespaced-name-and-attribute should parse correctly when jsx is true
> ok 85 ecmaFeatures jsx/namespaced-name-and-attribute should throw an error when jsx is false
> ok 86 ecmaFeatures jsx/namespaced-name should parse correctly when jsx is true
> ok 87 ecmaFeatures jsx/namespaced-name should throw an error when jsx is false
> ok 88 ecmaFeatures jsx/newslines-and-entities should parse correctly when jsx is true
> ok 89 ecmaFeatures jsx/newslines-and-entities should throw an error when jsx is false
> ok 90 ecmaFeatures jsx/self-closing-tag-with-newline should parse correctly when jsx is true
> ok 91 ecmaFeatures jsx/self-closing-tag-with-newline should throw an error when jsx is false
> ok 92 ecmaFeatures jsx/self-closing-tag should parse correctly when jsx is true
> ok 93 ecmaFeatures jsx/self-closing-tag should throw an error when jsx is false
> ok 94 ecmaFeatures jsx/spread-operator-attribute-and-regular-attribute should parse correctly when jsx is true
> ok 95 ecmaFeatures jsx/spread-operator-attribute-and-regular-attribute should throw an error when jsx is false
> ok 96 ecmaFeatures jsx/spread-operator-attributes should parse correctly when jsx is true
> ok 97 ecmaFeatures jsx/spread-operator-attributes should throw an error when jsx is false
> ok 98 ecmaFeatures jsx/tag-names-with-dots should parse correctly when jsx is true
> ok 99 ecmaFeatures jsx/tag-names-with-dots should throw an error when jsx is false
> ok 100 ecmaFeatures jsx/tag-names-with-multi-dots should parse correctly when jsx is true
> ok 101 ecmaFeatures jsx/tag-names-with-multi-dots should throw an error when jsx is false
> ok 102 ecmaFeatures jsx/template-strings-in-jsx-complex should parse correctly when jsx is true
> ok 103 ecmaFeatures jsx/template-strings-in-jsx-complex should throw an error when jsx is false
> ok 104 ecmaFeatures jsx/template-strings-in-jsx-multi should parse correctly when jsx is true
> ok 105 ecmaFeatures jsx/template-strings-in-jsx-multi should throw an error when jsx is false
> ok 106 ecmaFeatures jsx/template-strings-in-jsx should parse correctly when jsx is true
> ok 107 ecmaFeatures jsx/template-strings-in-jsx should throw an error when jsx is false
> ok 108 ecmaFeatures jsx/test-content should parse correctly when jsx is true
> ok 109 ecmaFeatures jsx/test-content should throw an error when jsx is false
> ok 110 ecmaFeatures jsx/trailing-spread-operator-attribute should parse correctly when jsx is true
> ok 111 ecmaFeatures jsx/trailing-spread-operator-attribute should throw an error when jsx is false
> ok 112 ecmaFeatures jsx/unknown-escape-pattern should parse correctly when jsx is true
> ok 113 ecmaFeatures jsx/unknown-escape-pattern should throw an error when jsx is false
> ok 114 ecmaFeatures jsx/yield-jsx-element should parse correctly when jsx is true
> ok 115 ecmaFeatures jsx/yield-jsx-element should throw an error when jsx is false
> ok 116 ecmaVersion Scripts /10/json-superset/invalid-lf should parse correctly when sourceType is script
> ok 117 ecmaVersion Scripts /10/json-superset/valid-2028 should parse correctly when sourceType is script
> ok 118 ecmaVersion Scripts /10/json-superset/valid-2029 should parse correctly when sourceType is script
> ok 119 ecmaVersion Scripts /10/optional-catch-binding/invalid-01 should parse correctly when sourceType is script
> ok 120 ecmaVersion Scripts /10/optional-catch-binding/invalid-02 should parse correctly when sourceType is script
> ok 121 ecmaVersion Scripts /10/optional-catch-binding/valid-01 should parse correctly when sourceType is script
> ok 122 ecmaVersion Scripts /10/optional-catch-binding/valid-02 should parse correctly when sourceType is script
> ok 123 ecmaVersion Scripts /11/bigint/binary should parse correctly when sourceType is script
> ok 124 ecmaVersion Scripts /11/bigint/decimal should parse correctly when sourceType is script
> ok 125 ecmaVersion Scripts /11/bigint/hex should parse correctly when sourceType is script
> ok 126 ecmaVersion Scripts /11/bigint/invalid-float should parse correctly when sourceType is script
> ok 127 ecmaVersion Scripts /11/bigint/octal should parse correctly when sourceType is script
> ok 128 ecmaVersion Scripts /11/dynamic-import/basic should parse correctly when sourceType is script
> ok 129 ecmaVersion Scripts /11/dynamic-import/first-of-statement should parse correctly when sourceType is script
> ok 130 ecmaVersion Scripts /11/dynamic-import/invalid-import-prop should parse correctly when sourceType is script
> ok 131 ecmaVersion Scripts /11/dynamic-import/invalid-multi-sources should parse correctly when sourceType is script
> ok 132 ecmaVersion Scripts /11/dynamic-import/invalid-new-import should parse correctly when sourceType is script
> ok 133 ecmaVersion Scripts /11/dynamic-import/invalid-no-source should parse correctly when sourceType is script
> ok 134 ecmaVersion Scripts /11/dynamic-import/invalid-only-import should parse correctly when sourceType is script
> ok 135 ecmaVersion Scripts /11/dynamic-import/invalid-trailing-comma should parse correctly when sourceType is script
> ok 136 ecmaVersion Scripts /11/dynamic-import/invalid-wrap-import should parse correctly when sourceType is script
> ok 137 ecmaVersion Scripts /11/dynamic-import/new-import should parse correctly when sourceType is script
> ok 138 ecmaVersion Scripts /11/dynamic-import/with-assign should parse correctly when sourceType is script
> ok 139 ecmaVersion Scripts /11/dynamic-import/with-sequence should parse correctly when sourceType is script
> ok 140 ecmaVersion Scripts /11/nullish-coalescing/invalid-qq-with-logical-or-1 should parse correctly when sourceType is script
> ok 141 ecmaVersion Scripts /11/nullish-coalescing/invalid-qq-with-logical-or-2 should parse correctly when sourceType is script
> ok 142 ecmaVersion Scripts /11/nullish-coalescing/one-qq should parse correctly when sourceType is script
> ok 143 ecmaVersion Scripts /11/nullish-coalescing/qq-in-ternary should parse correctly when sourceType is script
> ok 144 ecmaVersion Scripts /11/nullish-coalescing/qq-with-bitwise-or should parse correctly when sourceType is script
> ok 145 ecmaVersion Scripts /11/nullish-coalescing/qq-with-logical-or-1 should parse correctly when sourceType is script
> ok 146 ecmaVersion Scripts /11/nullish-coalescing/qq-with-logical-or-2 should parse correctly when sourceType is script
> ok 147 ecmaVersion Scripts /11/nullish-coalescing/two-qq should parse correctly when sourceType is script
> ok 148 ecmaVersion Scripts /11/optional-chaining/async-qdot-call should parse correctly when sourceType is script
> ok 149 ecmaVersion Scripts /11/optional-chaining/chaining1 should parse correctly when sourceType is script
> ok 150 ecmaVersion Scripts /11/optional-chaining/chaining2 should parse correctly when sourceType is script
> ok 151 ecmaVersion Scripts /11/optional-chaining/chaining3 should parse correctly when sourceType is script
> ok 152 ecmaVersion Scripts /11/optional-chaining/invalid-assign should parse correctly when sourceType is script
> ok 153 ecmaVersion Scripts /11/optional-chaining/invalid-async-qdot-call should parse correctly when sourceType is script
> ok 154 ecmaVersion Scripts /11/optional-chaining/invalid-binding-in-for-in should parse correctly when sourceType is script
> ok 155 ecmaVersion Scripts /11/optional-chaining/invalid-chaining-assign should parse correctly when sourceType is script
> ok 156 ecmaVersion Scripts /11/optional-chaining/invalid-chaining-binding-in-for-in should parse correctly when sourceType is script
> ok 157 ecmaVersion Scripts /11/optional-chaining/invalid-chaining-increment should parse correctly when sourceType is script
> ok 158 ecmaVersion Scripts /11/optional-chaining/invalid-chaining-new should parse correctly when sourceType is script
> ok 159 ecmaVersion Scripts /11/optional-chaining/invalid-chaining-template should parse correctly when sourceType is script
> ok 160 ecmaVersion Scripts /11/optional-chaining/invalid-increment should parse correctly when sourceType is script
> ok 161 ecmaVersion Scripts /11/optional-chaining/invalid-new should parse correctly when sourceType is script
> ok 162 ecmaVersion Scripts /11/optional-chaining/invalid-qdot-num should parse correctly when sourceType is script
> ok 163 ecmaVersion Scripts /11/optional-chaining/invalid-template should parse correctly when sourceType is script
> ok 164 ecmaVersion Scripts /11/optional-chaining/non-optional should parse correctly when sourceType is script
> ok 165 ecmaVersion Scripts /11/optional-chaining/parenthesized-chaining1 should parse correctly when sourceType is script
> ok 166 ecmaVersion Scripts /11/optional-chaining/parenthesized-chaining2 should parse correctly when sourceType is script
> ok 167 ecmaVersion Scripts /11/optional-chaining/parenthesized-chaining3 should parse correctly when sourceType is script
> ok 168 ecmaVersion Scripts /11/optional-chaining/qdot-call should parse correctly when sourceType is script
> ok 169 ecmaVersion Scripts /11/optional-chaining/qdot should parse correctly when sourceType is script
> ok 170 ecmaVersion Scripts /12/logical-assignment-operators/and should parse correctly when sourceType is script
> ok 171 ecmaVersion Scripts /12/logical-assignment-operators/coalesce should parse correctly when sourceType is script
> ok 172 ecmaVersion Scripts /12/logical-assignment-operators/mix should parse correctly when sourceType is script
> ok 173 ecmaVersion Scripts /12/logical-assignment-operators/or should parse correctly when sourceType is script
> ok 174 ecmaVersion Scripts /12/numeric-separators/bigint should parse correctly when sourceType is script
> ok 175 ecmaVersion Scripts /12/numeric-separators/binary should parse correctly when sourceType is script
> ok 176 ecmaVersion Scripts /12/numeric-separators/decimal should parse correctly when sourceType is script
> ok 177 ecmaVersion Scripts /12/numeric-separators/exponent should parse correctly when sourceType is script
> ok 178 ecmaVersion Scripts /12/numeric-separators/fraction should parse correctly when sourceType is script
> ok 179 ecmaVersion Scripts /12/numeric-separators/hex should parse correctly when sourceType is script
> ok 180 ecmaVersion Scripts /12/numeric-separators/invalid-at-first should parse correctly when sourceType is script
> ok 181 ecmaVersion Scripts /12/numeric-separators/invalid-at-last should parse correctly when sourceType is script
> ok 182 ecmaVersion Scripts /12/numeric-separators/invalid-double-sep should parse correctly when sourceType is script
> ok 183 ecmaVersion Scripts /12/numeric-separators/invalid-legacy-octal should parse correctly when sourceType is script
> ok 184 ecmaVersion Scripts /12/numeric-separators/octal should parse correctly when sourceType is script
> ok 185 ecmaVersion Scripts /12/numeric-separators/starts-with-dot should parse correctly when sourceType is script
> ok 186 ecmaVersion Scripts /13/class-fields/invalid-delete-private-optional should parse correctly when sourceType is script
> ok 187 ecmaVersion Scripts /13/class-fields/invalid-delete-private should parse correctly when sourceType is script
> ok 188 ecmaVersion Scripts /13/class-fields/invalid-init-arguments should parse correctly when sourceType is script
> ok 189 ecmaVersion Scripts /13/class-fields/invalid-init-arrow-arguments should parse correctly when sourceType is script
> ok 190 ecmaVersion Scripts /13/class-fields/invalid-init-yield should parse correctly when sourceType is script
> ok 191 ecmaVersion Scripts /13/class-fields/invalid-member-private-undef should parse correctly when sourceType is script
> ok 192 ecmaVersion Scripts /13/class-fields/invalid-member-super-private should parse correctly when sourceType is script
> ok 193 ecmaVersion Scripts /13/class-fields/invalid-private-constructor should parse correctly when sourceType is script
> ok 194 ecmaVersion Scripts /13/class-fields/invalid-private-dupelicate should parse correctly when sourceType is script
> ok 195 ecmaVersion Scripts /13/class-fields/invalid-public-constructor should parse correctly when sourceType is script
> ok 196 ecmaVersion Scripts /13/class-fields/mixed-init-await should parse correctly when sourceType is script
> ok 197 ecmaVersion Scripts /13/class-fields/valid-arguments-in-computed-key should parse correctly when sourceType is script
> ok 198 ecmaVersion Scripts /13/class-fields/valid-async-asi should parse correctly when sourceType is script
> ok 199 ecmaVersion Scripts /13/class-fields/valid-computed-asi should parse correctly when sourceType is script
> ok 200 ecmaVersion Scripts /13/class-fields/valid-computed-no-asi should parse correctly when sourceType is script
> ok 201 ecmaVersion Scripts /13/class-fields/valid-computed should parse correctly when sourceType is script
> ok 202 ecmaVersion Scripts /13/class-fields/valid-contextual-keywords-init should parse correctly when sourceType is script
> ok 203 ecmaVersion Scripts /13/class-fields/valid-contextual-keywords should parse correctly when sourceType is script
> ok 204 ecmaVersion Scripts /13/class-fields/valid-get-set-star-no-asi should parse correctly when sourceType is script
> ok 205 ecmaVersion Scripts /13/class-fields/valid-init-arguments should parse correctly when sourceType is script
> ok 206 ecmaVersion Scripts /13/class-fields/valid-init-arrow-super should parse correctly when sourceType is script
> ok 207 ecmaVersion Scripts /13/class-fields/valid-init-arrow should parse correctly when sourceType is script
> ok 208 ecmaVersion Scripts /13/class-fields/valid-init-super should parse correctly when sourceType is script
> ok 209 ecmaVersion Scripts /13/class-fields/valid-member-private-nesting-use-first should parse correctly when sourceType is script
> ok 210 ecmaVersion Scripts /13/class-fields/valid-member-private-nesting should parse correctly when sourceType is script
> ok 211 ecmaVersion Scripts /13/class-fields/valid-member-private should parse correctly when sourceType is script
> ok 212 ecmaVersion Scripts /13/class-fields/valid-private-asi should parse correctly when sourceType is script
> ok 213 ecmaVersion Scripts /13/class-fields/valid-private should parse correctly when sourceType is script
> ok 214 ecmaVersion Scripts /13/class-fields/valid-prototype should parse correctly when sourceType is script
> ok 215 ecmaVersion Scripts /13/class-fields/valid-public-asi should parse correctly when sourceType is script
> ok 216 ecmaVersion Scripts /13/class-fields/valid-public should parse correctly when sourceType is script
> ok 217 ecmaVersion Scripts /13/class-fields/valid-special-field-names-init should parse correctly when sourceType is script
> ok 218 ecmaVersion Scripts /13/class-fields/valid-special-field-names should parse correctly when sourceType is script
> ok 219 ecmaVersion Scripts /13/class-fields/valid-star-asi should parse correctly when sourceType is script
> ok 220 ecmaVersion Scripts /13/class-fields/valid-star-no-asi should parse correctly when sourceType is script
> ok 221 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-expr-new-target should parse correctly when sourceType is script
> ok 222 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-expr-this should parse correctly when sourceType is script
> ok 223 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-scope-lex-close should parse correctly when sourceType is script
> ok 224 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-scope-lex-derived should parse correctly when sourceType is script
> ok 225 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-scope-lex-open should parse correctly when sourceType is script
> ok 226 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-scope-private should parse correctly when sourceType is script
> ok 227 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-scope-var-close should parse correctly when sourceType is script
> ok 228 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-scope-var-derived should parse correctly when sourceType is script
> ok 229 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-scope-var-open should parse correctly when sourceType is script
> ok 230 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-sequence should parse correctly when sourceType is script
> ok 231 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-statement-list-optional should parse correctly when sourceType is script
> ok 232 ecmaVersion Scripts /13/class-static-blocks/statements-class-static-init-super-property should parse correctly when sourceType is script
> ok 233 ecmaVersion Scripts /13/private-in/invalid-missing-private should parse correctly when sourceType is script
> ok 234 ecmaVersion Scripts /13/private-in/invalid-without-class should parse correctly when sourceType is script
> ok 235 ecmaVersion Scripts /13/private-in/valid-private-in should parse correctly when sourceType is script
> ok 236 ecmaVersion Scripts /13/private-methods/invalid-conflict-names should parse correctly when sourceType is script
> ok 237 ecmaVersion Scripts /13/private-methods/invalid-constructor should parse correctly when sourceType is script
> ok 238 ecmaVersion Scripts /13/private-methods/valid-accessor should parse correctly when sourceType is script
> ok 239 ecmaVersion Scripts /13/private-methods/valid-async-asi should parse correctly when sourceType is script
> ok 240 ecmaVersion Scripts /13/private-methods/valid-contextual-keywords-no-asi should parse correctly when sourceType is script
> ok 241 ecmaVersion Scripts /13/private-methods/valid-methods should parse correctly when sourceType is script
> ok 242 ecmaVersion Scripts /13/regexp-match-indices/regexp-match-indices should parse correctly when sourceType is script
> ok 243 ecmaVersion Scripts /13/static-class-features/invalid-conflict-names should parse correctly when sourceType is script
> ok 244 ecmaVersion Scripts /13/static-class-features/invalid-private-field-constructor should parse correctly when sourceType is script
> ok 245 ecmaVersion Scripts /13/static-class-features/invalid-private-getter-constructor should parse correctly when sourceType is script
> ok 246 ecmaVersion Scripts /13/static-class-features/invalid-private-method-constructor should parse correctly when sourceType is script
> ok 247 ecmaVersion Scripts /13/static-class-features/invalid-private-setter-constructor should parse correctly when sourceType is script
> ok 248 ecmaVersion Scripts /13/static-class-features/invalid-public-field-constructor should parse correctly when sourceType is script
> ok 249 ecmaVersion Scripts /13/static-class-features/invalid-public-field-prototype should parse correctly when sourceType is script
> ok 250 ecmaVersion Scripts /13/static-class-features/valid-async-asi should parse correctly when sourceType is script
> ok 251 ecmaVersion Scripts /13/static-class-features/valid-contextual-keywords-no-asi should parse correctly when sourceType is script
> ok 252 ecmaVersion Scripts /13/static-class-features/valid-private-accessors should parse correctly when sourceType is script
> ok 253 ecmaVersion Scripts /13/static-class-features/valid-private-fields should parse correctly when sourceType is script
> ok 254 ecmaVersion Scripts /13/static-class-features/valid-private-methods should parse correctly when sourceType is script
> ok 255 ecmaVersion Scripts /13/static-class-features/valid-public-fields should parse correctly when sourceType is script
> ok 256 ecmaVersion Scripts /6/arrowFunctions/as-param-with-params should parse correctly when sourceType is script
> ok 257 ecmaVersion Scripts /6/arrowFunctions/as-param should parse correctly when sourceType is script
> ok 258 ecmaVersion Scripts /6/arrowFunctions/basic should parse correctly when sourceType is script
> ok 259 ecmaVersion Scripts /6/arrowFunctions/block-body-not-object should parse correctly when sourceType is script
> ok 260 ecmaVersion Scripts /6/arrowFunctions/block-body should parse correctly when sourceType is script
> ok 261 ecmaVersion Scripts /6/arrowFunctions/error-dup-params should parse correctly when sourceType is script
> ok 262 ecmaVersion Scripts /6/arrowFunctions/error-missing-paren should parse correctly when sourceType is script
> ok 263 ecmaVersion Scripts /6/arrowFunctions/error-not-arrow should parse correctly when sourceType is script
> ok 264 ecmaVersion Scripts /6/arrowFunctions/error-numeric-param-multi should parse correctly when sourceType is script
> ok 265 ecmaVersion Scripts /6/arrowFunctions/error-numeric-param should parse correctly when sourceType is script
> ok 266 ecmaVersion Scripts /6/arrowFunctions/error-reverse-arrow should parse correctly when sourceType is script
> ok 267 ecmaVersion Scripts /6/arrowFunctions/error-strict-default-param-eval should parse correctly when sourceType is script
> ok 268 ecmaVersion Scripts /6/arrowFunctions/error-strict-dup-params should parse correctly when sourceType is script
> ok 269 ecmaVersion Scripts /6/arrowFunctions/error-strict-eval-return should parse correctly when sourceType is script
> ok 270 ecmaVersion Scripts /6/arrowFunctions/error-strict-eval should parse correctly when sourceType is script
> ok 271 ecmaVersion Scripts /6/arrowFunctions/error-strict-octal should parse correctly when sourceType is script
> ok 272 ecmaVersion Scripts /6/arrowFunctions/error-strict-param-arguments should parse correctly when sourceType is script
> ok 273 ecmaVersion Scripts /6/arrowFunctions/error-strict-param-eval should parse correctly when sourceType is script
> ok 274 ecmaVersion Scripts /6/arrowFunctions/error-strict-param-names should parse correctly when sourceType is script
> ok 275 ecmaVersion Scripts /6/arrowFunctions/error-strict-param-no-paren-arguments should parse correctly when sourceType is script
> ok 276 ecmaVersion Scripts /6/arrowFunctions/error-strict-param-no-paren-eval should parse correctly when sourceType is script
> ok 277 ecmaVersion Scripts /6/arrowFunctions/error-two-lines should parse correctly when sourceType is script
> ok 278 ecmaVersion Scripts /6/arrowFunctions/error-wrapped-param should parse correctly when sourceType is script
> ok 279 ecmaVersion Scripts /6/arrowFunctions/expression should parse correctly when sourceType is script
> ok 280 ecmaVersion Scripts /6/arrowFunctions/iife should parse correctly when sourceType is script
> ok 281 ecmaVersion Scripts /6/arrowFunctions/multiple-params should parse correctly when sourceType is script
> ok 282 ecmaVersion Scripts /6/arrowFunctions/no-auto-return should parse correctly when sourceType is script
> ok 283 ecmaVersion Scripts /6/arrowFunctions/not-strict-arguments should parse correctly when sourceType is script
> ok 284 ecmaVersion Scripts /6/arrowFunctions/not-strict-eval-params should parse correctly when sourceType is script
> ok 285 ecmaVersion Scripts /6/arrowFunctions/not-strict-eval should parse correctly when sourceType is script
> ok 286 ecmaVersion Scripts /6/arrowFunctions/not-strict-octal should parse correctly when sourceType is script
> ok 287 ecmaVersion Scripts /6/arrowFunctions/return-arrow-function should parse correctly when sourceType is script
> ok 288 ecmaVersion Scripts /6/arrowFunctions/return-sequence should parse correctly when sourceType is script
> ok 289 ecmaVersion Scripts /6/arrowFunctions/single-param-parens should parse correctly when sourceType is script
> ok 290 ecmaVersion Scripts /6/arrowFunctions/single-param-return-identifier should parse correctly when sourceType is script
> ok 291 ecmaVersion Scripts /6/arrowFunctions/single-param should parse correctly when sourceType is script
> ok 292 ecmaVersion Scripts /6/binaryLiterals/invalid should parse correctly when sourceType is script
> ok 293 ecmaVersion Scripts /6/binaryLiterals/lowercase should parse correctly when sourceType is script
> ok 294 ecmaVersion Scripts /6/binaryLiterals/uppercase should parse correctly when sourceType is script
> ok 295 ecmaVersion Scripts /6/blockBindings/const should parse correctly when sourceType is script
> ok 296 ecmaVersion Scripts /6/blockBindings/let-in-switchcase should parse correctly when sourceType is script
> ok 297 ecmaVersion Scripts /6/blockBindings/let should parse correctly when sourceType is script
> ok 298 ecmaVersion Scripts /6/classes-and-generators/classes-and-generators should parse correctly when sourceType is script
> ok 299 ecmaVersion Scripts /6/classes-and-generators/computed-generator should parse correctly when sourceType is script
> ok 300 ecmaVersion Scripts /6/classes-and-generators/static-generators should parse correctly when sourceType is script
> ok 301 ecmaVersion Scripts /6/classes/class-accessor-properties should parse correctly when sourceType is script
> ok 302 ecmaVersion Scripts /6/classes/class-computed-static-method should parse correctly when sourceType is script
> ok 303 ecmaVersion Scripts /6/classes/class-expression should parse correctly when sourceType is script
> ok 304 ecmaVersion Scripts /6/classes/class-method-named-prototype should parse correctly when sourceType is script
> ok 305 ecmaVersion Scripts /6/classes/class-method-named-static should parse correctly when sourceType is script
> ok 306 ecmaVersion Scripts /6/classes/class-one-method-super should parse correctly when sourceType is script
> ok 307 ecmaVersion Scripts /6/classes/class-one-method should parse correctly when sourceType is script
> ok 308 ecmaVersion Scripts /6/classes/class-static-method-named-prototype should parse correctly when sourceType is script
> ok 309 ecmaVersion Scripts /6/classes/class-static-method-named-static should parse correctly when sourceType is script
> ok 310 ecmaVersion Scripts /6/classes/class-static-method should parse correctly when sourceType is script
> ok 311 ecmaVersion Scripts /6/classes/class-static-methods-and-accessor-properties should parse correctly when sourceType is script
> ok 312 ecmaVersion Scripts /6/classes/class-two-computed-static-methods should parse correctly when sourceType is script
> ok 313 ecmaVersion Scripts /6/classes/class-two-methods-computed-constructor should parse correctly when sourceType is script
> ok 314 ecmaVersion Scripts /6/classes/class-two-methods-semi should parse correctly when sourceType is script
> ok 315 ecmaVersion Scripts /6/classes/class-two-methods-three-semi should parse correctly when sourceType is script
> ok 316 ecmaVersion Scripts /6/classes/class-two-methods-two-semi should parse correctly when sourceType is script
> ok 317 ecmaVersion Scripts /6/classes/class-two-methods should parse correctly when sourceType is script
> ok 318 ecmaVersion Scripts /6/classes/class-two-static-methods-named-constructor should parse correctly when sourceType is script
> ok 319 ecmaVersion Scripts /6/classes/class-with-constructor should parse correctly when sourceType is script
> ok 320 ecmaVersion Scripts /6/classes/derived-class-assign-to-var should parse correctly when sourceType is script
> ok 321 ecmaVersion Scripts /6/classes/derived-class-expression should parse correctly when sourceType is script
> ok 322 ecmaVersion Scripts /6/classes/empty-class-double-semi should parse correctly when sourceType is script
> ok 323 ecmaVersion Scripts /6/classes/empty-class-semi should parse correctly when sourceType is script
> ok 324 ecmaVersion Scripts /6/classes/empty-class should parse correctly when sourceType is script
> ok 325 ecmaVersion Scripts /6/classes/empty-literal-derived-class should parse correctly when sourceType is script
> ok 326 ecmaVersion Scripts /6/classes/invalid-class-declaration should parse correctly when sourceType is script
> ok 327 ecmaVersion Scripts /6/classes/invalid-class-setter-declaration should parse correctly when sourceType is script
> ok 328 ecmaVersion Scripts /6/classes/named-class-expression should parse correctly when sourceType is script
> ok 329 ecmaVersion Scripts /6/classes/named-derived-class-expression should parse correctly when sourceType is script
> ok 330 ecmaVersion Scripts /6/defaultParams-and-arrowFunctions/default-param-arrow should parse correctly when sourceType is script
> ok 331 ecmaVersion Scripts /6/defaultParams-and-arrowFunctions/default-param should parse correctly when sourceType is script
> ok 332 ecmaVersion Scripts /6/defaultParams-and-arrowFunctions/not-strict-local-eval-multi should parse correctly when sourceType is script
> ok 333 ecmaVersion Scripts /6/defaultParams-and-arrowFunctions/not-strict-local-eval should parse correctly when sourceType is script
> ok 334 ecmaVersion Scripts /6/defaultParams/declaration should parse correctly when sourceType is script
> ok 335 ecmaVersion Scripts /6/defaultParams/expression should parse correctly when sourceType is script
> ok 336 ecmaVersion Scripts /6/defaultParams/method should parse correctly when sourceType is script
> ok 337 ecmaVersion Scripts /6/defaultParams/not-all-params should parse correctly when sourceType is script
> ok 338 ecmaVersion Scripts /6/destructuring-and-arrowFunctions/arrow-param-array should parse correctly when sourceType is script
> ok 339 ecmaVersion Scripts /6/destructuring-and-arrowFunctions/arrow-param-nested-array should parse correctly when sourceType is script
> ok 340 ecmaVersion Scripts /6/destructuring-and-arrowFunctions/arrow-param-nested-object-named should parse correctly when sourceType is script
> ok 341 ecmaVersion Scripts /6/destructuring-and-arrowFunctions/arrow-param-nested-object should parse correctly when sourceType is script
> ok 342 ecmaVersion Scripts /6/destructuring-and-arrowFunctions/arrow-param-object should parse correctly when sourceType is script
> ok 343 ecmaVersion Scripts /6/destructuring-and-arrowFunctions/param-defaults-array should parse correctly when sourceType is script
> ok 344 ecmaVersion Scripts /6/destructuring-and-arrowFunctions/param-defaults-object-nested should parse correctly when sourceType is script
> ok 345 ecmaVersion Scripts /6/destructuring-and-arrowFunctions/param-defaults-object should parse correctly when sourceType is script
> ok 346 ecmaVersion Scripts /6/destructuring-and-blockBindings/array-const-undefined should parse correctly when sourceType is script
> ok 347 ecmaVersion Scripts /6/destructuring-and-blockBindings/array-let-undefined should parse correctly when sourceType is script
> ok 348 ecmaVersion Scripts /6/destructuring-and-blockBindings/object-const-named should parse correctly when sourceType is script
> ok 349 ecmaVersion Scripts /6/destructuring-and-blockBindings/object-const-undefined should parse correctly when sourceType is script
> ok 350 ecmaVersion Scripts /6/destructuring-and-blockBindings/object-let-named should parse correctly when sourceType is script
> ok 351 ecmaVersion Scripts /6/destructuring-and-blockBindings/object-let-undefined should parse correctly when sourceType is script
> ok 352 ecmaVersion Scripts /6/destructuring-and-defaultParams/param-array should parse correctly when sourceType is script
> ok 353 ecmaVersion Scripts /6/destructuring-and-defaultParams/param-object-short should parse correctly when sourceType is script
> ok 354 ecmaVersion Scripts /6/destructuring-and-defaultParams/param-object should parse correctly when sourceType is script
> ok 355 ecmaVersion Scripts /6/destructuring-and-forOf/loop should parse correctly when sourceType is script
> ok 356 ecmaVersion Scripts /6/destructuring-and-spread/complex-destructured should parse correctly when sourceType is script
> ok 357 ecmaVersion Scripts /6/destructuring-and-spread/destructured-array-literal should parse correctly when sourceType is script
> ok 358 ecmaVersion Scripts /6/destructuring-and-spread/error-complex-destructured-spread-first should parse correctly when sourceType is script
> ok 359 ecmaVersion Scripts /6/destructuring-and-spread/invalid-not-final-array-empty should parse correctly when sourceType is script
> ok 360 ecmaVersion Scripts /6/destructuring-and-spread/multi-destructured should parse correctly when sourceType is script
> ok 361 ecmaVersion Scripts /6/destructuring-and-spread/not-final-array should parse correctly when sourceType is script
> ok 362 ecmaVersion Scripts /6/destructuring-and-spread/single-destructured should parse correctly when sourceType is script
> ok 363 ecmaVersion Scripts /6/destructuring-and-spread/var-complex-destructured should parse correctly when sourceType is script
> ok 364 ecmaVersion Scripts /6/destructuring-and-spread/var-multi-destructured should parse correctly when sourceType is script
> ok 365 ecmaVersion Scripts /6/destructuring-and-spread/var-single-destructured should parse correctly when sourceType is script
> ok 366 ecmaVersion Scripts /6/destructuring/array-member should parse correctly when sourceType is script
> ok 367 ecmaVersion Scripts /6/destructuring/array-to-array should parse correctly when sourceType is script
> ok 368 ecmaVersion Scripts /6/destructuring/array-var-undefined should parse correctly when sourceType is script
> ok 369 ecmaVersion Scripts /6/destructuring/defaults-array-all should parse correctly when sourceType is script
> ok 370 ecmaVersion Scripts /6/destructuring/defaults-array-longform-nested-multi should parse correctly when sourceType is script
> ok 371 ecmaVersion Scripts /6/destructuring/defaults-array-multi should parse correctly when sourceType is script
> ok 372 ecmaVersion Scripts /6/destructuring/defaults-array-nested-all should parse correctly when sourceType is script
> ok 373 ecmaVersion Scripts /6/destructuring/defaults-array-nested-multi should parse correctly when sourceType is script
> ok 374 ecmaVersion Scripts /6/destructuring/defaults-array should parse correctly when sourceType is script
> ok 375 ecmaVersion Scripts /6/destructuring/defaults-object-all should parse correctly when sourceType is script
> ok 376 ecmaVersion Scripts /6/destructuring/defaults-object-longform-all should parse correctly when sourceType is script
> ok 377 ecmaVersion Scripts /6/destructuring/defaults-object-longform-multi should parse correctly when sourceType is script
> ok 378 ecmaVersion Scripts /6/destructuring/defaults-object-longform should parse correctly when sourceType is script
> ok 379 ecmaVersion Scripts /6/destructuring/defaults-object-mixed-multi should parse correctly when sourceType is script
> ok 380 ecmaVersion Scripts /6/destructuring/defaults-object-multi should parse correctly when sourceType is script
> ok 381 ecmaVersion Scripts /6/destructuring/defaults-object-nested-all should parse correctly when sourceType is script
> ok 382 ecmaVersion Scripts /6/destructuring/defaults-object-nested-multi should parse correctly when sourceType is script
> ok 383 ecmaVersion Scripts /6/destructuring/defaults-object should parse correctly when sourceType is script
> ok 384 ecmaVersion Scripts /6/destructuring/destructured-array-catch should parse correctly when sourceType is script
> ok 385 ecmaVersion Scripts /6/destructuring/destructured-object-catch should parse correctly when sourceType is script
> ok 386 ecmaVersion Scripts /6/destructuring/invalid-defaults-object-assign should parse correctly when sourceType is script
> ok 387 ecmaVersion Scripts /6/destructuring/named-param should parse correctly when sourceType is script
> ok 388 ecmaVersion Scripts /6/destructuring/nested-array should parse correctly when sourceType is script
> ok 389 ecmaVersion Scripts /6/destructuring/nested-object should parse correctly when sourceType is script
> ok 390 ecmaVersion Scripts /6/destructuring/object-var-named should parse correctly when sourceType is script
> ok 391 ecmaVersion Scripts /6/destructuring/object-var-undefined should parse correctly when sourceType is script
> ok 392 ecmaVersion Scripts /6/destructuring/param-defaults-array should parse correctly when sourceType is script
> ok 393 ecmaVersion Scripts /6/destructuring/param-defaults-object-nested should parse correctly when sourceType is script
> ok 394 ecmaVersion Scripts /6/destructuring/param-defaults-object should parse correctly when sourceType is script
> ok 395 ecmaVersion Scripts /6/destructuring/params-array-wrapped should parse correctly when sourceType is script
> ok 396 ecmaVersion Scripts /6/destructuring/params-array should parse correctly when sourceType is script
> ok 397 ecmaVersion Scripts /6/destructuring/params-multi-object should parse correctly when sourceType is script
> ok 398 ecmaVersion Scripts /6/destructuring/params-nested-array should parse correctly when sourceType is script
> ok 399 ecmaVersion Scripts /6/destructuring/params-nested-object should parse correctly when sourceType is script
> ok 400 ecmaVersion Scripts /6/destructuring/params-object-wrapped should parse correctly when sourceType is script
> ok 401 ecmaVersion Scripts /6/destructuring/params-object should parse correctly when sourceType is script
> ok 402 ecmaVersion Scripts /6/destructuring/sparse-array should parse correctly when sourceType is script
> ok 403 ecmaVersion Scripts /6/edge-cases/var-let-declaration should parse correctly when sourceType is script
> ok 404 ecmaVersion Scripts /6/edge-cases/var-let-object should parse correctly when sourceType is script
> ok 405 ecmaVersion Scripts /6/forOf-and-blockBindings/for-of-with-const-and-no-braces should parse correctly when sourceType is script
> ok 406 ecmaVersion Scripts /6/forOf-and-blockBindings/for-of-with-let-and-no-braces should parse correctly when sourceType is script
> ok 407 ecmaVersion Scripts /6/forOf/for-of-with-function-initializer should parse correctly when sourceType is script
> ok 408 ecmaVersion Scripts /6/forOf/for-of-with-var-and-braces should parse correctly when sourceType is script
> ok 409 ecmaVersion Scripts /6/forOf/for-of-with-var-and-no-braces should parse correctly when sourceType is script
> ok 410 ecmaVersion Scripts /6/generators/anonymous-generator should parse correctly when sourceType is script
> ok 411 ecmaVersion Scripts /6/generators/double-yield should parse correctly when sourceType is script
> ok 412 ecmaVersion Scripts /6/generators/empty-generator-declaration should parse correctly when sourceType is script
> ok 413 ecmaVersion Scripts /6/generators/generator-declaration should parse correctly when sourceType is script
> ok 414 ecmaVersion Scripts /6/generators/yield-delegation should parse correctly when sourceType is script
> ok 415 ecmaVersion Scripts /6/generators/yield-without-value-in-call should parse correctly when sourceType is script
> ok 416 ecmaVersion Scripts /6/generators/yield-without-value-no-semi should parse correctly when sourceType is script
> ok 417 ecmaVersion Scripts /6/generators/yield-without-value should parse correctly when sourceType is script
> ok 418 ecmaVersion Scripts /6/newTarget/invalid-new-target should parse correctly when sourceType is script
> ok 419 ecmaVersion Scripts /6/newTarget/invalid-unknown-property should parse correctly when sourceType is script
> ok 420 ecmaVersion Scripts /6/newTarget/simple-new-target should parse correctly when sourceType is script
> ok 421 ecmaVersion Scripts /6/objectLiteralComputedProperties/computed-addition-property should parse correctly when sourceType is script
> ok 422 ecmaVersion Scripts /6/objectLiteralComputedProperties/computed-and-identifier should parse correctly when sourceType is script
> ok 423 ecmaVersion Scripts /6/objectLiteralComputedProperties/computed-getter-and-setter should parse correctly when sourceType is script
> ok 424 ecmaVersion Scripts /6/objectLiteralComputedProperties/computed-string-property should parse correctly when sourceType is script
> ok 425 ecmaVersion Scripts /6/objectLiteralComputedProperties/computed-variable-property should parse correctly when sourceType is script
> ok 426 ecmaVersion Scripts /6/objectLiteralComputedProperties/invalid-computed-variable-property should parse correctly when sourceType is script
> ok 427 ecmaVersion Scripts /6/objectLiteralComputedProperties/invalid-standalone-computed-variable-property should parse correctly when sourceType is script
> ok 428 ecmaVersion Scripts /6/objectLiteralComputedProperties/standalone-expression-with-addition should parse correctly when sourceType is script
> ok 429 ecmaVersion Scripts /6/objectLiteralComputedProperties/standalone-expression-with-method should parse correctly when sourceType is script
> ok 430 ecmaVersion Scripts /6/objectLiteralComputedProperties/standalone-expression should parse correctly when sourceType is script
> ok 431 ecmaVersion Scripts /6/objectLiteralDuplicateProperties-and-objectLiteralComputedProperties/proto-computed-property should parse correctly when sourceType is script
> ok 432 ecmaVersion Scripts /6/objectLiteralDuplicateProperties/proto-property should parse correctly when sourceType is script
> ok 433 ecmaVersion Scripts /6/objectLiteralDuplicateProperties/proto-string-property should parse correctly when sourceType is script
> ok 434 ecmaVersion Scripts /6/objectLiteralDuplicateProperties/strict-duplicate-properties should parse correctly when sourceType is script
> ok 435 ecmaVersion Scripts /6/objectLiteralDuplicateProperties/strict-duplicate-string-properties should parse correctly when sourceType is script
> ok 436 ecmaVersion Scripts /6/objectLiteralShorthandMethods-and-defaultParams/default-params should parse correctly when sourceType is script
> ok 437 ecmaVersion Scripts /6/objectLiteralShorthandMethods-and-destructuring/array-destructuring should parse correctly when sourceType is script
> ok 438 ecmaVersion Scripts /6/objectLiteralShorthandMethods-and-generators/generator-object-literal-method should parse correctly when sourceType is script
> ok 439 ecmaVersion Scripts /6/objectLiteralShorthandMethods-and-objectLiteralComputedProperties/computed-method-property should parse correctly when sourceType is script
> ok 440 ecmaVersion Scripts /6/objectLiteralShorthandMethods/invalid-method-no-braces should parse correctly when sourceType is script
> ok 441 ecmaVersion Scripts /6/objectLiteralShorthandMethods/method-property should parse correctly when sourceType is script
> ok 442 ecmaVersion Scripts /6/objectLiteralShorthandMethods/simple-method-named-get should parse correctly when sourceType is script
> ok 443 ecmaVersion Scripts /6/objectLiteralShorthandMethods/simple-method-named-set should parse correctly when sourceType is script
> ok 444 ecmaVersion Scripts /6/objectLiteralShorthandMethods/simple-method-with-argument should parse correctly when sourceType is script
> ok 445 ecmaVersion Scripts /6/objectLiteralShorthandMethods/simple-method-with-string-name should parse correctly when sourceType is script
> ok 446 ecmaVersion Scripts /6/objectLiteralShorthandMethods/simple-method should parse correctly when sourceType is script
> ok 447 ecmaVersion Scripts /6/objectLiteralShorthandMethods/string-name-method-property should parse correctly when sourceType is script
> ok 448 ecmaVersion Scripts /6/objectLiteralShorthandProperties/shorthand-properties-keyword should parse correctly when sourceType is script
> ok 449 ecmaVersion Scripts /6/objectLiteralShorthandProperties/shorthand-properties should parse correctly when sourceType is script
> ok 450 ecmaVersion Scripts /6/octalLiterals/invalid should parse correctly when sourceType is script
> ok 451 ecmaVersion Scripts /6/octalLiterals/lowercase should parse correctly when sourceType is script
> ok 452 ecmaVersion Scripts /6/octalLiterals/strict-uppercase should parse correctly when sourceType is script
> ok 453 ecmaVersion Scripts /6/octalLiterals/uppercase should parse correctly when sourceType is script
> ok 454 ecmaVersion Scripts /6/regexUFlag/regex-u-extended-escape should parse correctly when sourceType is script
> ok 455 ecmaVersion Scripts /6/regexUFlag/regex-u-invalid-extended-escape should parse correctly when sourceType is script
> ok 456 ecmaVersion Scripts /6/regexUFlag/regex-u-simple should parse correctly when sourceType is script
> ok 457 ecmaVersion Scripts /6/regexYFlag/regexp-y-simple should parse correctly when sourceType is script
> ok 458 ecmaVersion Scripts /6/restParams-and-arrowFunctions/arrow-rest-multi should parse correctly when sourceType is script
> ok 459 ecmaVersion Scripts /6/restParams-and-arrowFunctions/arrow-rest should parse correctly when sourceType is script
> ok 460 ecmaVersion Scripts /6/restParams-and-arrowFunctions/destructured-arrow-array should parse correctly when sourceType is script
> ok 461 ecmaVersion Scripts /6/restParams-and-arrowFunctions/destructured-arrow-multi should parse correctly when sourceType is script
> ok 462 ecmaVersion Scripts /6/restParams-and-arrowFunctions/destructured-arrow-object should parse correctly when sourceType is script
> ok 463 ecmaVersion Scripts /6/restParams-and-arrowFunctions/error-attempted-spread-param should parse correctly when sourceType is script
> ok 464 ecmaVersion Scripts /6/restParams/basic-rest should parse correctly when sourceType is script
> ok 465 ecmaVersion Scripts /6/restParams/error-no-default should parse correctly when sourceType is script
> ok 466 ecmaVersion Scripts /6/restParams/error-not-last should parse correctly when sourceType is script
> ok 467 ecmaVersion Scripts /6/restParams/func-expression-multi should parse correctly when sourceType is script
> ok 468 ecmaVersion Scripts /6/restParams/func-expression should parse correctly when sourceType is script
> ok 469 ecmaVersion Scripts /6/restParams/invalid-rest-param should parse correctly when sourceType is script
> ok 470 ecmaVersion Scripts /6/restParams/single-rest should parse correctly when sourceType is script
> ok 471 ecmaVersion Scripts /6/spread/error-invalid-if should parse correctly when sourceType is script
> ok 472 ecmaVersion Scripts /6/spread/error-invalid-sequence should parse correctly when sourceType is script
> ok 473 ecmaVersion Scripts /6/spread/multi-function-call should parse correctly when sourceType is script
> ok 474 ecmaVersion Scripts /6/spread/not-final-param should parse correctly when sourceType is script
> ok 475 ecmaVersion Scripts /6/spread/simple-function-call should parse correctly when sourceType is script
> ok 476 ecmaVersion Scripts /6/templateStrings-and-unicodeCodePointEscapes/template-strings-unicode-escape should parse correctly when sourceType is script
> ok 477 ecmaVersion Scripts /6/templateStrings/deeply-nested should parse correctly when sourceType is script
> ok 478 ecmaVersion Scripts /6/templateStrings/escape-characters should parse correctly when sourceType is script
> ok 479 ecmaVersion Scripts /6/templateStrings/expressions should parse correctly when sourceType is script
> ok 480 ecmaVersion Scripts /6/templateStrings/multi-line-template-string should parse correctly when sourceType is script
> ok 481 ecmaVersion Scripts /6/templateStrings/octal-literal should parse correctly when sourceType is script
> ok 482 ecmaVersion Scripts /6/templateStrings/simple-template-string should parse correctly when sourceType is script
> ok 483 ecmaVersion Scripts /6/templateStrings/single-dollar-sign should parse correctly when sourceType is script
> ok 484 ecmaVersion Scripts /6/templateStrings/tagged-no-placeholders should parse correctly when sourceType is script
> ok 485 ecmaVersion Scripts /6/templateStrings/tagged-template-string should parse correctly when sourceType is script
> ok 486 ecmaVersion Scripts /6/unicodeCodePointEscapes/basic-string-literal should parse correctly when sourceType is script
> ok 487 ecmaVersion Scripts /6/unicodeCodePointEscapes/complex-string-literal should parse correctly when sourceType is script
> ok 488 ecmaVersion Scripts /6/unicodeCodePointEscapes/identifier should parse correctly when sourceType is script
> ok 489 ecmaVersion Scripts /6/unicodeCodePointEscapes/invalid-empty-escape should parse correctly when sourceType is script
> ok 490 ecmaVersion Scripts /6/unicodeCodePointEscapes/invalid-too-large-escape should parse correctly when sourceType is script
> ok 491 ecmaVersion Scripts /7/error-strict-complex-params should parse correctly when sourceType is script
> ok 492 ecmaVersion Scripts /7/exponential-plusplus should parse correctly when sourceType is script
> ok 493 ecmaVersion Scripts /7/exponential-precedence should parse correctly when sourceType is script
> ok 494 ecmaVersion Scripts /7/exponential-simple should parse correctly when sourceType is script
> ok 495 ecmaVersion Scripts /7/invalid-exponential-unary should parse correctly when sourceType is script
> ok 496 ecmaVersion Scripts /8/comma-dangle-arrow should parse correctly when sourceType is script
> ok 497 ecmaVersion Scripts /8/comma-dangle-class-method should parse correctly when sourceType is script
> ok 498 ecmaVersion Scripts /8/comma-dangle-expression should parse correctly when sourceType is script
> ok 499 ecmaVersion Scripts /8/comma-dangle-func should parse correctly when sourceType is script
> ok 500 ecmaVersion Scripts /8/comma-dangle-method should parse correctly when sourceType is script
> ok 501 ecmaVersion Scripts /8/comma-dangle should parse correctly when sourceType is script
> ok 502 ecmaVersion Scripts /8/destructuring-param should parse correctly when sourceType is script
> ok 503 ecmaVersion Scripts /8/invalid-comma-dangle-method should parse correctly when sourceType is script
> ok 504 ecmaVersion Scripts /8/not-strict/arrow-func-parens should parse correctly when sourceType is script
> ok 505 ecmaVersion Scripts /8/not-strict/arrow-func should parse correctly when sourceType is script
> ok 506 ecmaVersion Scripts /8/not-strict/async-and-no-async should parse correctly when sourceType is script
> ok 507 ecmaVersion Scripts /8/not-strict/async-arrow-func-destructed-defaults should parse correctly when sourceType is script
> ok 508 ecmaVersion Scripts /8/not-strict/async-arrow-func-destructed should parse correctly when sourceType is script
> ok 509 ecmaVersion Scripts /8/not-strict/async-arrow-func-parens-multi should parse correctly when sourceType is script
> ok 510 ecmaVersion Scripts /8/not-strict/async-arrow-func-parens should parse correctly when sourceType is script
> ok 511 ecmaVersion Scripts /8/not-strict/async-arrow-func should parse correctly when sourceType is script
> ok 512 ecmaVersion Scripts /8/not-strict/async-as-property-name should parse correctly when sourceType is script
> ok 513 ecmaVersion Scripts /8/not-strict/async-await-arrow-expression should parse correctly when sourceType is script
> ok 514 ecmaVersion Scripts /8/not-strict/async-await-arrow-param should parse correctly when sourceType is script
> ok 515 ecmaVersion Scripts /8/not-strict/async-await-class-method-param should parse correctly when sourceType is script
> ok 516 ecmaVersion Scripts /8/not-strict/async-await-destructured-default should parse correctly when sourceType is script
> ok 517 ecmaVersion Scripts /8/not-strict/async-await-expression-class-method should parse correctly when sourceType is script
> ok 518 ecmaVersion Scripts /8/not-strict/async-await-function-param should parse correctly when sourceType is script
> ok 519 ecmaVersion Scripts /8/not-strict/async-await-identifier-math should parse correctly when sourceType is script
> ok 520 ecmaVersion Scripts /8/not-strict/async-await-inside-parens should parse correctly when sourceType is script
> ok 521 ecmaVersion Scripts /8/not-strict/async-await-math should parse correctly when sourceType is script
> ok 522 ecmaVersion Scripts /8/not-strict/async-await-named-object-method should parse correctly when sourceType is script
> ok 523 ecmaVersion Scripts /8/not-strict/async-await-object-method-param should parse correctly when sourceType is script
> ok 524 ecmaVersion Scripts /8/not-strict/async-await-object-method should parse correctly when sourceType is script
> ok 525 ecmaVersion Scripts /8/not-strict/async-await should parse correctly when sourceType is script
> ok 526 ecmaVersion Scripts /8/not-strict/async-class-method-named-await should parse correctly when sourceType is script
> ok 527 ecmaVersion Scripts /8/not-strict/async-class-method should parse correctly when sourceType is script
> ok 528 ecmaVersion Scripts /8/not-strict/async-destructured-assignment should parse correctly when sourceType is script
> ok 529 ecmaVersion Scripts /8/not-strict/async-expression should parse correctly when sourceType is script
> ok 530 ecmaVersion Scripts /8/not-strict/async-func should parse correctly when sourceType is script
> ok 531 ecmaVersion Scripts /8/not-strict/async-named-class-method should parse correctly when sourceType is script
> ok 532 ecmaVersion Scripts /8/not-strict/async-named-generator-method should parse correctly when sourceType is script
> ok 533 ecmaVersion Scripts /8/not-strict/async-named-object-method should parse correctly when sourceType is script
> ok 534 ecmaVersion Scripts /8/not-strict/async-named-static-generator-method should parse correctly when sourceType is script
> ok 535 ecmaVersion Scripts /8/not-strict/async-named-variable should parse correctly when sourceType is script
> ok 536 ecmaVersion Scripts /8/not-strict/async-object-method-and-property should parse correctly when sourceType is script
> ok 537 ecmaVersion Scripts /8/not-strict/async-object-method should parse correctly when sourceType is script
> ok 538 ecmaVersion Scripts /8/not-strict/async-shorthand-property-1 should parse correctly when sourceType is script
> ok 539 ecmaVersion Scripts /8/not-strict/async-shorthand-property-2 should parse correctly when sourceType is script
> ok 540 ecmaVersion Scripts /8/not-strict/async-shorthand-property-3 should parse correctly when sourceType is script
> ok 541 ecmaVersion Scripts /8/not-strict/async-static-class-method-named-await should parse correctly when sourceType is script
> ok 542 ecmaVersion Scripts /8/not-strict/async-static-class-method should parse correctly when sourceType is script
> ok 543 ecmaVersion Scripts /8/not-strict/async-then-arrow should parse correctly when sourceType is script
> ok 544 ecmaVersion Scripts /8/not-strict/async-wrapped-class-await should parse correctly when sourceType is script
> ok 545 ecmaVersion Scripts /8/not-strict/async-yield should parse correctly when sourceType is script
> ok 546 ecmaVersion Scripts /8/not-strict/async should parse correctly when sourceType is script
> ok 547 ecmaVersion Scripts /8/not-strict/await-identifier-math should parse correctly when sourceType is script
> ok 548 ecmaVersion Scripts /8/not-strict/class-method should parse correctly when sourceType is script
> ok 549 ecmaVersion Scripts /8/not-strict/export-async should parse correctly when sourceType is script
> ok 550 ecmaVersion Scripts /8/not-strict/export-default-async-expression should parse correctly when sourceType is script
> ok 551 ecmaVersion Scripts /8/not-strict/export-default-async should parse correctly when sourceType is script
> ok 552 ecmaVersion Scripts /8/not-strict/generator-async-func should parse correctly when sourceType is script
> ok 553 ecmaVersion Scripts /8/not-strict/invalid-async-await-identifier should parse correctly when sourceType is script
> ok 554 ecmaVersion Scripts /8/not-strict/invalid-async-await-param should parse correctly when sourceType is script
> ok 555 ecmaVersion Scripts /8/not-strict/invalid-async-class-broken should parse correctly when sourceType is script
> ok 556 ecmaVersion Scripts /8/not-strict/invalid-async-class-generator should parse correctly when sourceType is script
> ok 557 ecmaVersion Scripts /8/not-strict/invalid-async-class-getter should parse correctly when sourceType is script
> ok 558 ecmaVersion Scripts /8/not-strict/invalid-async-class-method-await should parse correctly when sourceType is script
> ok 559 ecmaVersion Scripts /8/not-strict/invalid-async-class-method-empty-await should parse correctly when sourceType is script
> ok 560 ecmaVersion Scripts /8/not-strict/invalid-async-class-setter should parse correctly when sourceType is script
> ok 561 ecmaVersion Scripts /8/not-strict/invalid-async-constructor should parse correctly when sourceType is script
> ok 562 ecmaVersion Scripts /8/not-strict/invalid-async-expression-generators should parse correctly when sourceType is script
> ok 563 ecmaVersion Scripts /8/not-strict/invalid-async-expression-plain-await should parse correctly when sourceType is script
> ok 564 ecmaVersion Scripts /8/not-strict/invalid-async-expression should parse correctly when sourceType is script
> ok 565 ecmaVersion Scripts /8/not-strict/invalid-async-generator-expression should parse correctly when sourceType is script
> ok 566 ecmaVersion Scripts /8/not-strict/invalid-async-generator-method should parse correctly when sourceType is script
> ok 567 ecmaVersion Scripts /8/not-strict/invalid-async-generator should parse correctly when sourceType is script
> ok 568 ecmaVersion Scripts /8/not-strict/invalid-async-getter-method-with-params should parse correctly when sourceType is script
> ok 569 ecmaVersion Scripts /8/not-strict/invalid-async-getter-method should parse correctly when sourceType is script
> ok 570 ecmaVersion Scripts /8/not-strict/invalid-async-method-await-identifier should parse correctly when sourceType is script
> ok 571 ecmaVersion Scripts /8/not-strict/invalid-async-method-await-param should parse correctly when sourceType is script
> ok 572 ecmaVersion Scripts /8/not-strict/invalid-async-method-empty-await should parse correctly when sourceType is script
> ok 573 ecmaVersion Scripts /8/not-strict/invalid-async-method-expression should parse correctly when sourceType is script
> ok 574 ecmaVersion Scripts /8/not-strict/invalid-async-method-return-await should parse correctly when sourceType is script
> ok 575 ecmaVersion Scripts /8/not-strict/invalid-async-object should parse correctly when sourceType is script
> ok 576 ecmaVersion Scripts /8/not-strict/invalid-async-plain-await should parse correctly when sourceType is script
> ok 577 ecmaVersion Scripts /8/not-strict/invalid-async-prop should parse correctly when sourceType is script
> ok 578 ecmaVersion Scripts /8/not-strict/invalid-async-static-method-broken should parse correctly when sourceType is script
> ok 579 ecmaVersion Scripts /8/not-strict/invalid-await-arrow-param-parens should parse correctly when sourceType is script
> ok 580 ecmaVersion Scripts /8/not-strict/invalid-await-arrow-param should parse correctly when sourceType is script
> ok 581 ecmaVersion Scripts /8/not-strict/invalid-await-default should parse correctly when sourceType is script
> ok 582 ecmaVersion Scripts /8/not-strict/invalid-await-destructured-default should parse correctly when sourceType is script
> ok 583 ecmaVersion Scripts /8/not-strict/invalid-await-destructured-param should parse correctly when sourceType is script
> ok 584 ecmaVersion Scripts /8/not-strict/invalid-await-func-expression should parse correctly when sourceType is script
> ok 585 ecmaVersion Scripts /8/not-strict/invalid-await-identifier-expression should parse correctly when sourceType is script
> ok 586 ecmaVersion Scripts /8/not-strict/invalid-await-identifier should parse correctly when sourceType is script
> ok 587 ecmaVersion Scripts /8/not-strict/invalid-await-named-destructured-array-param should parse correctly when sourceType is script
> ok 588 ecmaVersion Scripts /8/not-strict/invalid-await-named-destructured-param should parse correctly when sourceType is script
> ok 589 ecmaVersion Scripts /8/not-strict/invalid-await-param-expression should parse correctly when sourceType is script
> ok 590 ecmaVersion Scripts /8/not-strict/invalid-await-param should parse correctly when sourceType is script
> ok 591 ecmaVersion Scripts /8/not-strict/invalid-await-top-level should parse correctly when sourceType is script
> ok 592 ecmaVersion Scripts /8/not-strict/invalid-broken-async-arrow-after-parens should parse correctly when sourceType is script
> ok 593 ecmaVersion Scripts /8/not-strict/invalid-broken-async-arrow-before-parens should parse correctly when sourceType is script
> ok 594 ecmaVersion Scripts /8/not-strict/invalid-broken-async-arrow should parse correctly when sourceType is script
> ok 595 ecmaVersion Scripts /8/not-strict/invalid-broken-async-object-method should parse correctly when sourceType is script
> ok 596 ecmaVersion Scripts /8/not-strict/invalid-broken-line-async should parse correctly when sourceType is script
> ok 597 ecmaVersion Scripts /8/not-strict/invalid-class-await-extend should parse correctly when sourceType is script
> ok 598 ecmaVersion Scripts /8/not-strict/invalid-nested-async should parse correctly when sourceType is script
> ok 599 ecmaVersion Scripts /8/not-strict/invalid-plain-await-arrow should parse correctly when sourceType is script
> ok 600 ecmaVersion Scripts /8/not-strict/invalid-plain-await should parse correctly when sourceType is script
> ok 601 ecmaVersion Scripts /8/not-strict/invalid-static-async-generator should parse correctly when sourceType is script
> ok 602 ecmaVersion Scripts /8/not-strict/invalid-static-async-getter should parse correctly when sourceType is script
> ok 603 ecmaVersion Scripts /8/not-strict/invalid-static-async-setter should parse correctly when sourceType is script
> ok 604 ecmaVersion Scripts /8/not-strict/invalid-yield-default should parse correctly when sourceType is script
> ok 605 ecmaVersion Scripts /8/not-strict/nested-async-await-method should parse correctly when sourceType is script
> ok 606 ecmaVersion Scripts /8/not-strict/no-async-expression should parse correctly when sourceType is script
> ok 607 ecmaVersion Scripts /8/not-strict/no-async should parse correctly when sourceType is script
> ok 608 ecmaVersion Scripts /8/not-strict/object-method should parse correctly when sourceType is script
> ok 609 ecmaVersion Scripts /8/not-strict/plain-await should parse correctly when sourceType is script
> ok 610 ecmaVersion Scripts /8/not-strict/static-async-named-class-method should parse correctly when sourceType is script
> ok 611 ecmaVersion Scripts /8/var-destructured-array-literal should parse correctly when sourceType is script
> ok 612 ecmaVersion Scripts /9/async-generator/invalid-await-in-nested-function-1 should parse correctly when sourceType is script
> ok 613 ecmaVersion Scripts /9/async-generator/invalid-await-in-nested-function-2 should parse correctly when sourceType is script
> ok 614 ecmaVersion Scripts /9/async-generator/invalid-await-in-nested-function-3 should parse correctly when sourceType is script
> ok 615 ecmaVersion Scripts /9/async-generator/invalid-await-in-nested-function-4 should parse correctly when sourceType is script
> ok 616 ecmaVersion Scripts /9/async-generator/invalid-linebreak-after-async-1 should parse correctly when sourceType is script
> ok 617 ecmaVersion Scripts /9/async-generator/invalid-linebreak-after-async-2 should parse correctly when sourceType is script
> ok 618 ecmaVersion Scripts /9/async-generator/invalid-star-before-async-1 should parse correctly when sourceType is script
> ok 619 ecmaVersion Scripts /9/async-generator/invalid-star-before-async-2 should parse correctly when sourceType is script
> ok 620 ecmaVersion Scripts /9/async-generator/invalid-stars-around-async-1 should parse correctly when sourceType is script
> ok 621 ecmaVersion Scripts /9/async-generator/invalid-stars-around-async-2 should parse correctly when sourceType is script
> ok 622 ecmaVersion Scripts /9/async-generator/invalid-yield-in-nested-function-1 should parse correctly when sourceType is script
> ok 623 ecmaVersion Scripts /9/async-generator/invalid-yield-in-nested-function-2 should parse correctly when sourceType is script
> ok 624 ecmaVersion Scripts /9/async-generator/invalid-yield-in-nested-function-3 should parse correctly when sourceType is script
> ok 625 ecmaVersion Scripts /9/async-generator/invalid-yield-in-nested-function-4 should parse correctly when sourceType is script
> ok 626 ecmaVersion Scripts /9/async-generator/valid-class-method should parse correctly when sourceType is script
> ok 627 ecmaVersion Scripts /9/async-generator/valid-class-static-method should parse correctly when sourceType is script
> ok 628 ecmaVersion Scripts /9/async-generator/valid-function-declaration should parse correctly when sourceType is script
> ok 629 ecmaVersion Scripts /9/async-generator/valid-function-expression should parse correctly when sourceType is script
> ok 630 ecmaVersion Scripts /9/async-generator/valid-object-method should parse correctly when sourceType is script
> ok 631 ecmaVersion Scripts /9/for-await-of/invalid-in-arrow-function should parse correctly when sourceType is script
> ok 632 ecmaVersion Scripts /9/for-await-of/invalid-in-function-declaration should parse correctly when sourceType is script
> ok 633 ecmaVersion Scripts /9/for-await-of/invalid-in-function-expression should parse correctly when sourceType is script
> ok 634 ecmaVersion Scripts /9/for-await-of/invalid-in-nested-function should parse correctly when sourceType is script
> ok 635 ecmaVersion Scripts /9/for-await-of/invalid-on-top-level should parse correctly when sourceType is script
> ok 636 ecmaVersion Scripts /9/for-await-of/invalid-with-for-1 should parse correctly when sourceType is script
> ok 637 ecmaVersion Scripts /9/for-await-of/invalid-with-for-2 should parse correctly when sourceType is script
> ok 638 ecmaVersion Scripts /9/for-await-of/invalid-with-for-3 should parse correctly when sourceType is script
> ok 639 ecmaVersion Scripts /9/for-await-of/invalid-with-for-in should parse correctly when sourceType is script
> ok 640 ecmaVersion Scripts /9/for-await-of/valid-in-with-reference should parse correctly when sourceType is script
> ok 641 ecmaVersion Scripts /9/for-await-of/valid-linebreak-before-await should parse correctly when sourceType is script
> ok 642 ecmaVersion Scripts /9/for-await-of/valid-no-await-1 should parse correctly when sourceType is script
> ok 643 ecmaVersion Scripts /9/for-await-of/valid-no-await-2 should parse correctly when sourceType is script
> ok 644 ecmaVersion Scripts /9/for-await-of/valid-with-async-arrow-function should parse correctly when sourceType is script
> ok 645 ecmaVersion Scripts /9/for-await-of/valid-with-async-function-expression should parse correctly when sourceType is script
> ok 646 ecmaVersion Scripts /9/for-await-of/valid-with-async-method-1 should parse correctly when sourceType is script
> ok 647 ecmaVersion Scripts /9/for-await-of/valid-with-async-method-2 should parse correctly when sourceType is script
> ok 648 ecmaVersion Scripts /9/for-await-of/valid-with-let should parse correctly when sourceType is script
> ok 649 ecmaVersion Scripts /9/for-await-of/valid-with-var should parse correctly when sourceType is script
> ok 650 ecmaVersion Scripts /9/malformed-template-literal/malformed-template-literal-escape should parse correctly when sourceType is script
> ok 651 ecmaVersion Scripts /9/regexp-lookbehind-assertion/invalid-group should parse correctly when sourceType is script
> ok 652 ecmaVersion Scripts /9/regexp-lookbehind-assertion/invalid-unterminated-group should parse correctly when sourceType is script
> ok 653 ecmaVersion Scripts /9/regexp-lookbehind-assertion/valid-negative-1 should parse correctly when sourceType is script
> ok 654 ecmaVersion Scripts /9/regexp-lookbehind-assertion/valid-negative-2 should parse correctly when sourceType is script
> ok 655 ecmaVersion Scripts /9/regexp-lookbehind-assertion/valid-positive-1 should parse correctly when sourceType is script
> ok 656 ecmaVersion Scripts /9/regexp-lookbehind-assertion/valid-positive-2 should parse correctly when sourceType is script
> ok 657 ecmaVersion Scripts /9/regexp-named-group/invalid-backreference-1 should parse correctly when sourceType is script
> ok 658 ecmaVersion Scripts /9/regexp-named-group/invalid-backreference-2 should parse correctly when sourceType is script
> ok 659 ecmaVersion Scripts /9/regexp-named-group/invalid-backreference-3 should parse correctly when sourceType is script
> ok 660 ecmaVersion Scripts /9/regexp-named-group/invalid-backreference-4 should parse correctly when sourceType is script
> ok 661 ecmaVersion Scripts /9/regexp-named-group/invalid-group-name-1 should parse correctly when sourceType is script
> ok 662 ecmaVersion Scripts /9/regexp-named-group/invalid-group-name-2 should parse correctly when sourceType is script
> ok 663 ecmaVersion Scripts /9/regexp-named-group/invalid-group-name-3 should parse correctly when sourceType is script
> ok 664 ecmaVersion Scripts /9/regexp-named-group/valid-backreference-1 should parse correctly when sourceType is script
> ok 665 ecmaVersion Scripts /9/regexp-named-group/valid-backreference-2 should parse correctly when sourceType is script
> ok 666 ecmaVersion Scripts /9/regexp-named-group/valid-backreference-3 should parse correctly when sourceType is script
> ok 667 ecmaVersion Scripts /9/regexp-named-group/valid-group should parse correctly when sourceType is script
> ok 668 ecmaVersion Scripts /9/regexp-named-group/valid-unicode-name-1 should parse correctly when sourceType is script
> ok 669 ecmaVersion Scripts /9/regexp-named-group/valid-unicode-name-2 should parse correctly when sourceType is script
> ok 670 ecmaVersion Scripts /9/regexp-s-flag/s-flag should parse correctly when sourceType is script
> ok 671 ecmaVersion Scripts /9/regexp-unicode-property-escape/invalid-property-1 should parse correctly when sourceType is script
> ok 672 ecmaVersion Scripts /9/regexp-unicode-property-escape/invalid-property-2 should parse correctly when sourceType is script
> ok 673 ecmaVersion Scripts /9/regexp-unicode-property-escape/invalid-property-3 should parse correctly when sourceType is script
> ok 674 ecmaVersion Scripts /9/regexp-unicode-property-escape/invalid-property-4 should parse correctly when sourceType is script
> ok 675 ecmaVersion Scripts /9/regexp-unicode-property-escape/valid-negative-1 should parse correctly when sourceType is script
> ok 676 ecmaVersion Scripts /9/regexp-unicode-property-escape/valid-negative-2 should parse correctly when sourceType is script
> ok 677 ecmaVersion Scripts /9/regexp-unicode-property-escape/valid-positive-1 should parse correctly when sourceType is script
> ok 678 ecmaVersion Scripts /9/regexp-unicode-property-escape/valid-positive-2 should parse correctly when sourceType is script
> ok 679 ecmaVersion Scripts /9/rest-property/invalid-array-literal-1 should parse correctly when sourceType is script
> ok 680 ecmaVersion Scripts /9/rest-property/invalid-array-literal-2 should parse correctly when sourceType is script
> ok 681 ecmaVersion Scripts /9/rest-property/invalid-array-literal-3 should parse correctly when sourceType is script
> ok 682 ecmaVersion Scripts /9/rest-property/invalid-duo-1 should parse correctly when sourceType is script
> ok 683 ecmaVersion Scripts /9/rest-property/invalid-duo-2 should parse correctly when sourceType is script
> ok 684 ecmaVersion Scripts /9/rest-property/invalid-middle-1 should parse correctly when sourceType is script
> ok 685 ecmaVersion Scripts /9/rest-property/invalid-middle-2 should parse correctly when sourceType is script
> ok 686 ecmaVersion Scripts /9/rest-property/invalid-object-literal-1 should parse correctly when sourceType is script
> ok 687 ecmaVersion Scripts /9/rest-property/invalid-object-literal-2 should parse correctly when sourceType is script
> ok 688 ecmaVersion Scripts /9/rest-property/invalid-object-literal-3 should parse correctly when sourceType is script
> ok 689 ecmaVersion Scripts /9/rest-property/invalid-parenthesized-1 should parse correctly when sourceType is script
> ok 690 ecmaVersion Scripts /9/rest-property/invalid-parenthesized-2 should parse correctly when sourceType is script
> ok 691 ecmaVersion Scripts /9/rest-property/invalid-parenthesized-3 should parse correctly when sourceType is script
> ok 692 ecmaVersion Scripts /9/rest-property/invalid-parenthesized-4 should parse correctly when sourceType is script
> ok 693 ecmaVersion Scripts /9/rest-property/invalid-parenthesized-5 should parse correctly when sourceType is script
> ok 694 ecmaVersion Scripts /9/rest-property/invalid-parenthesized-6 should parse correctly when sourceType is script
> ok 695 ecmaVersion Scripts /9/rest-property/invalid-trailing-comma-1 should parse correctly when sourceType is script
> ok 696 ecmaVersion Scripts /9/rest-property/invalid-trailing-comma-2 should parse correctly when sourceType is script
> ok 697 ecmaVersion Scripts /9/rest-property/valid-assignment-1 should parse correctly when sourceType is script
> ok 698 ecmaVersion Scripts /9/rest-property/valid-assignment-2 should parse correctly when sourceType is script
> ok 699 ecmaVersion Scripts /9/rest-property/valid-assignment-3 should parse correctly when sourceType is script
> ok 700 ecmaVersion Scripts /9/rest-property/valid-declaration-1 should parse correctly when sourceType is script
> ok 701 ecmaVersion Scripts /9/rest-property/valid-declaration-2 should parse correctly when sourceType is script
> ok 702 ecmaVersion Scripts /9/rest-property/valid-declaration-3 should parse correctly when sourceType is script
> ok 703 ecmaVersion Scripts /9/rest-property/valid-parameter-1 should parse correctly when sourceType is script
> ok 704 ecmaVersion Scripts /9/rest-property/valid-parameter-2 should parse correctly when sourceType is script
> ok 705 ecmaVersion Scripts /9/rest-property/valid-parameter-3 should parse correctly when sourceType is script
> ok 706 ecmaVersion Scripts /9/rest-property/valid-parameter-4 should parse correctly when sourceType is script
> ok 707 ecmaVersion Scripts /9/spread-property/invalid-dots should parse correctly when sourceType is script
> ok 708 ecmaVersion Scripts /9/spread-property/valid-1 should parse correctly when sourceType is script
> ok 709 ecmaVersion Scripts /9/spread-property/valid-2 should parse correctly when sourceType is script
> ok 710 ecmaVersion Scripts /9/spread-property/valid-a-b-c-parenthesized should parse correctly when sourceType is script
> ok 711 ecmaVersion Scripts /9/spread-property/valid-a-b-c should parse correctly when sourceType is script
> ok 712 ecmaVersion Scripts /9/spread-property/valid-complex should parse correctly when sourceType is script
> ok 713 ecmaVersion Scripts /9/spread-property/valid-parenthesized-1 should parse correctly when sourceType is script
> ok 714 ecmaVersion Scripts /9/spread-property/valid-trailing-comma should parse correctly when sourceType is script
> ok 715 ecmaVersion Modules /10/json-superset/invalid-lf should parse correctly when sourceType is module
> ok 716 ecmaVersion Modules /10/json-superset/valid-2028 should parse correctly when sourceType is module
> ok 717 ecmaVersion Modules /10/json-superset/valid-2029 should parse correctly when sourceType is module
> ok 718 ecmaVersion Modules /10/optional-catch-binding/invalid-01 should parse correctly when sourceType is module
> ok 719 ecmaVersion Modules /10/optional-catch-binding/invalid-02 should parse correctly when sourceType is module
> ok 720 ecmaVersion Modules /10/optional-catch-binding/valid-01 should parse correctly when sourceType is module
> ok 721 ecmaVersion Modules /10/optional-catch-binding/valid-02 should parse correctly when sourceType is module
> ok 722 ecmaVersion Modules /11/bigint/binary should parse correctly when sourceType is module
> ok 723 ecmaVersion Modules /11/bigint/decimal should parse correctly when sourceType is module
> ok 724 ecmaVersion Modules /11/bigint/hex should parse correctly when sourceType is module
> ok 725 ecmaVersion Modules /11/bigint/invalid-float should parse correctly when sourceType is module
> ok 726 ecmaVersion Modules /11/bigint/octal should parse correctly when sourceType is module
> ok 727 ecmaVersion Modules /11/dynamic-import/basic should parse correctly when sourceType is module
> ok 728 ecmaVersion Modules /11/dynamic-import/first-of-statement should parse correctly when sourceType is module
> ok 729 ecmaVersion Modules /11/dynamic-import/invalid-import-prop should parse correctly when sourceType is module
> ok 730 ecmaVersion Modules /11/dynamic-import/invalid-multi-sources should parse correctly when sourceType is module
> ok 731 ecmaVersion Modules /11/dynamic-import/invalid-new-import should parse correctly when sourceType is module
> ok 732 ecmaVersion Modules /11/dynamic-import/invalid-no-source should parse correctly when sourceType is module
> ok 733 ecmaVersion Modules /11/dynamic-import/invalid-only-import should parse correctly when sourceType is module
> ok 734 ecmaVersion Modules /11/dynamic-import/invalid-trailing-comma should parse correctly when sourceType is module
> ok 735 ecmaVersion Modules /11/dynamic-import/invalid-wrap-import should parse correctly when sourceType is module
> ok 736 ecmaVersion Modules /11/dynamic-import/new-import should parse correctly when sourceType is module
> ok 737 ecmaVersion Modules /11/dynamic-import/with-assign should parse correctly when sourceType is module
> ok 738 ecmaVersion Modules /11/dynamic-import/with-sequence should parse correctly when sourceType is module
> ok 739 ecmaVersion Modules /11/modules/export-star-as-ns-from-source/export-star-as-ns should parse correctly when sourceType is module
> ok 740 ecmaVersion Modules /11/modules/export-star-as-ns-from-source/export-star should parse correctly when sourceType is module
> ok 741 ecmaVersion Modules /11/modules/import-meta/import-meta should parse correctly when sourceType is module
> ok 742 ecmaVersion Modules /11/modules/import-meta/invalid-not-meta should parse correctly when sourceType is module
> ok 743 ecmaVersion Modules /11/modules/import-meta/invalid-unicode-sequence should parse correctly when sourceType is module
> ok 744 ecmaVersion Modules /11/nullish-coalescing/invalid-qq-with-logical-or-1 should parse correctly when sourceType is module
> ok 745 ecmaVersion Modules /11/nullish-coalescing/invalid-qq-with-logical-or-2 should parse correctly when sourceType is module
> ok 746 ecmaVersion Modules /11/nullish-coalescing/one-qq should parse correctly when sourceType is module
> ok 747 ecmaVersion Modules /11/nullish-coalescing/qq-in-ternary should parse correctly when sourceType is module
> ok 748 ecmaVersion Modules /11/nullish-coalescing/qq-with-bitwise-or should parse correctly when sourceType is module
> ok 749 ecmaVersion Modules /11/nullish-coalescing/qq-with-logical-or-1 should parse correctly when sourceType is module
> ok 750 ecmaVersion Modules /11/nullish-coalescing/qq-with-logical-or-2 should parse correctly when sourceType is module
> ok 751 ecmaVersion Modules /11/nullish-coalescing/two-qq should parse correctly when sourceType is module
> ok 752 ecmaVersion Modules /11/optional-chaining/async-qdot-call should parse correctly when sourceType is module
> ok 753 ecmaVersion Modules /11/optional-chaining/chaining1 should parse correctly when sourceType is module
> ok 754 ecmaVersion Modules /11/optional-chaining/chaining2 should parse correctly when sourceType is module
> ok 755 ecmaVersion Modules /11/optional-chaining/chaining3 should parse correctly when sourceType is module
> ok 756 ecmaVersion Modules /11/optional-chaining/invalid-assign should parse correctly when sourceType is module
> ok 757 ecmaVersion Modules /11/optional-chaining/invalid-async-qdot-call should parse correctly when sourceType is module
> ok 758 ecmaVersion Modules /11/optional-chaining/invalid-binding-in-for-in should parse correctly when sourceType is module
> ok 759 ecmaVersion Modules /11/optional-chaining/invalid-chaining-assign should parse correctly when sourceType is module
> ok 760 ecmaVersion Modules /11/optional-chaining/invalid-chaining-binding-in-for-in should parse correctly when sourceType is module
> ok 761 ecmaVersion Modules /11/optional-chaining/invalid-chaining-increment should parse correctly when sourceType is module
> ok 762 ecmaVersion Modules /11/optional-chaining/invalid-chaining-new should parse correctly when sourceType is module
> ok 763 ecmaVersion Modules /11/optional-chaining/invalid-chaining-template should parse correctly when sourceType is module
> ok 764 ecmaVersion Modules /11/optional-chaining/invalid-increment should parse correctly when sourceType is module
> ok 765 ecmaVersion Modules /11/optional-chaining/invalid-new should parse correctly when sourceType is module
> ok 766 ecmaVersion Modules /11/optional-chaining/invalid-qdot-num should parse correctly when sourceType is module
> ok 767 ecmaVersion Modules /11/optional-chaining/invalid-template should parse correctly when sourceType is module
> ok 768 ecmaVersion Modules /11/optional-chaining/non-optional should parse correctly when sourceType is module
> ok 769 ecmaVersion Modules /11/optional-chaining/parenthesized-chaining1 should parse correctly when sourceType is module
> ok 770 ecmaVersion Modules /11/optional-chaining/parenthesized-chaining2 should parse correctly when sourceType is module
> ok 771 ecmaVersion Modules /11/optional-chaining/parenthesized-chaining3 should parse correctly when sourceType is module
> ok 772 ecmaVersion Modules /11/optional-chaining/qdot-call should parse correctly when sourceType is module
> ok 773 ecmaVersion Modules /11/optional-chaining/qdot should parse correctly when sourceType is module
> ok 774 ecmaVersion Modules /12/logical-assignment-operators/and should parse correctly when sourceType is module
> ok 775 ecmaVersion Modules /12/logical-assignment-operators/coalesce should parse correctly when sourceType is module
> ok 776 ecmaVersion Modules /12/logical-assignment-operators/mix should parse correctly when sourceType is module
> ok 777 ecmaVersion Modules /12/logical-assignment-operators/or should parse correctly when sourceType is module
> ok 778 ecmaVersion Modules /12/numeric-separators/bigint should parse correctly when sourceType is module
> ok 779 ecmaVersion Modules /12/numeric-separators/binary should parse correctly when sourceType is module
> ok 780 ecmaVersion Modules /12/numeric-separators/decimal should parse correctly when sourceType is module
> ok 781 ecmaVersion Modules /12/numeric-separators/exponent should parse correctly when sourceType is module
> ok 782 ecmaVersion Modules /12/numeric-separators/fraction should parse correctly when sourceType is module
> ok 783 ecmaVersion Modules /12/numeric-separators/hex should parse correctly when sourceType is module
> ok 784 ecmaVersion Modules /12/numeric-separators/invalid-at-first should parse correctly when sourceType is module
> ok 785 ecmaVersion Modules /12/numeric-separators/invalid-at-last should parse correctly when sourceType is module
> ok 786 ecmaVersion Modules /12/numeric-separators/invalid-double-sep should parse correctly when sourceType is module
> ok 787 ecmaVersion Modules /12/numeric-separators/invalid-legacy-octal should parse correctly when sourceType is module
> ok 788 ecmaVersion Modules /12/numeric-separators/octal should parse correctly when sourceType is module
> ok 789 ecmaVersion Modules /12/numeric-separators/starts-with-dot should parse correctly when sourceType is module
> ok 790 ecmaVersion Modules /13/class-fields/invalid-delete-private-optional should parse correctly when sourceType is module
> ok 791 ecmaVersion Modules /13/class-fields/invalid-delete-private should parse correctly when sourceType is module
> ok 792 ecmaVersion Modules /13/class-fields/invalid-init-arguments should parse correctly when sourceType is module
> ok 793 ecmaVersion Modules /13/class-fields/invalid-init-arrow-arguments should parse correctly when sourceType is module
> ok 794 ecmaVersion Modules /13/class-fields/invalid-init-yield should parse correctly when sourceType is module
> ok 795 ecmaVersion Modules /13/class-fields/invalid-member-private-undef should parse correctly when sourceType is module
> ok 796 ecmaVersion Modules /13/class-fields/invalid-member-super-private should parse correctly when sourceType is module
> ok 797 ecmaVersion Modules /13/class-fields/invalid-private-constructor should parse correctly when sourceType is module
> ok 798 ecmaVersion Modules /13/class-fields/invalid-private-dupelicate should parse correctly when sourceType is module
> ok 799 ecmaVersion Modules /13/class-fields/invalid-public-constructor should parse correctly when sourceType is module
> ok 800 ecmaVersion Modules /13/class-fields/mixed-init-await should parse correctly when sourceType is module
> ok 801 ecmaVersion Modules /13/class-fields/valid-arguments-in-computed-key should parse correctly when sourceType is module
> ok 802 ecmaVersion Modules /13/class-fields/valid-async-asi should parse correctly when sourceType is module
> ok 803 ecmaVersion Modules /13/class-fields/valid-computed-asi should parse correctly when sourceType is module
> ok 804 ecmaVersion Modules /13/class-fields/valid-computed-no-asi should parse correctly when sourceType is module
> ok 805 ecmaVersion Modules /13/class-fields/valid-computed should parse correctly when sourceType is module
> ok 806 ecmaVersion Modules /13/class-fields/valid-contextual-keywords-init should parse correctly when sourceType is module
> ok 807 ecmaVersion Modules /13/class-fields/valid-contextual-keywords should parse correctly when sourceType is module
> ok 808 ecmaVersion Modules /13/class-fields/valid-get-set-star-no-asi should parse correctly when sourceType is module
> ok 809 ecmaVersion Modules /13/class-fields/valid-init-arguments should parse correctly when sourceType is module
> ok 810 ecmaVersion Modules /13/class-fields/valid-init-arrow-super should parse correctly when sourceType is module
> ok 811 ecmaVersion Modules /13/class-fields/valid-init-arrow should parse correctly when sourceType is module
> ok 812 ecmaVersion Modules /13/class-fields/valid-init-super should parse correctly when sourceType is module
> ok 813 ecmaVersion Modules /13/class-fields/valid-member-private-nesting-use-first should parse correctly when sourceType is module
> ok 814 ecmaVersion Modules /13/class-fields/valid-member-private-nesting should parse correctly when sourceType is module
> ok 815 ecmaVersion Modules /13/class-fields/valid-member-private should parse correctly when sourceType is module
> ok 816 ecmaVersion Modules /13/class-fields/valid-private-asi should parse correctly when sourceType is module
> ok 817 ecmaVersion Modules /13/class-fields/valid-private should parse correctly when sourceType is module
> ok 818 ecmaVersion Modules /13/class-fields/valid-prototype should parse correctly when sourceType is module
> ok 819 ecmaVersion Modules /13/class-fields/valid-public-asi should parse correctly when sourceType is module
> ok 820 ecmaVersion Modules /13/class-fields/valid-public should parse correctly when sourceType is module
> ok 821 ecmaVersion Modules /13/class-fields/valid-special-field-names-init should parse correctly when sourceType is module
> ok 822 ecmaVersion Modules /13/class-fields/valid-special-field-names should parse correctly when sourceType is module
> ok 823 ecmaVersion Modules /13/class-fields/valid-star-asi should parse correctly when sourceType is module
> ok 824 ecmaVersion Modules /13/class-fields/valid-star-no-asi should parse correctly when sourceType is module
> ok 825 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-expr-new-target should parse correctly when sourceType is module
> ok 826 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-expr-this should parse correctly when sourceType is module
> ok 827 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-scope-lex-close should parse correctly when sourceType is module
> ok 828 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-scope-lex-derived should parse correctly when sourceType is module
> ok 829 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-scope-lex-open should parse correctly when sourceType is module
> ok 830 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-scope-private should parse correctly when sourceType is module
> ok 831 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-scope-var-close should parse correctly when sourceType is module
> ok 832 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-scope-var-derived should parse correctly when sourceType is module
> ok 833 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-scope-var-open should parse correctly when sourceType is module
> ok 834 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-sequence should parse correctly when sourceType is module
> ok 835 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-statement-list-optional should parse correctly when sourceType is module
> ok 836 ecmaVersion Modules /13/class-static-blocks/statements-class-static-init-super-property should parse correctly when sourceType is module
> not ok 837 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/export-all-exported should parse correctly when sourceType is module
>   An export name cannot include a lone surrogate.
>   SyntaxError: An export name cannot include a lone surrogate.
>       at Espree.raise (file:///<<PKGBUILDDIR>>/lib/espree.js:242:25)
>       at Espree.pp$8.parseModuleExportName (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1848:12)
>       at Espree.pp$8.parseExport (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1640:30)
>       at Espree.pp$8.parseStatement (file:///usr/share/nodejs/acorn/dist/acorn.mjs:926:74)
>       at Espree.pp$8.parseTopLevel (file:///usr/share/nodejs/acorn/dist/acorn.mjs:807:21)
>       at Espree.parseTopLevel (file:///<<PKGBUILDDIR>>/lib/espree.js:230:26)
>       at Espree.parse (file:///usr/share/nodejs/acorn/dist/acorn.mjs:579:15)
>       at Espree.parse (file:///<<PKGBUILDDIR>>/lib/espree.js:152:35)
>       at Module.parse (file:///<<PKGBUILDDIR>>/espree.js:134:38)
>       at getExpectedResult (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:162:30)
>       at Object.assertMatches (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:182:13)
>       at Context.<anonymous> (file:///<<PKGBUILDDIR>>/tests/lib/ecma-version.js:116:28)
> not ok 838 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/export-exported-with-escapes should parse correctly when sourceType is module
>   An export name cannot include a lone surrogate.
>   SyntaxError: An export name cannot include a lone surrogate.
>       at Espree.raise (file:///<<PKGBUILDDIR>>/lib/espree.js:242:25)
>       at Espree.pp$8.parseModuleExportName (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1848:12)
>       at Espree.pp$8.parseExportSpecifiers (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1774:53)
>       at Espree.pp$8.parseExport (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1680:28)
>       at Espree.pp$8.parseStatement (file:///usr/share/nodejs/acorn/dist/acorn.mjs:926:74)
>       at Espree.pp$8.parseTopLevel (file:///usr/share/nodejs/acorn/dist/acorn.mjs:807:21)
>       at Espree.parseTopLevel (file:///<<PKGBUILDDIR>>/lib/espree.js:230:26)
>       at Espree.parse (file:///usr/share/nodejs/acorn/dist/acorn.mjs:579:15)
>       at Espree.parse (file:///<<PKGBUILDDIR>>/lib/espree.js:152:35)
>       at Module.parse (file:///<<PKGBUILDDIR>>/espree.js:134:38)
>       at getExpectedResult (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:162:30)
>       at Object.assertMatches (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:182:13)
>       at Context.<anonymous> (file:///<<PKGBUILDDIR>>/tests/lib/ecma-version.js:116:28)
> not ok 839 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/export-exported should parse correctly when sourceType is module
>   An export name cannot include a lone surrogate.
>   SyntaxError: An export name cannot include a lone surrogate.
>       at Espree.raise (file:///<<PKGBUILDDIR>>/lib/espree.js:242:25)
>       at Espree.pp$8.parseModuleExportName (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1848:12)
>       at Espree.pp$8.parseExportSpecifiers (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1774:53)
>       at Espree.pp$8.parseExport (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1680:28)
>       at Espree.pp$8.parseStatement (file:///usr/share/nodejs/acorn/dist/acorn.mjs:926:74)
>       at Espree.pp$8.parseTopLevel (file:///usr/share/nodejs/acorn/dist/acorn.mjs:807:21)
>       at Espree.parseTopLevel (file:///<<PKGBUILDDIR>>/lib/espree.js:230:26)
>       at Espree.parse (file:///usr/share/nodejs/acorn/dist/acorn.mjs:579:15)
>       at Espree.parse (file:///<<PKGBUILDDIR>>/lib/espree.js:152:35)
>       at Module.parse (file:///<<PKGBUILDDIR>>/espree.js:134:38)
>       at getExpectedResult (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:162:30)
>       at Object.assertMatches (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:182:13)
>       at Context.<anonymous> (file:///<<PKGBUILDDIR>>/tests/lib/ecma-version.js:116:28)
> not ok 840 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/export-from-exported should parse correctly when sourceType is module
>   An export name cannot include a lone surrogate.
>   SyntaxError: An export name cannot include a lone surrogate.
>       at Espree.raise (file:///<<PKGBUILDDIR>>/lib/espree.js:242:25)
>       at Espree.pp$8.parseModuleExportName (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1848:12)
>       at Espree.pp$8.parseExportSpecifiers (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1774:53)
>       at Espree.pp$8.parseExport (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1680:28)
>       at Espree.pp$8.parseStatement (file:///usr/share/nodejs/acorn/dist/acorn.mjs:926:74)
>       at Espree.pp$8.parseTopLevel (file:///usr/share/nodejs/acorn/dist/acorn.mjs:807:21)
>       at Espree.parseTopLevel (file:///<<PKGBUILDDIR>>/lib/espree.js:230:26)
>       at Espree.parse (file:///usr/share/nodejs/acorn/dist/acorn.mjs:579:15)
>       at Espree.parse (file:///<<PKGBUILDDIR>>/lib/espree.js:152:35)
>       at Module.parse (file:///<<PKGBUILDDIR>>/espree.js:134:38)
>       at getExpectedResult (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:162:30)
>       at Object.assertMatches (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:182:13)
>       at Context.<anonymous> (file:///<<PKGBUILDDIR>>/tests/lib/ecma-version.js:116:28)
> not ok 841 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/export-from-local-and-exported should parse correctly when sourceType is module
>   An export name cannot include a lone surrogate.
>   SyntaxError: An export name cannot include a lone surrogate.
>       at Espree.raise (file:///<<PKGBUILDDIR>>/lib/espree.js:242:25)
>       at Espree.pp$8.parseModuleExportName (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1848:12)
>       at Espree.pp$8.parseExportSpecifiers (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1773:23)
>       at Espree.pp$8.parseExport (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1680:28)
>       at Espree.pp$8.parseStatement (file:///usr/share/nodejs/acorn/dist/acorn.mjs:926:74)
>       at Espree.pp$8.parseTopLevel (file:///usr/share/nodejs/acorn/dist/acorn.mjs:807:21)
>       at Espree.parseTopLevel (file:///<<PKGBUILDDIR>>/lib/espree.js:230:26)
>       at Espree.parse (file:///usr/share/nodejs/acorn/dist/acorn.mjs:579:15)
>       at Espree.parse (file:///<<PKGBUILDDIR>>/lib/espree.js:152:35)
>       at Module.parse (file:///<<PKGBUILDDIR>>/espree.js:134:38)
>       at getExpectedResult (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:162:30)
>       at Object.assertMatches (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:182:13)
>       at Context.<anonymous> (file:///<<PKGBUILDDIR>>/tests/lib/ecma-version.js:116:28)
> not ok 842 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/export-from-local should parse correctly when sourceType is module
>   An export name cannot include a lone surrogate.
>   SyntaxError: An export name cannot include a lone surrogate.
>       at Espree.raise (file:///<<PKGBUILDDIR>>/lib/espree.js:242:25)
>       at Espree.pp$8.parseModuleExportName (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1848:12)
>       at Espree.pp$8.parseExportSpecifiers (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1773:23)
>       at Espree.pp$8.parseExport (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1680:28)
>       at Espree.pp$8.parseStatement (file:///usr/share/nodejs/acorn/dist/acorn.mjs:926:74)
>       at Espree.pp$8.parseTopLevel (file:///usr/share/nodejs/acorn/dist/acorn.mjs:807:21)
>       at Espree.parseTopLevel (file:///<<PKGBUILDDIR>>/lib/espree.js:230:26)
>       at Espree.parse (file:///usr/share/nodejs/acorn/dist/acorn.mjs:579:15)
>       at Espree.parse (file:///<<PKGBUILDDIR>>/lib/espree.js:152:35)
>       at Module.parse (file:///<<PKGBUILDDIR>>/espree.js:134:38)
>       at getExpectedResult (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:162:30)
>       at Object.assertMatches (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:182:13)
>       at Context.<anonymous> (file:///<<PKGBUILDDIR>>/tests/lib/ecma-version.js:116:28)
> not ok 843 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/export-from-shorthand should parse correctly when sourceType is module
>   An export name cannot include a lone surrogate.
>   SyntaxError: An export name cannot include a lone surrogate.
>       at Espree.raise (file:///<<PKGBUILDDIR>>/lib/espree.js:242:25)
>       at Espree.pp$8.parseModuleExportName (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1848:12)
>       at Espree.pp$8.parseExportSpecifiers (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1773:23)
>       at Espree.pp$8.parseExport (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1680:28)
>       at Espree.pp$8.parseStatement (file:///usr/share/nodejs/acorn/dist/acorn.mjs:926:74)
>       at Espree.pp$8.parseTopLevel (file:///usr/share/nodejs/acorn/dist/acorn.mjs:807:21)
>       at Espree.parseTopLevel (file:///<<PKGBUILDDIR>>/lib/espree.js:230:26)
>       at Espree.parse (file:///usr/share/nodejs/acorn/dist/acorn.mjs:579:15)
>       at Espree.parse (file:///<<PKGBUILDDIR>>/lib/espree.js:152:35)
>       at Module.parse (file:///<<PKGBUILDDIR>>/espree.js:134:38)
>       at getExpectedResult (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:162:30)
>       at Object.assertMatches (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:182:13)
>       at Context.<anonymous> (file:///<<PKGBUILDDIR>>/tests/lib/ecma-version.js:116:28)
> not ok 844 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/import-imported-with-escapes should parse correctly when sourceType is module
>   An export name cannot include a lone surrogate.
>   SyntaxError: An export name cannot include a lone surrogate.
>       at Espree.raise (file:///<<PKGBUILDDIR>>/lib/espree.js:242:25)
>       at Espree.pp$8.parseModuleExportName (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1848:12)
>       at Espree.pp$8.parseImportSpecifiers (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1831:28)
>       at Espree.pp$8.parseImport (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1794:28)
>       at Espree.pp$8.parseStatement (file:///usr/share/nodejs/acorn/dist/acorn.mjs:926:49)
>       at Espree.pp$8.parseTopLevel (file:///usr/share/nodejs/acorn/dist/acorn.mjs:807:21)
>       at Espree.parseTopLevel (file:///<<PKGBUILDDIR>>/lib/espree.js:230:26)
>       at Espree.parse (file:///usr/share/nodejs/acorn/dist/acorn.mjs:579:15)
>       at Espree.parse (file:///<<PKGBUILDDIR>>/lib/espree.js:152:35)
>       at Module.parse (file:///<<PKGBUILDDIR>>/espree.js:134:38)
>       at getExpectedResult (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:162:30)
>       at Object.assertMatches (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:182:13)
>       at Context.<anonymous> (file:///<<PKGBUILDDIR>>/tests/lib/ecma-version.js:116:28)
> not ok 845 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/import-imported should parse correctly when sourceType is module
>   An export name cannot include a lone surrogate.
>   SyntaxError: An export name cannot include a lone surrogate.
>       at Espree.raise (file:///<<PKGBUILDDIR>>/lib/espree.js:242:25)
>       at Espree.pp$8.parseModuleExportName (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1848:12)
>       at Espree.pp$8.parseImportSpecifiers (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1831:28)
>       at Espree.pp$8.parseImport (file:///usr/share/nodejs/acorn/dist/acorn.mjs:1794:28)
>       at Espree.pp$8.parseStatement (file:///usr/share/nodejs/acorn/dist/acorn.mjs:926:49)
>       at Espree.pp$8.parseTopLevel (file:///usr/share/nodejs/acorn/dist/acorn.mjs:807:21)
>       at Espree.parseTopLevel (file:///<<PKGBUILDDIR>>/lib/espree.js:230:26)
>       at Espree.parse (file:///usr/share/nodejs/acorn/dist/acorn.mjs:579:15)
>       at Espree.parse (file:///<<PKGBUILDDIR>>/lib/espree.js:152:35)
>       at Module.parse (file:///<<PKGBUILDDIR>>/espree.js:134:38)
>       at getExpectedResult (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:162:30)
>       at Object.assertMatches (file:///<<PKGBUILDDIR>>/tests/lib/tester.js:182:13)
>       at Context.<anonymous> (file:///<<PKGBUILDDIR>>/tests/lib/ecma-version.js:116:28)
> ok 846 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/invalid-lone-surrogate-export-exported should parse correctly when sourceType is module
> ok 847 ecmaVersion Modules /13/modules/arbitrary-module-namespace-names/invalid-lone-surrogate-import-imported should parse correctly when sourceType is module
> ok 848 ecmaVersion Modules /13/modules/top-level-await/top-await should parse correctly when sourceType is module
> ok 849 ecmaVersion Modules /13/private-in/invalid-missing-private should parse correctly when sourceType is module
> ok 850 ecmaVersion Modules /13/private-in/invalid-without-class should parse correctly when sourceType is module
> ok 851 ecmaVersion Modules /13/private-in/valid-private-in should parse correctly when sourceType is module
> ok 852 ecmaVersion Modules /13/private-methods/invalid-conflict-names should parse correctly when sourceType is module
> ok 853 ecmaVersion Modules /13/private-methods/invalid-constructor should parse correctly when sourceType is module
> ok 854 ecmaVersion Modules /13/private-methods/valid-accessor should parse correctly when sourceType is module
> ok 855 ecmaVersion Modules /13/private-methods/valid-async-asi should parse correctly when sourceType is module
> ok 856 ecmaVersion Modules /13/private-methods/valid-contextual-keywords-no-asi should parse correctly when sourceType is module
> ok 857 ecmaVersion Modules /13/private-methods/valid-methods should parse correctly when sourceType is module
> ok 858 ecmaVersion Modules /13/regexp-match-indices/regexp-match-indices should parse correctly when sourceType is module
> ok 859 ecmaVersion Modules /13/static-class-features/invalid-conflict-names should parse correctly when sourceType is module
> ok 860 ecmaVersion Modules /13/static-class-features/invalid-private-field-constructor should parse correctly when sourceType is module
> ok 861 ecmaVersion Modules /13/static-class-features/invalid-private-getter-constructor should parse correctly when sourceType is module
> ok 862 ecmaVersion Modules /13/static-class-features/invalid-private-method-constructor should parse correctly when sourceType is module
> ok 863 ecmaVersion Modules /13/static-class-features/invalid-private-setter-constructor should parse correctly when sourceType is module
> ok 864 ecmaVersion Modules /13/static-class-features/invalid-public-field-constructor should parse correctly when sourceType is module
> ok 865 ecmaVersion Modules /13/static-class-features/invalid-public-field-prototype should parse correctly when sourceType is module
> ok 866 ecmaVersion Modules /13/static-class-features/valid-async-asi should parse correctly when sourceType is module
> ok 867 ecmaVersion Modules /13/static-class-features/valid-contextual-keywords-no-asi should parse correctly when sourceType is module
> ok 868 ecmaVersion Modules /13/static-class-features/valid-private-accessors should parse correctly when sourceType is module
> ok 869 ecmaVersion Modules /13/static-class-features/valid-private-fields should parse correctly when sourceType is module
> ok 870 ecmaVersion Modules /13/static-class-features/valid-private-methods should parse correctly when sourceType is module
> ok 871 ecmaVersion Modules /13/static-class-features/valid-public-fields should parse correctly when sourceType is module
> ok 872 ecmaVersion Modules /6/arrowFunctions/as-param-with-params should parse correctly when sourceType is module
> ok 873 ecmaVersion Modules /6/arrowFunctions/as-param should parse correctly when sourceType is module
> ok 874 ecmaVersion Modules /6/arrowFunctions/basic should parse correctly when sourceType is module
> ok 875 ecmaVersion Modules /6/arrowFunctions/block-body-not-object should parse correctly when sourceType is module
> ok 876 ecmaVersion Modules /6/arrowFunctions/block-body should parse correctly when sourceType is module
> ok 877 ecmaVersion Modules /6/arrowFunctions/error-dup-params should parse correctly when sourceType is module
> ok 878 ecmaVersion Modules /6/arrowFunctions/error-missing-paren should parse correctly when sourceType is module
> ok 879 ecmaVersion Modules /6/arrowFunctions/error-not-arrow should parse correctly when sourceType is module
> ok 880 ecmaVersion Modules /6/arrowFunctions/error-numeric-param-multi should parse correctly when sourceType is module
> ok 881 ecmaVersion Modules /6/arrowFunctions/error-numeric-param should parse correctly when sourceType is module
> ok 882 ecmaVersion Modules /6/arrowFunctions/error-reverse-arrow should parse correctly when sourceType is module
> ok 883 ecmaVersion Modules /6/arrowFunctions/error-strict-default-param-eval should parse correctly when sourceType is module
> ok 884 ecmaVersion Modules /6/arrowFunctions/error-strict-dup-params should parse correctly when sourceType is module
> ok 885 ecmaVersion Modules /6/arrowFunctions/error-strict-eval-return should parse correctly when sourceType is module
> ok 886 ecmaVersion Modules /6/arrowFunctions/error-strict-eval should parse correctly when sourceType is module
> ok 887 ecmaVersion Modules /6/arrowFunctions/error-strict-octal should parse correctly when sourceType is module
> ok 888 ecmaVersion Modules /6/arrowFunctions/error-strict-param-arguments should parse correctly when sourceType is module
> ok 889 ecmaVersion Modules /6/arrowFunctions/error-strict-param-eval should parse correctly when sourceType is module
> ok 890 ecmaVersion Modules /6/arrowFunctions/error-strict-param-names should parse correctly when sourceType is module
> ok 891 ecmaVersion Modules /6/arrowFunctions/error-strict-param-no-paren-arguments should parse correctly when sourceType is module
> ok 892 ecmaVersion Modules /6/arrowFunctions/error-strict-param-no-paren-eval should parse correctly when sourceType is module
> ok 893 ecmaVersion Modules /6/arrowFunctions/error-two-lines should parse correctly when sourceType is module
> ok 894 ecmaVersion Modules /6/arrowFunctions/error-wrapped-param should parse correctly when sourceType is module
> ok 895 ecmaVersion Modules /6/arrowFunctions/expression should parse correctly when sourceType is module
> ok 896 ecmaVersion Modules /6/arrowFunctions/iife should parse correctly when sourceType is module
> ok 897 ecmaVersion Modules /6/arrowFunctions/multiple-params should parse correctly when sourceType is module
> ok 898 ecmaVersion Modules /6/arrowFunctions/no-auto-return should parse correctly when sourceType is module
> ok 899 ecmaVersion Modules /6/arrowFunctions/return-arrow-function should parse correctly when sourceType is module
> ok 900 ecmaVersion Modules /6/arrowFunctions/return-sequence should parse correctly when sourceType is module
> ok 901 ecmaVersion Modules /6/arrowFunctions/single-param-parens should parse correctly when sourceType is module
> ok 902 ecmaVersion Modules /6/arrowFunctions/single-param-return-identifier should parse correctly when sourceType is module
> ok 903 ecmaVersion Modules /6/arrowFunctions/single-param should parse correctly when sourceType is module
> ok 904 ecmaVersion Modules /6/binaryLiterals/invalid should parse correctly when sourceType is module
> ok 905 ecmaVersion Modules /6/binaryLiterals/lowercase should parse correctly when sourceType is module
> ok 906 ecmaVersion Modules /6/binaryLiterals/uppercase should parse correctly when sourceType is module
> ok 907 ecmaVersion Modules /6/blockBindings/const should parse correctly when sourceType is module
> ok 908 ecmaVersion Modules /6/blockBindings/let-in-switchcase should parse correctly when sourceType is module
> ok 909 ecmaVersion Modules /6/blockBindings/let should parse correctly when sourceType is module
> ok 910 ecmaVersion Modules /6/classes-and-generators/classes-and-generators should parse correctly when sourceType is module
> ok 911 ecmaVersion Modules /6/classes-and-generators/computed-generator should parse correctly when sourceType is module
> ok 912 ecmaVersion Modules /6/classes-and-generators/static-generators should parse correctly when sourceType is module
> ok 913 ecmaVersion Modules /6/classes/class-accessor-properties should parse correctly when sourceType is module
> ok 914 ecmaVersion Modules /6/classes/class-computed-static-method should parse correctly when sourceType is module
> ok 915 ecmaVersion Modules /6/classes/class-expression should parse correctly when sourceType is module
> ok 916 ecmaVersion Modules /6/classes/class-method-named-prototype should parse correctly when sourceType is module
> ok 917 ecmaVersion Modules /6/classes/class-method-named-static should parse correctly when sourceType is module
> ok 918 ecmaVersion Modules /6/classes/class-one-method-super should parse correctly when sourceType is module
> ok 919 ecmaVersion Modules /6/classes/class-one-method should parse correctly when sourceType is module
> ok 920 ecmaVersion Modules /6/classes/class-static-method-named-prototype should parse correctly when sourceType is module
> ok 921 ecmaVersion Modules /6/classes/class-static-method-named-static should parse correctly when sourceType is module
> ok 922 ecmaVersion Modules /6/classes/class-static-method should parse correctly when sourceType is module
> ok 923 ecmaVersion Modules /6/classes/class-static-methods-and-accessor-properties should parse correctly when sourceType is module
> ok 924 ecmaVersion Modules /6/classes/class-two-computed-static-methods should parse correctly when sourceType is module
> ok 925 ecmaVersion Modules /6/classes/class-two-methods-computed-constructor should parse correctly when sourceType is module
> ok 926 ecmaVersion Modules /6/classes/class-two-methods-semi should parse correctly when sourceType is module
> ok 927 ecmaVersion Modules /6/classes/class-two-methods-three-semi should parse correctly when sourceType is module
> ok 928 ecmaVersion Modules /6/classes/class-two-methods-two-semi should parse correctly when sourceType is module
> ok 929 ecmaVersion Modules /6/classes/class-two-methods should parse correctly when sourceType is module
> ok 930 ecmaVersion Modules /6/classes/class-two-static-methods-named-constructor should parse correctly when sourceType is module
> ok 931 ecmaVersion Modules /6/classes/class-with-constructor should parse correctly when sourceType is module
> ok 932 ecmaVersion Modules /6/classes/derived-class-assign-to-var should parse correctly when sourceType is module
> ok 933 ecmaVersion Modules /6/classes/derived-class-expression should parse correctly when sourceType is module
> ok 934 ecmaVersion Modules /6/classes/empty-class-double-semi should parse correctly when sourceType is module
> ok 935 ecmaVersion Modules /6/classes/empty-class-semi should parse correctly when sourceType is module
> ok 936 ecmaVersion Modules /6/classes/empty-class should parse correctly when sourceType is module
> ok 937 ecmaVersion Modules /6/classes/empty-literal-derived-class should parse correctly when sourceType is module
> ok 938 ecmaVersion Modules /6/classes/invalid-class-declaration should parse correctly when sourceType is module
> ok 939 ecmaVersion Modules /6/classes/invalid-class-setter-declaration should parse correctly when sourceType is module
> ok 940 ecmaVersion Modules /6/classes/named-class-expression should parse correctly when sourceType is module
> ok 941 ecmaVersion Modules /6/classes/named-derived-class-expression should parse correctly when sourceType is module
> ok 942 ecmaVersion Modules /6/defaultParams-and-arrowFunctions/default-param-arrow should parse correctly when sourceType is module
> ok 943 ecmaVersion Modules /6/defaultParams-and-arrowFunctions/default-param should parse correctly when sourceType is module
> ok 944 ecmaVersion Modules /6/defaultParams/declaration should parse correctly when sourceType is module
> ok 945 ecmaVersion Modules /6/defaultParams/expression should parse correctly when sourceType is module
> ok 946 ecmaVersion Modules /6/defaultParams/method should parse correctly when sourceType is module
> ok 947 ecmaVersion Modules /6/defaultParams/not-all-params should parse correctly when sourceType is module
> ok 948 ecmaVersion Modules /6/destructuring-and-arrowFunctions/arrow-param-array should parse correctly when sourceType is module
> ok 949 ecmaVersion Modules /6/destructuring-and-arrowFunctions/arrow-param-nested-array should parse correctly when sourceType is module
> ok 950 ecmaVersion Modules /6/destructuring-and-arrowFunctions/arrow-param-nested-object-named should parse correctly when sourceType is module
> ok 951 ecmaVersion Modules /6/destructuring-and-arrowFunctions/arrow-param-nested-object should parse correctly when sourceType is module
> ok 952 ecmaVersion Modules /6/destructuring-and-arrowFunctions/arrow-param-object should parse correctly when sourceType is module
> ok 953 ecmaVersion Modules /6/destructuring-and-arrowFunctions/param-defaults-array should parse correctly when sourceType is module
> ok 954 ecmaVersion Modules /6/destructuring-and-arrowFunctions/param-defaults-object-nested should parse correctly when sourceType is module
> ok 955 ecmaVersion Modules /6/destructuring-and-arrowFunctions/param-defaults-object should parse correctly when sourceType is module
> ok 956 ecmaVersion Modules /6/destructuring-and-blockBindings/array-const-undefined should parse correctly when sourceType is module
> ok 957 ecmaVersion Modules /6/destructuring-and-blockBindings/array-let-undefined should parse correctly when sourceType is module
> ok 958 ecmaVersion Modules /6/destructuring-and-blockBindings/object-const-named should parse correctly when sourceType is module
> ok 959 ecmaVersion Modules /6/destructuring-and-blockBindings/object-const-undefined should parse correctly when sourceType is module
> ok 960 ecmaVersion Modules /6/destructuring-and-blockBindings/object-let-named should parse correctly when sourceType is module
> ok 961 ecmaVersion Modules /6/destructuring-and-blockBindings/object-let-undefined should parse correctly when sourceType is module
> ok 962 ecmaVersion Modules /6/destructuring-and-defaultParams/param-array should parse correctly when sourceType is module
> ok 963 ecmaVersion Modules /6/destructuring-and-defaultParams/param-object-short should parse correctly when sourceType is module
> ok 964 ecmaVersion Modules /6/destructuring-and-defaultParams/param-object should parse correctly when sourceType is module
> ok 965 ecmaVersion Modules /6/destructuring-and-forOf/loop should parse correctly when sourceType is module
> ok 966 ecmaVersion Modules /6/destructuring-and-spread/complex-destructured should parse correctly when sourceType is module
> ok 967 ecmaVersion Modules /6/destructuring-and-spread/destructured-array-literal should parse correctly when sourceType is module
> ok 968 ecmaVersion Modules /6/destructuring-and-spread/error-complex-destructured-spread-first should parse correctly when sourceType is module
> ok 969 ecmaVersion Modules /6/destructuring-and-spread/invalid-not-final-array-empty should parse correctly when sourceType is module
> ok 970 ecmaVersion Modules /6/destructuring-and-spread/multi-destructured should parse correctly when sourceType is module
> ok 971 ecmaVersion Modules /6/destructuring-and-spread/not-final-array should parse correctly when sourceType is module
> ok 972 ecmaVersion Modules /6/destructuring-and-spread/single-destructured should parse correctly when sourceType is module
> ok 973 ecmaVersion Modules /6/destructuring-and-spread/var-complex-destructured should parse correctly when sourceType is module
> ok 974 ecmaVersion Modules /6/destructuring-and-spread/var-multi-destructured should parse correctly when sourceType is module
> ok 975 ecmaVersion Modules /6/destructuring-and-spread/var-single-destructured should parse correctly when sourceType is module
> ok 976 ecmaVersion Modules /6/destructuring/array-member should parse correctly when sourceType is module
> ok 977 ecmaVersion Modules /6/destructuring/array-to-array should parse correctly when sourceType is module
> ok 978 ecmaVersion Modules /6/destructuring/array-var-undefined should parse correctly when sourceType is module
> ok 979 ecmaVersion Modules /6/destructuring/defaults-array-all should parse correctly when sourceType is module
> ok 980 ecmaVersion Modules /6/destructuring/defaults-array-longform-nested-multi should parse correctly when sourceType is module
> ok 981 ecmaVersion Modules /6/destructuring/defaults-array-multi should parse correctly when sourceType is module
> ok 982 ecmaVersion Modules /6/destructuring/defaults-array-nested-all should parse correctly when sourceType is module
> ok 983 ecmaVersion Modules /6/destructuring/defaults-array-nested-multi should parse correctly when sourceType is module
> ok 984 ecmaVersion Modules /6/destructuring/defaults-array should parse correctly when sourceType is module
> ok 985 ecmaVersion Modules /6/destructuring/defaults-object-all should parse correctly when sourceType is module
> ok 986 ecmaVersion Modules /6/destructuring/defaults-object-longform-all should parse correctly when sourceType is module
> ok 987 ecmaVersion Modules /6/destructuring/defaults-object-longform-multi should parse correctly when sourceType is module
> ok 988 ecmaVersion Modules /6/destructuring/defaults-object-longform should parse correctly when sourceType is module
> ok 989 ecmaVersion Modules /6/destructuring/defaults-object-mixed-multi should parse correctly when sourceType is module
> ok 990 ecmaVersion Modules /6/destructuring/defaults-object-multi should parse correctly when sourceType is module
> ok 991 ecmaVersion Modules /6/destructuring/defaults-object-nested-all should parse correctly when sourceType is module
> ok 992 ecmaVersion Modules /6/destructuring/defaults-object-nested-multi should parse correctly when sourceType is module
> ok 993 ecmaVersion Modules /6/destructuring/defaults-object should parse correctly when sourceType is module
> ok 994 ecmaVersion Modules /6/destructuring/destructured-array-catch should parse correctly when sourceType is module
> ok 995 ecmaVersion Modules /6/destructuring/destructured-object-catch should parse correctly when sourceType is module
> ok 996 ecmaVersion Modules /6/destructuring/invalid-defaults-object-assign should parse correctly when sourceType is module
> ok 997 ecmaVersion Modules /6/destructuring/named-param should parse correctly when sourceType is module
> ok 998 ecmaVersion Modules /6/destructuring/nested-array should parse correctly when sourceType is module
> ok 999 ecmaVersion Modules /6/destructuring/nested-object should parse correctly when sourceType is module
> ok 1000 ecmaVersion Modules /6/destructuring/object-var-named should parse correctly when sourceType is module
> ok 1001 ecmaVersion Modules /6/destructuring/object-var-undefined should parse correctly when sourceType is module
> ok 1002 ecmaVersion Modules /6/destructuring/param-defaults-array should parse correctly when sourceType is module
> ok 1003 ecmaVersion Modules /6/destructuring/param-defaults-object-nested should parse correctly when sourceType is module
> ok 1004 ecmaVersion Modules /6/destructuring/param-defaults-object should parse correctly when sourceType is module
> ok 1005 ecmaVersion Modules /6/destructuring/params-array-wrapped should parse correctly when sourceType is module
> ok 1006 ecmaVersion Modules /6/destructuring/params-array should parse correctly when sourceType is module
> ok 1007 ecmaVersion Modules /6/destructuring/params-multi-object should parse correctly when sourceType is module
> ok 1008 ecmaVersion Modules /6/destructuring/params-nested-array should parse correctly when sourceType is module
> ok 1009 ecmaVersion Modules /6/destructuring/params-nested-object should parse correctly when sourceType is module
> ok 1010 ecmaVersion Modules /6/destructuring/params-object-wrapped should parse correctly when sourceType is module
> ok 1011 ecmaVersion Modules /6/destructuring/params-object should parse correctly when sourceType is module
> ok 1012 ecmaVersion Modules /6/destructuring/sparse-array should parse correctly when sourceType is module
> ok 1013 ecmaVersion Modules /6/forOf-and-blockBindings/for-of-with-const-and-no-braces should parse correctly when sourceType is module
> ok 1014 ecmaVersion Modules /6/forOf-and-blockBindings/for-of-with-let-and-no-braces should parse correctly when sourceType is module
> ok 1015 ecmaVersion Modules /6/forOf/for-of-with-function-initializer should parse correctly when sourceType is module
> ok 1016 ecmaVersion Modules /6/forOf/for-of-with-var-and-braces should parse correctly when sourceType is module
> ok 1017 ecmaVersion Modules /6/forOf/for-of-with-var-and-no-braces should parse correctly when sourceType is module
> ok 1018 ecmaVersion Modules /6/generators/anonymous-generator should parse correctly when sourceType is module
> ok 1019 ecmaVersion Modules /6/generators/double-yield should parse correctly when sourceType is module
> ok 1020 ecmaVersion Modules /6/generators/empty-generator-declaration should parse correctly when sourceType is module
> ok 1021 ecmaVersion Modules /6/generators/generator-declaration should parse correctly when sourceType is module
> ok 1022 ecmaVersion Modules /6/generators/yield-delegation should parse correctly when sourceType is module
> ok 1023 ecmaVersion Modules /6/generators/yield-without-value-in-call should parse correctly when sourceType is module
> ok 1024 ecmaVersion Modules /6/generators/yield-without-value-no-semi should parse correctly when sourceType is module
> ok 1025 ecmaVersion Modules /6/generators/yield-without-value should parse correctly when sourceType is module
> ok 1026 ecmaVersion Modules /6/modules-and-blockBindings/export-const-number should parse correctly when sourceType is module
> ok 1027 ecmaVersion Modules /6/modules-and-blockBindings/export-const-object should parse correctly when sourceType is module
> ok 1028 ecmaVersion Modules /6/modules-and-blockBindings/export-let-number should parse correctly when sourceType is module
> ok 1029 ecmaVersion Modules /6/modules-and-blockBindings/export-let-object should parse correctly when sourceType is module
> ok 1030 ecmaVersion Modules /6/modules-and-blockBindings/export-let should parse correctly when sourceType is module
> ok 1031 ecmaVersion Modules /6/modules-and-classes/class-default-anonymous-extends should parse correctly when sourceType is module
> ok 1032 ecmaVersion Modules /6/modules-and-classes/class-default-anonymous should parse correctly when sourceType is module
> ok 1033 ecmaVersion Modules /6/modules-and-classes/class-default-extends should parse correctly when sourceType is module
> ok 1034 ecmaVersion Modules /6/modules-and-classes/class-default should parse correctly when sourceType is module
> ok 1035 ecmaVersion Modules /6/modules-and-classes/class-extends should parse correctly when sourceType is module
> ok 1036 ecmaVersion Modules /6/modules-and-classes/class should parse correctly when sourceType is module
> ok 1037 ecmaVersion Modules /6/modules/error-delete should parse correctly when sourceType is module
> ok 1038 ecmaVersion Modules /6/modules/error-function should parse correctly when sourceType is module
> ok 1039 ecmaVersion Modules /6/modules/error-strict should parse correctly when sourceType is module
> ok 1040 ecmaVersion Modules /6/modules/export-default-array should parse correctly when sourceType is module
> ok 1041 ecmaVersion Modules /6/modules/export-default-expression should parse correctly when sourceType is module
> ok 1042 ecmaVersion Modules /6/modules/export-default-function should parse correctly when sourceType is module
> ok 1043 ecmaVersion Modules /6/modules/export-default-named-function should parse correctly when sourceType is module
> ok 1044 ecmaVersion Modules /6/modules/export-default-number should parse correctly when sourceType is module
> ok 1045 ecmaVersion Modules /6/modules/export-default-object should parse correctly when sourceType is module
> ok 1046 ecmaVersion Modules /6/modules/export-default-parenthesized-class should parse correctly when sourceType is module
> ok 1047 ecmaVersion Modules /6/modules/export-default-parenthesized-function should parse correctly when sourceType is module
> ok 1048 ecmaVersion Modules /6/modules/export-default-value should parse correctly when sourceType is module
> ok 1049 ecmaVersion Modules /6/modules/export-from-batch should parse correctly when sourceType is module
> ok 1050 ecmaVersion Modules /6/modules/export-from-default should parse correctly when sourceType is module
> ok 1051 ecmaVersion Modules /6/modules/export-from-named-as-default should parse correctly when sourceType is module
> ok 1052 ecmaVersion Modules /6/modules/export-from-named-as-specifier should parse correctly when sourceType is module
> ok 1053 ecmaVersion Modules /6/modules/export-from-named-as-specifiers should parse correctly when sourceType is module
> ok 1054 ecmaVersion Modules /6/modules/export-from-specifier should parse correctly when sourceType is module
> ok 1055 ecmaVersion Modules /6/modules/export-from-specifiers should parse correctly when sourceType is module
> ok 1056 ecmaVersion Modules /6/modules/export-function should parse correctly when sourceType is module
> ok 1057 ecmaVersion Modules /6/modules/export-named-as-default should parse correctly when sourceType is module
> ok 1058 ecmaVersion Modules /6/modules/export-named-as-specifier should parse correctly when sourceType is module
> ok 1059 ecmaVersion Modules /6/modules/export-named-as-specifiers should parse correctly when sourceType is module
> ok 1060 ecmaVersion Modules /6/modules/export-named-empty should parse correctly when sourceType is module
> ok 1061 ecmaVersion Modules /6/modules/export-named-specifier should parse correctly when sourceType is module
> ok 1062 ecmaVersion Modules /6/modules/export-named-specifiers-comma should parse correctly when sourceType is module
> ok 1063 ecmaVersion Modules /6/modules/export-named-specifiers should parse correctly when sourceType is module
> ok 1064 ecmaVersion Modules /6/modules/export-var-anonymous-function should parse correctly when sourceType is module
> ok 1065 ecmaVersion Modules /6/modules/export-var-number should parse correctly when sourceType is module
> ok 1066 ecmaVersion Modules /6/modules/export-var should parse correctly when sourceType is module
> ok 1067 ecmaVersion Modules /6/modules/import-default-and-named-specifiers should parse correctly when sourceType is module
> ok 1068 ecmaVersion Modules /6/modules/import-default-and-namespace-specifiers should parse correctly when sourceType is module
> ok 1069 ecmaVersion Modules /6/modules/import-default-as should parse correctly when sourceType is module
> ok 1070 ecmaVersion Modules /6/modules/import-default should parse correctly when sourceType is module
> ok 1071 ecmaVersion Modules /6/modules/import-jquery should parse correctly when sourceType is module
> ok 1072 ecmaVersion Modules /6/modules/import-module should parse correctly when sourceType is module
> ok 1073 ecmaVersion Modules /6/modules/import-named-as-specifier-keyword should parse correctly when sourceType is module
> ok 1074 ecmaVersion Modules /6/modules/import-named-as-specifier should parse correctly when sourceType is module
> ok 1075 ecmaVersion Modules /6/modules/import-named-as-specifiers should parse correctly when sourceType is module
> ok 1076 ecmaVersion Modules /6/modules/import-named-empty should parse correctly when sourceType is module
> ok 1077 ecmaVersion Modules /6/modules/import-named-specifier should parse correctly when sourceType is module
> ok 1078 ecmaVersion Modules /6/modules/import-named-specifiers-comma should parse correctly when sourceType is module
> ok 1079 ecmaVersion Modules /6/modules/import-named-specifiers should parse correctly when sourceType is module
> ok 1080 ecmaVersion Modules /6/modules/import-namespace-specifier should parse correctly when sourceType is module
> ok 1081 ecmaVersion Modules /6/modules/import-null-as-nil should parse correctly when sourceType is module
> ok 1082 ecmaVersion Modules /6/modules/invalid-await should parse correctly when sourceType is module
> ok 1083 ecmaVersion Modules /6/modules/invalid-export-batch-missing-from-clause should parse correctly when sourceType is module
> ok 1084 ecmaVersion Modules /6/modules/invalid-export-batch-token should parse correctly when sourceType is module
> ok 1085 ecmaVersion Modules /6/modules/invalid-export-default-equal should parse correctly when sourceType is module
> ok 1086 ecmaVersion Modules /6/modules/invalid-export-default-token should parse correctly when sourceType is module
> ok 1087 ecmaVersion Modules /6/modules/invalid-export-default should parse correctly when sourceType is module
> ok 1088 ecmaVersion Modules /6/modules/invalid-export-named-default should parse correctly when sourceType is module
> ok 1089 ecmaVersion Modules /6/modules/invalid-export-named-extra-comma should parse correctly when sourceType is module
> ok 1090 ecmaVersion Modules /6/modules/invalid-export-named-middle-comma should parse correctly when sourceType is module
> ok 1091 ecmaVersion Modules /6/modules/invalid-import-default-after-named-after-default should parse correctly when sourceType is module
> ok 1092 ecmaVersion Modules /6/modules/invalid-import-default-after-named should parse correctly when sourceType is module
> ok 1093 ecmaVersion Modules /6/modules/invalid-import-default-missing-module-specifier should parse correctly when sourceType is module
> ok 1094 ecmaVersion Modules /6/modules/invalid-import-default-module-specifier should parse correctly when sourceType is module
> ok 1095 ecmaVersion Modules /6/modules/invalid-import-default should parse correctly when sourceType is module
> ok 1096 ecmaVersion Modules /6/modules/invalid-import-missing-module-specifier should parse correctly when sourceType is module
> ok 1097 ecmaVersion Modules /6/modules/invalid-import-module-specifier should parse correctly when sourceType is module
> ok 1098 ecmaVersion Modules /6/modules/invalid-import-named-after-named should parse correctly when sourceType is module
> ok 1099 ecmaVersion Modules /6/modules/invalid-import-named-after-namespace should parse correctly when sourceType is module
> ok 1100 ecmaVersion Modules /6/modules/invalid-import-named-as-keyword should parse correctly when sourceType is module
> ok 1101 ecmaVersion Modules /6/modules/invalid-import-named-as-missing-from should parse correctly when sourceType is module
> ok 1102 ecmaVersion Modules /6/modules/invalid-import-named-extra-comma should parse correctly when sourceType is module
> ok 1103 ecmaVersion Modules /6/modules/invalid-import-named-keyword should parse correctly when sourceType is module
> ok 1104 ecmaVersion Modules /6/modules/invalid-import-named-middle-comma should parse correctly when sourceType is module
> ok 1105 ecmaVersion Modules /6/modules/invalid-import-namespace-after-named should parse correctly when sourceType is module
> ok 1106 ecmaVersion Modules /6/modules/invalid-import-namespace-missing-as should parse correctly when sourceType is module
> ok 1107 ecmaVersion Modules /6/modules/valid-await should parse correctly when sourceType is module
> ok 1108 ecmaVersion Modules /6/newTarget/invalid-new-target should parse correctly when sourceType is module
> ok 1109 ecmaVersion Modules /6/newTarget/invalid-unknown-property should parse correctly when sourceType is module
> ok 1110 ecmaVersion Modules /6/newTarget/simple-new-target should parse correctly when sourceType is module
> ok 1111 ecmaVersion Modules /6/objectLiteralComputedProperties/computed-addition-property should parse correctly when sourceType is module
> ok 1112 ecmaVersion Modules /6/objectLiteralComputedProperties/computed-and-identifier should parse correctly when sourceType is module
> ok 1113 ecmaVersion Modules /6/objectLiteralComputedProperties/computed-getter-and-setter should parse correctly when sourceType is module
> ok 1114 ecmaVersion Modules /6/objectLiteralComputedProperties/computed-string-property should parse correctly when sourceType is module
> ok 1115 ecmaVersion Modules /6/objectLiteralComputedProperties/computed-variable-property should parse correctly when sourceType is module
> ok 1116 ecmaVersion Modules /6/objectLiteralComputedProperties/invalid-computed-variable-property should parse correctly when sourceType is module
> ok 1117 ecmaVersion Modules /6/objectLiteralComputedProperties/invalid-standalone-computed-variable-property should parse correctly when sourceType is module
> ok 1118 ecmaVersion Modules /6/objectLiteralComputedProperties/standalone-expression-with-addition should parse correctly when sourceType is module
> ok 1119 ecmaVersion Modules /6/objectLiteralComputedProperties/standalone-expression-with-method should parse correctly when sourceType is module
> ok 1120 ecmaVersion Modules /6/objectLiteralComputedProperties/standalone-expression should parse correctly when sourceType is module
> ok 1121 ecmaVersion Modules /6/objectLiteralDuplicateProperties-and-objectLiteralComputedProperties/proto-computed-property should parse correctly when sourceType is module
> ok 1122 ecmaVersion Modules /6/objectLiteralDuplicateProperties/proto-property should parse correctly when sourceType is module
> ok 1123 ecmaVersion Modules /6/objectLiteralDuplicateProperties/proto-string-property should parse correctly when sourceType is module
> ok 1124 ecmaVersion Modules /6/objectLiteralDuplicateProperties/strict-duplicate-properties should parse correctly when sourceType is module
> ok 1125 ecmaVersion Modules /6/objectLiteralDuplicateProperties/strict-duplicate-string-properties should parse correctly when sourceType is module
> ok 1126 ecmaVersion Modules /6/objectLiteralShorthandMethods-and-defaultParams/default-params should parse correctly when sourceType is module
> ok 1127 ecmaVersion Modules /6/objectLiteralShorthandMethods-and-destructuring/array-destructuring should parse correctly when sourceType is module
> ok 1128 ecmaVersion Modules /6/objectLiteralShorthandMethods-and-generators/generator-object-literal-method should parse correctly when sourceType is module
> ok 1129 ecmaVersion Modules /6/objectLiteralShorthandMethods-and-objectLiteralComputedProperties/computed-method-property should parse correctly when sourceType is module
> ok 1130 ecmaVersion Modules /6/objectLiteralShorthandMethods/invalid-method-no-braces should parse correctly when sourceType is module
> ok 1131 ecmaVersion Modules /6/objectLiteralShorthandMethods/method-property should parse correctly when sourceType is module
> ok 1132 ecmaVersion Modules /6/objectLiteralShorthandMethods/simple-method-named-get should parse correctly when sourceType is module
> ok 1133 ecmaVersion Modules /6/objectLiteralShorthandMethods/simple-method-named-set should parse correctly when sourceType is module
> ok 1134 ecmaVersion Modules /6/objectLiteralShorthandMethods/simple-method-with-argument should parse correctly when sourceType is module
> ok 1135 ecmaVersion Modules /6/objectLiteralShorthandMethods/simple-method-with-string-name should parse correctly when sourceType is module
> ok 1136 ecmaVersion Modules /6/objectLiteralShorthandMethods/simple-method should parse correctly when sourceType is module
> ok 1137 ecmaVersion Modules /6/objectLiteralShorthandMethods/string-name-method-property should parse correctly when sourceType is module
> ok 1138 ecmaVersion Modules /6/objectLiteralShorthandProperties/shorthand-properties-keyword should parse correctly when sourceType is module
> ok 1139 ecmaVersion Modules /6/objectLiteralShorthandProperties/shorthand-properties should parse correctly when sourceType is module
> ok 1140 ecmaVersion Modules /6/octalLiterals/invalid should parse correctly when sourceType is module
> ok 1141 ecmaVersion Modules /6/octalLiterals/lowercase should parse correctly when sourceType is module
> ok 1142 ecmaVersion Modules /6/octalLiterals/strict-uppercase should parse correctly when sourceType is module
> ok 1143 ecmaVersion Modules /6/octalLiterals/uppercase should parse correctly when sourceType is module
> ok 1144 ecmaVersion Modules /6/regexUFlag/regex-u-extended-escape should parse correctly when sourceType is module
> ok 1145 ecmaVersion Modules /6/regexUFlag/regex-u-invalid-extended-escape should parse correctly when sourceType is module
> ok 1146 ecmaVersion Modules /6/regexUFlag/regex-u-simple should parse correctly when sourceType is module
> ok 1147 ecmaVersion Modules /6/regexYFlag/regexp-y-simple should parse correctly when sourceType is module
> ok 1148 ecmaVersion Modules /6/restParams-and-arrowFunctions/arrow-rest-multi should parse correctly when sourceType is module
> ok 1149 ecmaVersion Modules /6/restParams-and-arrowFunctions/arrow-rest should parse correctly when sourceType is module
> ok 1150 ecmaVersion Modules /6/restParams-and-arrowFunctions/destructured-arrow-array should parse correctly when sourceType is module
> ok 1151 ecmaVersion Modules /6/restParams-and-arrowFunctions/destructured-arrow-multi should parse correctly when sourceType is module
> ok 1152 ecmaVersion Modules /6/restParams-and-arrowFunctions/destructured-arrow-object should parse correctly when sourceType is module
> ok 1153 ecmaVersion Modules /6/restParams-and-arrowFunctions/error-attempted-spread-param should parse correctly when sourceType is module
> ok 1154 ecmaVersion Modules /6/restParams/basic-rest should parse correctly when sourceType is module
> ok 1155 ecmaVersion Modules /6/restParams/error-no-default should parse correctly when sourceType is module
> ok 1156 ecmaVersion Modules /6/restParams/error-not-last should parse correctly when sourceType is module
> ok 1157 ecmaVersion Modules /6/restParams/func-expression-multi should parse correctly when sourceType is module
> ok 1158 ecmaVersion Modules /6/restParams/func-expression should parse correctly when sourceType is module
> ok 1159 ecmaVersion Modules /6/restParams/invalid-rest-param should parse correctly when sourceType is module
> ok 1160 ecmaVersion Modules /6/restParams/single-rest should parse correctly when sourceType is module
> ok 1161 ecmaVersion Modules /6/spread/error-invalid-if should parse correctly when sourceType is module
> ok 1162 ecmaVersion Modules /6/spread/error-invalid-sequence should parse correctly when sourceType is module
> ok 1163 ecmaVersion Modules /6/spread/multi-function-call should parse correctly when sourceType is module
> ok 1164 ecmaVersion Modules /6/spread/not-final-param should parse correctly when sourceType is module
> ok 1165 ecmaVersion Modules /6/spread/simple-function-call should parse correctly when sourceType is module
> ok 1166 ecmaVersion Modules /6/templateStrings-and-unicodeCodePointEscapes/template-strings-unicode-escape should parse correctly when sourceType is module
> ok 1167 ecmaVersion Modules /6/templateStrings/deeply-nested should parse correctly when sourceType is module
> ok 1168 ecmaVersion Modules /6/templateStrings/escape-characters should parse correctly when sourceType is module
> ok 1169 ecmaVersion Modules /6/templateStrings/expressions should parse correctly when sourceType is module
> ok 1170 ecmaVersion Modules /6/templateStrings/multi-line-template-string should parse correctly when sourceType is module
> ok 1171 ecmaVersion Modules /6/templateStrings/octal-literal should parse correctly when sourceType is module
> ok 1172 ecmaVersion Modules /6/templateStrings/simple-template-string should parse correctly when sourceType is module
> ok 1173 ecmaVersion Modules /6/templateStrings/single-dollar-sign should parse correctly when sourceType is module
> ok 1174 ecmaVersion Modules /6/templateStrings/tagged-no-placeholders should parse correctly when sourceType is module
> ok 1175 ecmaVersion Modules /6/templateStrings/tagged-template-string should parse correctly when sourceType is module
> ok 1176 ecmaVersion Modules /6/unicodeCodePointEscapes/basic-string-literal should parse correctly when sourceType is module
> ok 1177 ecmaVersion Modules /6/unicodeCodePointEscapes/complex-string-literal should parse correctly when sourceType is module
> ok 1178 ecmaVersion Modules /6/unicodeCodePointEscapes/identifier should parse correctly when sourceType is module
> ok 1179 ecmaVersion Modules /6/unicodeCodePointEscapes/invalid-empty-escape should parse correctly when sourceType is module
> ok 1180 ecmaVersion Modules /6/unicodeCodePointEscapes/invalid-too-large-escape should parse correctly when sourceType is module
> ok 1181 ecmaVersion Modules /7/error-strict-complex-params should parse correctly when sourceType is module
> ok 1182 ecmaVersion Modules /7/exponential-plusplus should parse correctly when sourceType is module
> ok 1183 ecmaVersion Modules /7/exponential-precedence should parse correctly when sourceType is module
> ok 1184 ecmaVersion Modules /7/exponential-simple should parse correctly when sourceType is module
> ok 1185 ecmaVersion Modules /7/invalid-exponential-unary should parse correctly when sourceType is module
> ok 1186 ecmaVersion Modules /8/comma-dangle-arrow should parse correctly when sourceType is module
> ok 1187 ecmaVersion Modules /8/comma-dangle-class-method should parse correctly when sourceType is module
> ok 1188 ecmaVersion Modules /8/comma-dangle-expression should parse correctly when sourceType is module
> ok 1189 ecmaVersion Modules /8/comma-dangle-func should parse correctly when sourceType is module
> ok 1190 ecmaVersion Modules /8/comma-dangle-method should parse correctly when sourceType is module
> ok 1191 ecmaVersion Modules /8/comma-dangle should parse correctly when sourceType is module
> ok 1192 ecmaVersion Modules /8/destructuring-param should parse correctly when sourceType is module
> ok 1193 ecmaVersion Modules /8/invalid-comma-dangle-method should parse correctly when sourceType is module
> ok 1194 ecmaVersion Modules /8/modules/arrow-func-parens should parse correctly when sourceType is module
> ok 1195 ecmaVersion Modules /8/modules/arrow-func should parse correctly when sourceType is module
> ok 1196 ecmaVersion Modules /8/modules/async-and-no-async should parse correctly when sourceType is module
> ok 1197 ecmaVersion Modules /8/modules/async-arrow-func-destructed-defaults should parse correctly when sourceType is module
> ok 1198 ecmaVersion Modules /8/modules/async-arrow-func-destructed should parse correctly when sourceType is module
> ok 1199 ecmaVersion Modules /8/modules/async-arrow-func-parens-multi should parse correctly when sourceType is module
> ok 1200 ecmaVersion Modules /8/modules/async-arrow-func-parens should parse correctly when sourceType is module
> ok 1201 ecmaVersion Modules /8/modules/async-arrow-func should parse correctly when sourceType is module
> ok 1202 ecmaVersion Modules /8/modules/async-await-arrow-expression should parse correctly when sourceType is module
> ok 1203 ecmaVersion Modules /8/modules/async-await-arrow-param should parse correctly when sourceType is module
> ok 1204 ecmaVersion Modules /8/modules/async-await-class-method-param should parse correctly when sourceType is module
> ok 1205 ecmaVersion Modules /8/modules/async-await-destructured-default should parse correctly when sourceType is module
> ok 1206 ecmaVersion Modules /8/modules/async-await-expression-class-method should parse correctly when sourceType is module
> ok 1207 ecmaVersion Modules /8/modules/async-await-function-param should parse correctly when sourceType is module
> ok 1208 ecmaVersion Modules /8/modules/async-await-identifier-math should parse correctly when sourceType is module
> ok 1209 ecmaVersion Modules /8/modules/async-await-inside-parens should parse correctly when sourceType is module
> ok 1210 ecmaVersion Modules /8/modules/async-await-math should parse correctly when sourceType is module
> ok 1211 ecmaVersion Modules /8/modules/async-await-named-object-method should parse correctly when sourceType is module
> ok 1212 ecmaVersion Modules /8/modules/async-await-object-method-param should parse correctly when sourceType is module
> ok 1213 ecmaVersion Modules /8/modules/async-await-object-method should parse correctly when sourceType is module
> ok 1214 ecmaVersion Modules /8/modules/async-await should parse correctly when sourceType is module
> ok 1215 ecmaVersion Modules /8/modules/async-class-method-named-await should parse correctly when sourceType is module
> ok 1216 ecmaVersion Modules /8/modules/async-class-method should parse correctly when sourceType is module
> ok 1217 ecmaVersion Modules /8/modules/async-destructured-assignment should parse correctly when sourceType is module
> ok 1218 ecmaVersion Modules /8/modules/async-expression should parse correctly when sourceType is module
> ok 1219 ecmaVersion Modules /8/modules/async-func should parse correctly when sourceType is module
> ok 1220 ecmaVersion Modules /8/modules/async-named-class-method should parse correctly when sourceType is module
> ok 1221 ecmaVersion Modules /8/modules/async-named-generator-method should parse correctly when sourceType is module
> ok 1222 ecmaVersion Modules /8/modules/async-named-object-method should parse correctly when sourceType is module
> ok 1223 ecmaVersion Modules /8/modules/async-named-static-generator-method should parse correctly when sourceType is module
> ok 1224 ecmaVersion Modules /8/modules/async-object-method-keyword should parse correctly when sourceType is module
> ok 1225 ecmaVersion Modules /8/modules/async-object-method should parse correctly when sourceType is module
> ok 1226 ecmaVersion Modules /8/modules/async-static-class-method-named-await should parse correctly when sourceType is module
> ok 1227 ecmaVersion Modules /8/modules/async-static-class-method should parse correctly when sourceType is module
> ok 1228 ecmaVersion Modules /8/modules/async-then-arrow should parse correctly when sourceType is module
> ok 1229 ecmaVersion Modules /8/modules/async-wrapped-class-await should parse correctly when sourceType is module
> ok 1230 ecmaVersion Modules /8/modules/async-yield should parse correctly when sourceType is module
> ok 1231 ecmaVersion Modules /8/modules/async should parse correctly when sourceType is module
> ok 1232 ecmaVersion Modules /8/modules/await-identifier-math should parse correctly when sourceType is module
> ok 1233 ecmaVersion Modules /8/modules/class-method should parse correctly when sourceType is module
> ok 1234 ecmaVersion Modules /8/modules/export-async should parse correctly when sourceType is module
> ok 1235 ecmaVersion Modules /8/modules/export-default-async-expression should parse correctly when sourceType is module
> ok 1236 ecmaVersion Modules /8/modules/export-default-async should parse correctly when sourceType is module
> ok 1237 ecmaVersion Modules /8/modules/generator-async-func should parse correctly when sourceType is module
> ok 1238 ecmaVersion Modules /8/modules/invalid-async-await-identifier should parse correctly when sourceType is module
> ok 1239 ecmaVersion Modules /8/modules/invalid-async-await-param should parse correctly when sourceType is module
> ok 1240 ecmaVersion Modules /8/modules/invalid-async-class-broken should parse correctly when sourceType is module
> ok 1241 ecmaVersion Modules /8/modules/invalid-async-class-generator should parse correctly when sourceType is module
> ok 1242 ecmaVersion Modules /8/modules/invalid-async-class-getter should parse correctly when sourceType is module
> ok 1243 ecmaVersion Modules /8/modules/invalid-async-class-method-await should parse correctly when sourceType is module
> ok 1244 ecmaVersion Modules /8/modules/invalid-async-class-method-empty-await should parse correctly when sourceType is module
> ok 1245 ecmaVersion Modules /8/modules/invalid-async-class-setter should parse correctly when sourceType is module
> ok 1246 ecmaVersion Modules /8/modules/invalid-async-constructor should parse correctly when sourceType is module
> ok 1247 ecmaVersion Modules /8/modules/invalid-async-expression-generators should parse correctly when sourceType is module
> ok 1248 ecmaVersion Modules /8/modules/invalid-async-expression-plain-await should parse correctly when sourceType is module
> ok 1249 ecmaVersion Modules /8/modules/invalid-async-expression should parse correctly when sourceType is module
> ok 1250 ecmaVersion Modules /8/modules/invalid-async-generator-expression should parse correctly when sourceType is module
> ok 1251 ecmaVersion Modules /8/modules/invalid-async-generator-method should parse correctly when sourceType is module
> ok 1252 ecmaVersion Modules /8/modules/invalid-async-generator should parse correctly when sourceType is module
> ok 1253 ecmaVersion Modules /8/modules/invalid-async-getter-method-with-params should parse correctly when sourceType is module
> ok 1254 ecmaVersion Modules /8/modules/invalid-async-getter-method should parse correctly when sourceType is module
> ok 1255 ecmaVersion Modules /8/modules/invalid-async-method-await-identifier should parse correctly when sourceType is module
> ok 1256 ecmaVersion Modules /8/modules/invalid-async-method-await-param should parse correctly when sourceType is module
> ok 1257 ecmaVersion Modules /8/modules/invalid-async-method-empty-await should parse correctly when sourceType is module
> ok 1258 ecmaVersion Modules /8/modules/invalid-async-method-expression should parse correctly when sourceType is module
> ok 1259 ecmaVersion Modules /8/modules/invalid-async-method-return-await should parse correctly when sourceType is module
> ok 1260 ecmaVersion Modules /8/modules/invalid-async-object should parse correctly when sourceType is module
> ok 1261 ecmaVersion Modules /8/modules/invalid-async-plain-await should parse correctly when sourceType is module
> ok 1262 ecmaVersion Modules /8/modules/invalid-async-prop should parse correctly when sourceType is module
> ok 1263 ecmaVersion Modules /8/modules/invalid-async-static-method-broken should parse correctly when sourceType is module
> ok 1264 ecmaVersion Modules /8/modules/invalid-await-arrow-param-parens should parse correctly when sourceType is module
> ok 1265 ecmaVersion Modules /8/modules/invalid-await-arrow-param should parse correctly when sourceType is module
> ok 1266 ecmaVersion Modules /8/modules/invalid-await-default should parse correctly when sourceType is module
> ok 1267 ecmaVersion Modules /8/modules/invalid-await-destructured-default should parse correctly when sourceType is module
> ok 1268 ecmaVersion Modules /8/modules/invalid-await-destructured-param should parse correctly when sourceType is module
> ok 1269 ecmaVersion Modules /8/modules/invalid-await-func-expression should parse correctly when sourceType is module
> ok 1270 ecmaVersion Modules /8/modules/invalid-await-identifier-expression should parse correctly when sourceType is module
> ok 1271 ecmaVersion Modules /8/modules/invalid-await-identifier should parse correctly when sourceType is module
> ok 1272 ecmaVersion Modules /8/modules/invalid-await-named-destructured-array-param should parse correctly when sourceType is module
> ok 1273 ecmaVersion Modules /8/modules/invalid-await-named-destructured-param should parse correctly when sourceType is module
> ok 1274 ecmaVersion Modules /8/modules/invalid-await-param-expression should parse correctly when sourceType is module
> ok 1275 ecmaVersion Modules /8/modules/invalid-await-param should parse correctly when sourceType is module
> ok 1276 ecmaVersion Modules /8/modules/invalid-await-top-level should parse correctly when sourceType is module
> ok 1277 ecmaVersion Modules /8/modules/invalid-broken-async-arrow-after-parens should parse correctly when sourceType is module
> ok 1278 ecmaVersion Modules /8/modules/invalid-broken-async-arrow-before-parens should parse correctly when sourceType is module
> ok 1279 ecmaVersion Modules /8/modules/invalid-broken-async-arrow should parse correctly when sourceType is module
> ok 1280 ecmaVersion Modules /8/modules/invalid-broken-async-object-method should parse correctly when sourceType is module
> ok 1281 ecmaVersion Modules /8/modules/invalid-broken-line-async should parse correctly when sourceType is module
> ok 1282 ecmaVersion Modules /8/modules/invalid-class-await-extend should parse correctly when sourceType is module
> ok 1283 ecmaVersion Modules /8/modules/invalid-nested-async should parse correctly when sourceType is module
> ok 1284 ecmaVersion Modules /8/modules/invalid-plain-await-arrow should parse correctly when sourceType is module
> ok 1285 ecmaVersion Modules /8/modules/invalid-plain-await should parse correctly when sourceType is module
> ok 1286 ecmaVersion Modules /8/modules/invalid-static-async-generator should parse correctly when sourceType is module
> ok 1287 ecmaVersion Modules /8/modules/invalid-static-async-getter should parse correctly when sourceType is module
> ok 1288 ecmaVersion Modules /8/modules/invalid-static-async-setter should parse correctly when sourceType is module
> ok 1289 ecmaVersion Modules /8/modules/invalid-yield-default should parse correctly when sourceType is module
> ok 1290 ecmaVersion Modules /8/modules/nested-async-await-method should parse correctly when sourceType is module
> ok 1291 ecmaVersion Modules /8/modules/no-async-expression should parse correctly when sourceType is module
> ok 1292 ecmaVersion Modules /8/modules/no-async should parse correctly when sourceType is module
> ok 1293 ecmaVersion Modules /8/modules/object-method should parse correctly when sourceType is module
> ok 1294 ecmaVersion Modules /8/modules/plain-await should parse correctly when sourceType is module
> ok 1295 ecmaVersion Modules /8/modules/static-async-named-class-method should parse correctly when sourceType is module
> ok 1296 ecmaVersion Modules /8/var-destructured-array-literal should parse correctly when sourceType is module
> ok 1297 ecmaVersion Modules /9/async-generator/invalid-await-in-nested-function-1 should parse correctly when sourceType is module
> ok 1298 ecmaVersion Modules /9/async-generator/invalid-await-in-nested-function-2 should parse correctly when sourceType is module
> ok 1299 ecmaVersion Modules /9/async-generator/invalid-await-in-nested-function-3 should parse correctly when sourceType is module
> ok 1300 ecmaVersion Modules /9/async-generator/invalid-await-in-nested-function-4 should parse correctly when sourceType is module
> ok 1301 ecmaVersion Modules /9/async-generator/invalid-linebreak-after-async-1 should parse correctly when sourceType is module
> ok 1302 ecmaVersion Modules /9/async-generator/invalid-linebreak-after-async-2 should parse correctly when sourceType is module
> ok 1303 ecmaVersion Modules /9/async-generator/invalid-star-before-async-1 should parse correctly when sourceType is module
> ok 1304 ecmaVersion Modules /9/async-generator/invalid-star-before-async-2 should parse correctly when sourceType is module
> ok 1305 ecmaVersion Modules /9/async-generator/invalid-stars-around-async-1 should parse correctly when sourceType is module
> ok 1306 ecmaVersion Modules /9/async-generator/invalid-stars-around-async-2 should parse correctly when sourceType is module
> ok 1307 ecmaVersion Modules /9/async-generator/invalid-yield-in-nested-function-1 should parse correctly when sourceType is module
> ok 1308 ecmaVersion Modules /9/async-generator/invalid-yield-in-nested-function-2 should parse correctly when sourceType is module
> ok 1309 ecmaVersion Modules /9/async-generator/invalid-yield-in-nested-function-3 should parse correctly when sourceType is module
> ok 1310 ecmaVersion Modules /9/async-generator/invalid-yield-in-nested-function-4 should parse correctly when sourceType is module
> ok 1311 ecmaVersion Modules /9/async-generator/valid-class-method should parse correctly when sourceType is module
> ok 1312 ecmaVersion Modules /9/async-generator/valid-class-static-method should parse correctly when sourceType is module
> ok 1313 ecmaVersion Modules /9/async-generator/valid-function-declaration should parse correctly when sourceType is module
> ok 1314 ecmaVersion Modules /9/async-generator/valid-function-expression should parse correctly when sourceType is module
> ok 1315 ecmaVersion Modules /9/async-generator/valid-object-method should parse correctly when sourceType is module
> ok 1316 ecmaVersion Modules /9/for-await-of/invalid-in-arrow-function should parse correctly when sourceType is module
> ok 1317 ecmaVersion Modules /9/for-await-of/invalid-in-function-declaration should parse correctly when sourceType is module
> ok 1318 ecmaVersion Modules /9/for-await-of/invalid-in-function-expression should parse correctly when sourceType is module
> ok 1319 ecmaVersion Modules /9/for-await-of/invalid-in-nested-function should parse correctly when sourceType is module
> ok 1320 ecmaVersion Modules /9/for-await-of/invalid-on-top-level should parse correctly when sourceType is module
> ok 1321 ecmaVersion Modules /9/for-await-of/invalid-with-for-1 should parse correctly when sourceType is module
> ok 1322 ecmaVersion Modules /9/for-await-of/invalid-with-for-2 should parse correctly when sourceType is module
> ok 1323 ecmaVersion Modules /9/for-await-of/invalid-with-for-3 should parse correctly when sourceType is module
> ok 1324 ecmaVersion Modules /9/for-await-of/invalid-with-for-in should parse correctly when sourceType is module
> ok 1325 ecmaVersion Modules /9/for-await-of/valid-in-with-reference should parse correctly when sourceType is module
> ok 1326 ecmaVersion Modules /9/for-await-of/valid-linebreak-before-await should parse correctly when sourceType is module
> ok 1327 ecmaVersion Modules /9/for-await-of/valid-no-await-1 should parse correctly when sourceType is module
> ok 1328 ecmaVersion Modules /9/for-await-of/valid-no-await-2 should parse correctly when sourceType is module
> ok 1329 ecmaVersion Modules /9/for-await-of/valid-with-async-arrow-function should parse correctly when sourceType is module
> ok 1330 ecmaVersion Modules /9/for-await-of/valid-with-async-function-expression should parse correctly when sourceType is module
> ok 1331 ecmaVersion Modules /9/for-await-of/valid-with-async-method-1 should parse correctly when sourceType is module
> ok 1332 ecmaVersion Modules /9/for-await-of/valid-with-async-method-2 should parse correctly when sourceType is module
> ok 1333 ecmaVersion Modules /9/for-await-of/valid-with-let should parse correctly when sourceType is module
> ok 1334 ecmaVersion Modules /9/for-await-of/valid-with-var should parse correctly when sourceType is module
> ok 1335 ecmaVersion Modules /9/malformed-template-literal/malformed-template-literal-escape should parse correctly when sourceType is module
> ok 1336 ecmaVersion Modules /9/regexp-lookbehind-assertion/invalid-group should parse correctly when sourceType is module
> ok 1337 ecmaVersion Modules /9/regexp-lookbehind-assertion/invalid-unterminated-group should parse correctly when sourceType is module
> ok 1338 ecmaVersion Modules /9/regexp-lookbehind-assertion/valid-negative-1 should parse correctly when sourceType is module
> ok 1339 ecmaVersion Modules /9/regexp-lookbehind-assertion/valid-negative-2 should parse correctly when sourceType is module
> ok 1340 ecmaVersion Modules /9/regexp-lookbehind-assertion/valid-positive-1 should parse correctly when sourceType is module
> ok 1341 ecmaVersion Modules /9/regexp-lookbehind-assertion/valid-positive-2 should parse correctly when sourceType is module
> ok 1342 ecmaVersion Modules /9/regexp-named-group/invalid-backreference-1 should parse correctly when sourceType is module
> ok 1343 ecmaVersion Modules /9/regexp-named-group/invalid-backreference-2 should parse correctly when sourceType is module
> ok 1344 ecmaVersion Modules /9/regexp-named-group/invalid-backreference-3 should parse correctly when sourceType is module
> ok 1345 ecmaVersion Modules /9/regexp-named-group/invalid-backreference-4 should parse correctly when sourceType is module
> ok 1346 ecmaVersion Modules /9/regexp-named-group/invalid-group-name-1 should parse correctly when sourceType is module
> ok 1347 ecmaVersion Modules /9/regexp-named-group/invalid-group-name-2 should parse correctly when sourceType is module
> ok 1348 ecmaVersion Modules /9/regexp-named-group/invalid-group-name-3 should parse correctly when sourceType is module
> ok 1349 ecmaVersion Modules /9/regexp-named-group/valid-backreference-1 should parse correctly when sourceType is module
> ok 1350 ecmaVersion Modules /9/regexp-named-group/valid-backreference-2 should parse correctly when sourceType is module
> ok 1351 ecmaVersion Modules /9/regexp-named-group/valid-backreference-3 should parse correctly when sourceType is module
> ok 1352 ecmaVersion Modules /9/regexp-named-group/valid-group should parse correctly when sourceType is module
> ok 1353 ecmaVersion Modules /9/regexp-named-group/valid-unicode-name-1 should parse correctly when sourceType is module
> ok 1354 ecmaVersion Modules /9/regexp-named-group/valid-unicode-name-2 should parse correctly when sourceType is module
> ok 1355 ecmaVersion Modules /9/regexp-s-flag/s-flag should parse correctly when sourceType is module
> ok 1356 ecmaVersion Modules /9/regexp-unicode-property-escape/invalid-property-1 should parse correctly when sourceType is module
> ok 1357 ecmaVersion Modules /9/regexp-unicode-property-escape/invalid-property-2 should parse correctly when sourceType is module
> ok 1358 ecmaVersion Modules /9/regexp-unicode-property-escape/invalid-property-3 should parse correctly when sourceType is module
> ok 1359 ecmaVersion Modules /9/regexp-unicode-property-escape/invalid-property-4 should parse correctly when sourceType is module
> ok 1360 ecmaVersion Modules /9/regexp-unicode-property-escape/valid-negative-1 should parse correctly when sourceType is module
> ok 1361 ecmaVersion Modules /9/regexp-unicode-property-escape/valid-negative-2 should parse correctly when sourceType is module
> ok 1362 ecmaVersion Modules /9/regexp-unicode-property-escape/valid-positive-1 should parse correctly when sourceType is module
> ok 1363 ecmaVersion Modules /9/regexp-unicode-property-escape/valid-positive-2 should parse correctly when sourceType is module
> ok 1364 ecmaVersion Modules /9/rest-property/invalid-array-literal-1 should parse correctly when sourceType is module
> ok 1365 ecmaVersion Modules /9/rest-property/invalid-array-literal-2 should parse correctly when sourceType is module
> ok 1366 ecmaVersion Modules /9/rest-property/invalid-array-literal-3 should parse correctly when sourceType is module
> ok 1367 ecmaVersion Modules /9/rest-property/invalid-duo-1 should parse correctly when sourceType is module
> ok 1368 ecmaVersion Modules /9/rest-property/invalid-duo-2 should parse correctly when sourceType is module
> ok 1369 ecmaVersion Modules /9/rest-property/invalid-middle-1 should parse correctly when sourceType is module
> ok 1370 ecmaVersion Modules /9/rest-property/invalid-middle-2 should parse correctly when sourceType is module
> ok 1371 ecmaVersion Modules /9/rest-property/invalid-object-literal-1 should parse correctly when sourceType is module
> ok 1372 ecmaVersion Modules /9/rest-property/invalid-object-literal-2 should parse correctly when sourceType is module
> ok 1373 ecmaVersion Modules /9/rest-property/invalid-object-literal-3 should parse correctly when sourceType is module
> ok 1374 ecmaVersion Modules /9/rest-property/invalid-parenthesized-1 should parse correctly when sourceType is module
> ok 1375 ecmaVersion Modules /9/rest-property/invalid-parenthesized-2 should parse correctly when sourceType is module
> ok 1376 ecmaVersion Modules /9/rest-property/invalid-parenthesized-3 should parse correctly when sourceType is module
> ok 1377 ecmaVersion Modules /9/rest-property/invalid-parenthesized-4 should parse correctly when sourceType is module
> ok 1378 ecmaVersion Modules /9/rest-property/invalid-parenthesized-5 should parse correctly when sourceType is module
> ok 1379 ecmaVersion Modules /9/rest-property/invalid-parenthesized-6 should parse correctly when sourceType is module
> ok 1380 ecmaVersion Modules /9/rest-property/invalid-trailing-comma-1 should parse correctly when sourceType is module
> ok 1381 ecmaVersion Modules /9/rest-property/invalid-trailing-comma-2 should parse correctly when sourceType is module
> ok 1382 ecmaVersion Modules /9/rest-property/valid-assignment-1 should parse correctly when sourceType is module
> ok 1383 ecmaVersion Modules /9/rest-property/valid-assignment-2 should parse correctly when sourceType is module
> ok 1384 ecmaVersion Modules /9/rest-property/valid-assignment-3 should parse correctly when sourceType is module
> ok 1385 ecmaVersion Modules /9/rest-property/valid-declaration-1 should parse correctly when sourceType is module
> ok 1386 ecmaVersion Modules /9/rest-property/valid-declaration-2 should parse correctly when sourceType is module
> ok 1387 ecmaVersion Modules /9/rest-property/valid-declaration-3 should parse correctly when sourceType is module
> ok 1388 ecmaVersion Modules /9/rest-property/valid-parameter-1 should parse correctly when sourceType is module
> ok 1389 ecmaVersion Modules /9/rest-property/valid-parameter-2 should parse correctly when sourceType is module
> ok 1390 ecmaVersion Modules /9/rest-property/valid-parameter-3 should parse correctly when sourceType is module
> ok 1391 ecmaVersion Modules /9/rest-property/valid-parameter-4 should parse correctly when sourceType is module
> ok 1392 ecmaVersion Modules /9/spread-property/invalid-dots should parse correctly when sourceType is module
> ok 1393 ecmaVersion Modules /9/spread-property/valid-1 should parse correctly when sourceType is module
> ok 1394 ecmaVersion Modules /9/spread-property/valid-2 should parse correctly when sourceType is module
> ok 1395 ecmaVersion Modules /9/spread-property/valid-a-b-c-parenthesized should parse correctly when sourceType is module
> ok 1396 ecmaVersion Modules /9/spread-property/valid-a-b-c should parse correctly when sourceType is module
> ok 1397 ecmaVersion Modules /9/spread-property/valid-complex should parse correctly when sourceType is module
> ok 1398 ecmaVersion Modules /9/spread-property/valid-parenthesized-1 should parse correctly when sourceType is module
> ok 1399 ecmaVersion Modules /9/spread-property/valid-trailing-comma should parse correctly when sourceType is module
> ok 1400 ecmaVersion general Should parse using 2015 instead of 6
> ok 1401 ecmaVersion general Should throw error using invalid number
> ok 1402 ecmaVersion general Should throw error using invalid year
> ok 1403 ecmaVersion general Should throw error when non-numeric year is provided
> ok 1404 ecmaVersion general Should throw error when using ES3 and reserved words
> ok 1405 ecmaVersion general Should throw error when using ES3 and reserved words in object literals
> ok 1406 ecmaVersion general Should throw error when using ES3, allowReserved: false, and reserved words
> ok 1407 ecmaVersion general Should not throw error when using ES3, allowReserved: true, and reserved words
> ok 1408 ecmaVersion general Should not throw error when using ES3, allowReserved: true, and reserved words in object literals
> ok 1409 ecmaVersion general Should throw error when using ES5, allowReserved: true
> ok 1410 ecmaVersion general Should throw error when using ES3, allowReserved: non-boolean
> ok 1411 ecmaVersion general Should not throw error when using ES5, allowReserved: false, and ES3 reserved words in object literals
> ok 1412 ecmaVersion general Should throw error when using module in pre-ES6
> ok 1413 ecmaVersion general Should allow 'latest' as value
> ok 1414 ecmaVersion general Should use the 5 as the default for ecmaVersion
> ok 1415 normalizeOptions should set ecmaVersion to 5 if it wasn't specified
> ok 1416 normalizeOptions should set ecmaVersion to latestEcmaVersion if ecmaVersion: latest is passed
> ok 1417 normalizeOptions should throw error for sourceType module and ecmaVersion < 6
> ok 1418 normalizeOptions should normalize the ecmaVersion from year to version number
> ok 1419 normalizeOptions should throw error for unsupported ecmaVersion
> ok 1420 normalizeOptions should throw error for unsupported sourceType
> ok 1421 parse() ecmaVersion should be 5 if not specified
> ok 1422 parse() sourceType module should have correct column number when strict mode error occurs
> ok 1423 parse() sourceType commonjs should parse top-level return
> ok 1424 parse() sourceType commonjs should have sourceType:commonjs on Program node
> ok 1425 parse() ES5 should throw an error when using the y regex flag
> ok 1426 parse() ES5 should throw an error when using the u regex flag
> ok 1427 parse() general should output tokens, comments, locs, and ranges when called with those options
> ok 1428 parse() general should output the same value for program.start, end and range when there is a leading/trailing comments
> ok 1429 parse() general should output the same value for program.start, end as when ranges are returned and there is a leading/trailing comments using default options
> ok 1430 parse() general should output the same value for program.start, end and range and loc when there is a leading comments with range and loc true
> ok 1431 parse() general should output the same value for program.start, end and loc when there is a leading comments with loc
> ok 1432 parse() general should output the same value for program.start, end and range when there is a trailing comments
> ok 1433 parse() general should output the same value for range and start and end in templateElement with range
> ok 1434 parse() general should output the same value for loc and start and end in templateElement with loc
> ok 1435 parse() general should output the same value for loc, range and start and end in templateElement with loc and range
> ok 1436 parse() general should output the same value for start and end in templateElement as when ranges are present
> ok 1437 parse() general should reset lastToken on each parse
> ok 1438 parse() general should not mutate config
> ok 1439 parse() general Cast valid non-string input
> ok 1440 parse() general Should throw on invalid `(a = 1) = t`
> ok 1441 parse() general Should throw on invalid `async () => await 5 ** 6;`
> ok 1442 parse() nodes should not re-use the same identifier node in shorthand properties
> ok 1443 latestEcmaVersion should return the latest supported ecmaVersion
> ok 1444 supportedEcmaVersions should return an array of all supported versions
> ok 1445 Syntax keys of Syntax should match the keys of VisitorKeys
> ok 1446 Tester getRaw should remove `start` and `end` properties
> ok 1447 Tester getRaw should keep NaN
> ok 1448 Tester getRaw should keep Infinity
> ok 1449 Tester getRaw should keep -Infinity
> ok 1450 Tester getRaw should keep bigint values
> ok 1451 Tester getRaw should keep RegExp objects
> ok 1452 Tester getAstCode should remove `start` and `end` properties
> ok 1453 Tester getAstCode should keep NaN
> ok 1454 Tester getAstCode should keep Infinity
> ok 1455 Tester getAstCode should keep -Infinity
> ok 1456 Tester getAstCode should keep bigint values
> ok 1457 Tester getAstCode should keep RegExp objects
> ok 1458 tokenize() should have 5 as default
> ok 1459 tokenize() should produce tokens when using let
> ok 1460 tokenize() should produce tokens when using const
> ok 1461 tokenize() should produce tokens when using regular expression u flag
> ok 1462 tokenize() should produce tokens when using regular expression y flag
> ok 1463 tokenize() should produce tokens when using regular expression wrapped in parens
> ok 1464 tokenize() should produce tokens when using regular expression wrapped in parens using parse()
> ok 1465 tokenize() should produce tokens when using not operator
> ok 1466 tokenize() should produce tokens when using tilde operator
> ok 1467 tokenize() should produce tokens when using a single identifier
> ok 1468 tokenize() should not remove } token followed by a template literal.
> ok 1469 tokenize() should not mutate config
> ok 1470 tokenize() should produce tokens when } is the last token
> ok 1471 tokenize() templateStrings should produce tokens when tokenizing simple template string
> ok 1472 tokenize() templateStrings should produce tokens when tokenizing template string with embedded variable
> ok 1473 tokenize() templateStrings should produce tokens when tokenizing template string with embedded variable in function call
> ok 1474 tokenize() templateStrings should produce tokens when parsing template string with embedded variable in function call and with tokens options on
> ok 1475 tokenize() templateStrings should produce tokens when tokenizing template string with embedded expressions
> # tests 1475
> # pass 1466
> # fail 9
> 1..1475
> make[1]: *** [debian/rules:31: override_dh_auto_test] Error 9


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/node-espree_9.3.1~dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220624&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-javascript-devel mailing list