mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
refactor(semantic): reformat transform checker errors (#5039)
Reformat transform checker error output - shorter and consistent capitalization.
This commit is contained in:
parent
47029c4d45
commit
586e15c814
7 changed files with 19273 additions and 19273 deletions
|
|
@ -102,9 +102,9 @@ impl PostTransformChecker {
|
|||
{
|
||||
let message = format!(
|
||||
"
|
||||
Bindings Mismatch:
|
||||
previous scope {prev_scope_id:?}: {prev_bindings:?}
|
||||
current scope {cur_scope_id:?}: {current_bindings:?}
|
||||
Bindings mismatch:
|
||||
previous {prev_scope_id:?}: {prev_bindings:?}
|
||||
current {cur_scope_id:?}: {current_bindings:?}
|
||||
"
|
||||
);
|
||||
self.errors.push(OxcDiagnostic::error(message.trim().to_string()));
|
||||
|
|
@ -149,9 +149,9 @@ current scope {cur_scope_id:?}: {current_bindings:?}
|
|||
if prev_symbol_name != cur_symbol_name {
|
||||
let message = format!(
|
||||
"
|
||||
Symbol Mismatch:
|
||||
previous symbol {prev_symbol_id:?}: {prev_symbol_name:?}
|
||||
current symbol {cur_symbol_id:?}: {cur_symbol_name:?}
|
||||
Symbol mismatch:
|
||||
previous {prev_symbol_id:?}: {prev_symbol_name:?}
|
||||
current {cur_symbol_id:?}: {cur_symbol_name:?}
|
||||
"
|
||||
);
|
||||
self.errors.push(OxcDiagnostic::error(message.trim().to_string()));
|
||||
|
|
@ -196,9 +196,9 @@ current symbol {cur_symbol_id:?}: {cur_symbol_name:?}
|
|||
if prev_symbol_name != cur_symbol_name {
|
||||
let message = format!(
|
||||
"
|
||||
reference Mismatch:
|
||||
previous reference {prev_reference_id:?}: {prev_symbol_name:?}
|
||||
current reference {cur_reference_id:?}: {cur_symbol_name:?}
|
||||
Reference mismatch:
|
||||
previous {prev_reference_id:?}: {prev_symbol_name:?}
|
||||
current {cur_reference_id:?}: {cur_symbol_name:?}
|
||||
"
|
||||
);
|
||||
self.errors.push(OxcDiagnostic::error(message.trim().to_string()));
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -2,59 +2,59 @@ semantic_misc Summary:
|
|||
AST Parsed : 25/25 (100.00%)
|
||||
Positive Passed: 16/25 (64.00%)
|
||||
tasks/coverage/misc/pass/oxc-1288.ts
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["from"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["from"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/misc/pass/oxc-1289.ts
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["infer", "target", "type"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["infer", "target", "type"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/misc/pass/oxc-2087.ts
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["Helpers"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["Helpers"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/misc/pass/oxc-2394.ts
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["A"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["A"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/misc/pass/oxc-2592.ts
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["Foo"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["Foo"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/misc/pass/oxc-3443.tsx
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(1): ["T"]
|
||||
current scope ScopeId(1): []
|
||||
Bindings Mismatch:
|
||||
previous scope ScopeId(2): ["T"]
|
||||
current scope ScopeId(2): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(1): ["T"]
|
||||
current ScopeId(1): []
|
||||
Bindings mismatch:
|
||||
previous ScopeId(2): ["T"]
|
||||
current ScopeId(2): []
|
||||
|
||||
tasks/coverage/misc/pass/oxc-3948-1.ts
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["BrowserWorkingCopyBackupTracker", "CancellationToken", "DisposableStore", "EditorPart", "EditorService", "IEditorGroupsService", "IEditorService", "IFilesConfigurationService", "IInstantiationService", "ILifecycleService", "ILogService", "IUntitledTextResourceEditorInput", "IWorkingCopyBackup", "IWorkingCopyBackupService", "IWorkingCopyEditorHandler", "IWorkingCopyEditorService", "IWorkingCopyService", "InMemoryTestWorkingCopyBackupService", "LifecyclePhase", "Schemas", "TestServiceAccessor", "TestWorkingCopy", "URI", "UntitledTextEditorInput", "VSBuffer", "assert", "bufferToReadable", "createEditorPart", "ensureNoDisposablesAreLeakedInTestSuite", "isWindows", "registerTestResourceEditor", "timeout", "toResource", "toTypedWorkingCopyId", "toUntypedWorkingCopyId", "workbenchInstantiationService", "workbenchTeardown"]
|
||||
current scope ScopeId(0): ["BrowserWorkingCopyBackupTracker", "DisposableStore", "EditorService", "IEditorGroupsService", "IEditorService", "IFilesConfigurationService", "ILifecycleService", "ILogService", "IWorkingCopyBackupService", "IWorkingCopyEditorService", "IWorkingCopyService", "InMemoryTestWorkingCopyBackupService", "LifecyclePhase", "Schemas", "TestServiceAccessor", "TestWorkingCopy", "URI", "UntitledTextEditorInput", "VSBuffer", "assert", "bufferToReadable", "createEditorPart", "ensureNoDisposablesAreLeakedInTestSuite", "isWindows", "registerTestResourceEditor", "timeout", "toResource", "toTypedWorkingCopyId", "toUntypedWorkingCopyId", "workbenchInstantiationService", "workbenchTeardown"]
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["BrowserWorkingCopyBackupTracker", "CancellationToken", "DisposableStore", "EditorPart", "EditorService", "IEditorGroupsService", "IEditorService", "IFilesConfigurationService", "IInstantiationService", "ILifecycleService", "ILogService", "IUntitledTextResourceEditorInput", "IWorkingCopyBackup", "IWorkingCopyBackupService", "IWorkingCopyEditorHandler", "IWorkingCopyEditorService", "IWorkingCopyService", "InMemoryTestWorkingCopyBackupService", "LifecyclePhase", "Schemas", "TestServiceAccessor", "TestWorkingCopy", "URI", "UntitledTextEditorInput", "VSBuffer", "assert", "bufferToReadable", "createEditorPart", "ensureNoDisposablesAreLeakedInTestSuite", "isWindows", "registerTestResourceEditor", "timeout", "toResource", "toTypedWorkingCopyId", "toUntypedWorkingCopyId", "workbenchInstantiationService", "workbenchTeardown"]
|
||||
current ScopeId(0): ["BrowserWorkingCopyBackupTracker", "DisposableStore", "EditorService", "IEditorGroupsService", "IEditorService", "IFilesConfigurationService", "ILifecycleService", "ILogService", "IWorkingCopyBackupService", "IWorkingCopyEditorService", "IWorkingCopyService", "InMemoryTestWorkingCopyBackupService", "LifecyclePhase", "Schemas", "TestServiceAccessor", "TestWorkingCopy", "URI", "UntitledTextEditorInput", "VSBuffer", "assert", "bufferToReadable", "createEditorPart", "ensureNoDisposablesAreLeakedInTestSuite", "isWindows", "registerTestResourceEditor", "timeout", "toResource", "toTypedWorkingCopyId", "toUntypedWorkingCopyId", "workbenchInstantiationService", "workbenchTeardown"]
|
||||
|
||||
tasks/coverage/misc/pass/oxc-4449.ts
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(5): ["E", "baz"]
|
||||
current scope ScopeId(5): ["E"]
|
||||
Bindings Mismatch:
|
||||
previous scope ScopeId(6): ["F", "baz"]
|
||||
current scope ScopeId(6): ["F"]
|
||||
Bindings Mismatch:
|
||||
previous scope ScopeId(7): ["G", "baz"]
|
||||
current scope ScopeId(7): ["G"]
|
||||
Bindings Mismatch:
|
||||
previous scope ScopeId(8): ["H", "baz"]
|
||||
current scope ScopeId(8): ["H"]
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(5): ["E", "baz"]
|
||||
current ScopeId(5): ["E"]
|
||||
Bindings mismatch:
|
||||
previous ScopeId(6): ["F", "baz"]
|
||||
current ScopeId(6): ["F"]
|
||||
Bindings mismatch:
|
||||
previous ScopeId(7): ["G", "baz"]
|
||||
current ScopeId(7): ["G"]
|
||||
Bindings mismatch:
|
||||
previous ScopeId(8): ["H", "baz"]
|
||||
current ScopeId(8): ["H"]
|
||||
|
||||
tasks/coverage/misc/pass/swc-7187.ts
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["K"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["K"]
|
||||
current ScopeId(0): []
|
||||
|
||||
|
|
|
|||
|
|
@ -4,122 +4,122 @@ semantic_test262 Summary:
|
|||
AST Parsed : 46406/46406 (100.00%)
|
||||
Positive Passed: 46382/46406 (99.95%)
|
||||
tasks/coverage/test262/test/language/module-code/eval-rqstd-once.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["dflt1", "dflt2", "dflt3", "global", "ns1", "ns3"]
|
||||
current scope ScopeId(0): ["global"]
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["dflt1", "dflt2", "dflt3", "global", "ns1", "ns3"]
|
||||
current ScopeId(0): ["global"]
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/eval-rqstd-order.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["dflt1", "dflt2", "dflt3", "ns1", "ns2"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["dflt1", "dflt2", "dflt3", "ns1", "ns2"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/eval-self-once.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["dflt1", "dflt2", "dflt3", "global", "ns", "ns1"]
|
||||
current scope ScopeId(0): ["global"]
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["dflt1", "dflt2", "dflt3", "global", "ns", "ns1"]
|
||||
current ScopeId(0): ["global"]
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/import-assertions/import-assertion-many.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/import-assertions/import-assertion-trlng-comma.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/import-assertions/import-assertion-value-string-double.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/import-assertions/import-assertion-value-string-single.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/import-attributes/allow-nlt-before-with.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/import-attributes/import-attribute-many.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/import-attributes/import-attribute-trlng-comma.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/import-attributes/import-attribute-value-string-double.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/import-attributes/import-attribute-value-string-single.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/instn-named-err-ambiguous-as.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["y"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["y"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/instn-named-err-ambiguous.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/instn-named-err-dflt-thru-star-as.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/instn-named-err-dflt-thru-star-dflt.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/instn-named-err-not-found-as.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["y"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["y"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/instn-named-err-not-found-dflt.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/instn-named-err-not-found.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["x"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["x"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/instn-once.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["dflt1", "dflt2", "dflt3", "ns", "ns1", "x"]
|
||||
current scope ScopeId(0): ["x"]
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["dflt1", "dflt2", "dflt3", "ns", "ns1", "x"]
|
||||
current ScopeId(0): ["x"]
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/instn-star-err-not-found.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["ns"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["ns"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/top-level-await/module-import-rejection-body.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["foo"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["foo"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/top-level-await/module-import-rejection-tick.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["foo"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["foo"]
|
||||
current ScopeId(0): []
|
||||
|
||||
tasks/coverage/test262/test/language/module-code/top-level-await/module-import-rejection.js
|
||||
semantic error: Bindings Mismatch:
|
||||
previous scope ScopeId(0): ["resolved"]
|
||||
current scope ScopeId(0): []
|
||||
semantic error: Bindings mismatch:
|
||||
previous ScopeId(0): ["resolved"]
|
||||
current ScopeId(0): []
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1662,21 +1662,21 @@ preset-env: unknown field `shippedProposals`, expected `targets` or `bugfixes`
|
|||
|
||||
# babel-plugin-transform-arrow-functions (1/6)
|
||||
* assumption-newableArrowFunctions-false/basic/input.js
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["f"]
|
||||
| current scope ScopeId(1): ["_this2", "f"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["f"]
|
||||
| current ScopeId(1): ["_this2", "f"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(4): []
|
||||
| current scope ScopeId(4): ["_this"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(4): []
|
||||
| current ScopeId(4): ["_this"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(5): ["_this"]
|
||||
| current scope ScopeId(5): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(5): ["_this"]
|
||||
| current ScopeId(5): []
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(6): ["_this2"]
|
||||
| current scope ScopeId(6): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(6): ["_this2"]
|
||||
| current ScopeId(6): []
|
||||
|
||||
|
||||
* assumption-newableArrowFunctions-false/naming/input.js
|
||||
|
|
@ -1706,15 +1706,15 @@ preset-env: unknown field `shippedProposals`, expected `targets` or `bugfixes`
|
|||
|
||||
|
||||
* node-extensions/type-param-arrow-in-ts/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["T"]
|
||||
| current scope ScopeId(1): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["T"]
|
||||
| current ScopeId(1): []
|
||||
|
||||
|
||||
* opts/optimizeConstEnums/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["A", "x"]
|
||||
| current scope ScopeId(1): ["A"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["A", "x"]
|
||||
| current ScopeId(1): ["A"]
|
||||
|
||||
|
||||
* opts/rewriteImportExtensions/input.ts
|
||||
|
|
@ -1745,86 +1745,86 @@ preset-env: unknown field `shippedProposals`, expected `targets` or `bugfixes`
|
|||
|
||||
|
||||
* class/head/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["T"]
|
||||
| current scope ScopeId(1): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["T"]
|
||||
| current ScopeId(1): []
|
||||
|
||||
|
||||
* declarations/erased/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["E", "I", "M", "N", "T", "m", "x"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["E", "I", "M", "N", "T", "m", "x"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* declarations/export-declare-enum/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* declarations/nested-namespace/input.mjs
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["P"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["P"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* enum/boolean-value/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["A", "E"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["A", "E"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
|
||||
* enum/constant-folding/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["E", "a", "b", "c", "d", "e", "f", "g", "h",
|
||||
| "i", "j", "k", "l", "m", "n", "o", "p", "q", "r"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["E", "a", "b", "c", "d", "e", "f", "g", "h", "i",
|
||||
| "j", "k", "l", "m", "n", "o", "p", "q", "r"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
|
||||
* enum/enum-merging-inner-references/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["Animals", "Cat", "Dog"]
|
||||
| current scope ScopeId(1): ["Animals"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["Animals", "Cat", "Dog"]
|
||||
| current ScopeId(1): ["Animals"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(2): ["Animals", "CatDog"]
|
||||
| current scope ScopeId(2): ["Animals"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(2): ["Animals", "CatDog"]
|
||||
| current ScopeId(2): ["Animals"]
|
||||
|
||||
|
||||
* enum/enum-merging-inner-references-shadow/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["Animals", "Cat"]
|
||||
| current scope ScopeId(1): ["Animals"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["Animals", "Cat"]
|
||||
| current ScopeId(1): ["Animals"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(2): ["Animals", "Dog"]
|
||||
| current scope ScopeId(2): ["Animals"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(2): ["Animals", "Dog"]
|
||||
| current ScopeId(2): ["Animals"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(3): ["Animals", "CatDog"]
|
||||
| current scope ScopeId(3): ["Animals"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(3): ["Animals", "CatDog"]
|
||||
| current ScopeId(3): ["Animals"]
|
||||
|
||||
|
||||
* enum/export/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["A", "E"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["A", "E"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(2): ["B", "E"]
|
||||
| current scope ScopeId(2): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(2): ["B", "E"]
|
||||
| current ScopeId(2): ["E"]
|
||||
|
||||
|
||||
* enum/inferred/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["E", "x", "y"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["E", "x", "y"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
|
||||
* enum/inner-references/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["E", "a", "b"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["E", "a", "b"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
|
||||
* enum/mix-references/input.ts
|
||||
|
|
@ -1867,89 +1867,89 @@ preset-env: unknown field `shippedProposals`, expected `targets` or `bugfixes`
|
|||
|
||||
|
||||
* enum/non-foldable-constant/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["E", "a", "b"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["E", "a", "b"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
|
||||
* enum/non-scoped/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["E", "x", "y"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["E", "x", "y"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(2): ["E", "z"]
|
||||
| current scope ScopeId(2): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(2): ["E", "z"]
|
||||
| current ScopeId(2): ["E"]
|
||||
|
||||
|
||||
* enum/outer-references/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["IPC", "SERVER", "SOCKET", "socketType"]
|
||||
| current scope ScopeId(1): ["socketType"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["IPC", "SERVER", "SOCKET", "socketType"]
|
||||
| current ScopeId(1): ["socketType"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(2): ["IPC", "SERVER", "SOCKET", "UV_READABLE",
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(2): ["IPC", "SERVER", "SOCKET", "UV_READABLE",
|
||||
| "UV_WRITABLE", "constants"]
|
||||
| current scope ScopeId(2): ["constants"]
|
||||
| current ScopeId(2): ["constants"]
|
||||
|
||||
|
||||
* enum/string-value/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["A", "A2", "B", "B2", "E"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["A", "A2", "B", "B2", "E"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
|
||||
* enum/string-value-template/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["A", "E"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["A", "E"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
|
||||
* enum/string-values-computed/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["A", "E"]
|
||||
| current scope ScopeId(1): ["E"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["A", "E"]
|
||||
| current ScopeId(1): ["E"]
|
||||
|
||||
|
||||
* enum/ts5.0-const-foldable/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["First", "Second", "Third", "Values"]
|
||||
| current scope ScopeId(1): ["Values"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["First", "Second", "Third", "Values"]
|
||||
| current ScopeId(1): ["Values"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(2): ["Invoices", "Parts", "Routes", "x", "y"]
|
||||
| current scope ScopeId(2): ["Routes"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(2): ["Invoices", "Parts", "Routes", "x", "y"]
|
||||
| current ScopeId(2): ["Routes"]
|
||||
|
||||
|
||||
* exports/declared-types/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["AA", "AA2", "BB", "BB2", "Bar", "C2", "E",
|
||||
| "I", "II2", "II3", "M", "N", "T", "foo", "m", "x"]
|
||||
| current scope ScopeId(0): ["BB", "BB2", "C2", "foo"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["AA", "AA2", "BB", "BB2", "Bar", "C2", "E", "I",
|
||||
| "II2", "II3", "M", "N", "T", "foo", "m", "x"]
|
||||
| current ScopeId(0): ["BB", "BB2", "C2", "foo"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(12): ["BB", "K"]
|
||||
| current scope ScopeId(2): ["BB"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(12): ["BB", "K"]
|
||||
| current ScopeId(2): ["BB"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(13): ["BB", "L"]
|
||||
| current scope ScopeId(3): ["BB"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(13): ["BB", "L"]
|
||||
| current ScopeId(3): ["BB"]
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(0): Some("x")
|
||||
| current reference ReferenceId(0): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(0): Some("x")
|
||||
| current ReferenceId(0): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(2): Some("E")
|
||||
| current reference ReferenceId(1): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(2): Some("E")
|
||||
| current ReferenceId(1): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(8): Some("x")
|
||||
| current reference ReferenceId(2): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(8): Some("x")
|
||||
| current ReferenceId(2): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(11): Some("E")
|
||||
| current reference ReferenceId(3): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(11): Some("E")
|
||||
| current ReferenceId(3): None
|
||||
|
||||
|
||||
* exports/export-import=/input.ts
|
||||
|
|
@ -1964,9 +1964,9 @@ preset-env: unknown field `shippedProposals`, expected `targets` or `bugfixes`
|
|||
|
||||
|
||||
* exports/export-type/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* exports/export=/input.ts
|
||||
|
|
@ -1980,69 +1980,69 @@ preset-env: unknown field `shippedProposals`, expected `targets` or `bugfixes`
|
|||
|
||||
|
||||
* exports/imported-types/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "B", "C"]
|
||||
| current scope ScopeId(0): ["C"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "B", "C"]
|
||||
| current ScopeId(0): ["C"]
|
||||
|
||||
|
||||
* exports/imported-types-only-remove-type-imports/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "B", "C"]
|
||||
| current scope ScopeId(0): ["C"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "B", "C"]
|
||||
| current ScopeId(0): ["C"]
|
||||
|
||||
|
||||
* exports/interface/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "I"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "I"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* exports/issue-9916-1/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["PromiseRejectCb", "PromiseResolveCb", "a"]
|
||||
| current scope ScopeId(0): ["a"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["PromiseRejectCb", "PromiseResolveCb", "a"]
|
||||
| current ScopeId(0): ["a"]
|
||||
|
||||
|
||||
* exports/issue-9916-2/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["PromiseRejectCb", "PromiseResolveCb"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["PromiseRejectCb", "PromiseResolveCb"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* exports/issue-9916-3/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["PromiseRejectCb", "PromiseResolveCb", "a"]
|
||||
| current scope ScopeId(0): ["a"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["PromiseRejectCb", "PromiseResolveCb", "a"]
|
||||
| current ScopeId(0): ["a"]
|
||||
|
||||
|
||||
* function/parameters/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["T", "x", "y"]
|
||||
| current scope ScopeId(1): ["x", "y"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["T", "x", "y"]
|
||||
| current ScopeId(1): ["x", "y"]
|
||||
|
||||
|
||||
* imports/elide-preact/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["FooBar", "Fragment", "h", "x"]
|
||||
| current scope ScopeId(0): ["x"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["FooBar", "Fragment", "h", "x"]
|
||||
| current ScopeId(0): ["x"]
|
||||
|
||||
|
||||
* imports/elide-preact-no-1/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["Fragment", "h", "render"]
|
||||
| current scope ScopeId(0): ["Fragment", "h"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["Fragment", "h", "render"]
|
||||
| current ScopeId(0): ["Fragment", "h"]
|
||||
|
||||
|
||||
* imports/elide-preact-no-2/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["Fragment", "render"]
|
||||
| current scope ScopeId(0): ["Fragment"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["Fragment", "render"]
|
||||
| current ScopeId(0): ["Fragment"]
|
||||
|
||||
|
||||
* imports/elide-react/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["React", "x"]
|
||||
| current scope ScopeId(0): ["x"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["React", "x"]
|
||||
| current ScopeId(0): ["x"]
|
||||
|
||||
|
||||
* imports/elide-type-referenced-in-imports-equal-no/input.ts
|
||||
|
|
@ -2064,76 +2064,76 @@ preset-env: unknown field `shippedProposals`, expected `targets` or `bugfixes`
|
|||
|
||||
|
||||
* imports/elide-typeof/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "x"]
|
||||
| current scope ScopeId(0): ["x"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "x"]
|
||||
| current ScopeId(0): ["x"]
|
||||
|
||||
|
||||
* imports/elision/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "B", "C", "D", "Used", "Used2", "Used3",
|
||||
| "x", "y", "z"]
|
||||
| current scope ScopeId(0): ["Used", "Used2", "Used3", "x", "y", "z"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "B", "C", "D", "Used", "Used2", "Used3", "x",
|
||||
| "y", "z"]
|
||||
| current ScopeId(0): ["Used", "Used2", "Used3", "x", "y", "z"]
|
||||
|
||||
|
||||
* imports/elision-export-type/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "B", "T", "T1"]
|
||||
| current scope ScopeId(0): ["A", "B"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "B", "T", "T1"]
|
||||
| current ScopeId(0): ["A", "B"]
|
||||
|
||||
|
||||
* imports/elision-locations/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "B", "C", "Class", "D", "E", "F", "G",
|
||||
| "H", "Iface", "x", "y"]
|
||||
| current scope ScopeId(0): ["A", "Class", "x", "y"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "B", "C", "Class", "D", "E", "F", "G", "H",
|
||||
| "Iface", "x", "y"]
|
||||
| current ScopeId(0): ["A", "Class", "x", "y"]
|
||||
|
||||
|
||||
* imports/elision-qualifiedname/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "x"]
|
||||
| current scope ScopeId(0): ["x"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "x"]
|
||||
| current ScopeId(0): ["x"]
|
||||
|
||||
|
||||
* imports/elision-rename/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["B", "x"]
|
||||
| current scope ScopeId(0): ["x"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["B", "x"]
|
||||
| current ScopeId(0): ["x"]
|
||||
|
||||
|
||||
* imports/enum-id/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "Enum"]
|
||||
| current scope ScopeId(0): ["Enum"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "Enum"]
|
||||
| current ScopeId(0): ["Enum"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["A", "Enum"]
|
||||
| current scope ScopeId(1): ["Enum"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["A", "Enum"]
|
||||
| current ScopeId(1): ["Enum"]
|
||||
|
||||
|
||||
* imports/enum-value/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["Enum", "id"]
|
||||
| current scope ScopeId(1): ["Enum"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["Enum", "id"]
|
||||
| current ScopeId(1): ["Enum"]
|
||||
|
||||
|
||||
* imports/import-removed-exceptions/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["H", "I", "I2", "J", "a", "b", "c2", "d",
|
||||
| "d2", "e", "e4"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["H", "I", "I2", "J", "a", "b", "c2", "d", "d2",
|
||||
| "e", "e4"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* imports/import-type/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "B", "T", "Types"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "B", "T", "Types"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* imports/import-type-not-removed/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "B"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "B"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* imports/import=-module/input.ts
|
||||
|
|
@ -2150,53 +2150,53 @@ preset-env: unknown field `shippedProposals`, expected `targets` or `bugfixes`
|
|||
|
||||
|
||||
* imports/only-remove-type-imports/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["H", "I", "I2", "J", "K1", "K2", "L1", "L2",
|
||||
| "L3", "a", "b", "c2", "d", "d2", "e", "e4"]
|
||||
| current scope ScopeId(0): ["K1", "K2", "L1", "L2", "L3", "a", "b", "c2",
|
||||
| "d", "d2", "e", "e4"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["H", "I", "I2", "J", "K1", "K2", "L1", "L2", "L3",
|
||||
| "a", "b", "c2", "d", "d2", "e", "e4"]
|
||||
| current ScopeId(0): ["K1", "K2", "L1", "L2", "L3", "a", "b", "c2", "d",
|
||||
| "d2", "e", "e4"]
|
||||
|
||||
|
||||
* imports/property-signature/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "obj"]
|
||||
| current scope ScopeId(0): ["obj"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "obj"]
|
||||
| current ScopeId(0): ["obj"]
|
||||
|
||||
|
||||
* imports/type-only-export-specifier-1/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["bar", "baz", "foo"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["bar", "baz", "foo"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* imports/type-only-export-specifier-2/input.ts
|
||||
|
||||
|
||||
* imports/type-only-import-specifier-1/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["Foo1", "Foo2"]
|
||||
| current scope ScopeId(0): ["Foo1"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["Foo1", "Foo2"]
|
||||
| current ScopeId(0): ["Foo1"]
|
||||
|
||||
|
||||
* imports/type-only-import-specifier-2/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["Foo1", "Foo2"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["Foo1", "Foo2"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* imports/type-only-import-specifier-3/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["Foo1", "Foo2"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["Foo1", "Foo2"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* imports/type-only-import-specifier-4/input.ts
|
||||
|
||||
|
||||
* lvalues/TSTypeParameterInstantiation/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["M"]
|
||||
| current scope ScopeId(1): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["M"]
|
||||
| current ScopeId(1): []
|
||||
|
||||
|
||||
* namespace/alias/input.ts
|
||||
|
|
@ -3667,9 +3667,9 @@ preset-env: unknown field `shippedProposals`, expected `targets` or `bugfixes`
|
|||
|
||||
|
||||
* namespace/export-type-only/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["Platform"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["Platform"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* namespace/module-nested/input.ts
|
||||
|
|
@ -4881,21 +4881,21 @@ transform-typescript: unknown field `optimizeConstEnums`, expected one of `jsxPr
|
|||
|
||||
# babel-plugin-transform-react-jsx (133/142)
|
||||
* react/arrow-functions/input.js
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): []
|
||||
| current scope ScopeId(1): ["_this"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): []
|
||||
| current ScopeId(1): ["_this"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(2): ["_this"]
|
||||
| current scope ScopeId(2): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(2): ["_this"]
|
||||
| current ScopeId(2): []
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(3): []
|
||||
| current scope ScopeId(3): ["_this2"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(3): []
|
||||
| current ScopeId(3): ["_this2"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(4): ["_this2"]
|
||||
| current scope ScopeId(4): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(4): ["_this2"]
|
||||
| current ScopeId(4): []
|
||||
|
||||
|
||||
* react/should-disallow-valueless-key/input.js
|
||||
|
|
@ -4929,21 +4929,21 @@ transform-typescript: unknown field `optimizeConstEnums`, expected one of `jsxPr
|
|||
|
||||
|
||||
* react-automatic/arrow-functions/input.js
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): []
|
||||
| current scope ScopeId(1): ["_this"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): []
|
||||
| current ScopeId(1): ["_this"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(2): ["_this"]
|
||||
| current scope ScopeId(2): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(2): ["_this"]
|
||||
| current ScopeId(2): []
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(3): []
|
||||
| current scope ScopeId(3): ["_this2"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(3): []
|
||||
| current ScopeId(3): ["_this2"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(4): ["_this2"]
|
||||
| current scope ScopeId(4): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(4): ["_this2"]
|
||||
| current ScopeId(4): []
|
||||
|
||||
|
||||
* react-automatic/does-not-add-source-self-automatic/input.mjs
|
||||
|
|
@ -4982,21 +4982,21 @@ transform-react-jsx: unknown field `autoImport`, expected one of `runtime`, `dev
|
|||
|
||||
# babel-plugin-transform-react-jsx-self (2/3)
|
||||
* react-source/arrow-function/input.js
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["fn"]
|
||||
| current scope ScopeId(0): ["_this", "fn"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["fn"]
|
||||
| current ScopeId(0): ["_this", "fn"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["_this"]
|
||||
| current scope ScopeId(1): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["_this"]
|
||||
| current ScopeId(1): []
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(2): []
|
||||
| current scope ScopeId(2): ["_this2"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(2): []
|
||||
| current ScopeId(2): ["_this2"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(3): ["_this2"]
|
||||
| current scope ScopeId(3): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(3): ["_this2"]
|
||||
| current ScopeId(3): []
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -46,9 +46,9 @@ Passed: 9/35
|
|||
|
||||
|
||||
* elimination-declare/input.ts
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): ["A", "ReactiveMarkerSymbol"]
|
||||
| current scope ScopeId(0): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): ["A", "ReactiveMarkerSymbol"]
|
||||
| current ScopeId(0): []
|
||||
|
||||
|
||||
* enum-member-reference/input.ts
|
||||
|
|
@ -104,343 +104,343 @@ Passed: 9/35
|
|||
|
||||
# babel-plugin-transform-react-jsx (6/27)
|
||||
* refresh/can-handle-implicit-arrow-returns/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(23): Some("_s")
|
||||
| current reference ReferenceId(0): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(23): Some("_s")
|
||||
| current ReferenceId(0): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(26): Some("_s2")
|
||||
| current reference ReferenceId(1): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(26): Some("_s2")
|
||||
| current ReferenceId(1): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(29): Some("_s3")
|
||||
| current reference ReferenceId(2): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(29): Some("_s3")
|
||||
| current ReferenceId(2): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(33): Some("_s4")
|
||||
| current reference ReferenceId(3): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(33): Some("_s4")
|
||||
| current ReferenceId(3): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(37): Some("_s5")
|
||||
| current reference ReferenceId(4): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(37): Some("_s5")
|
||||
| current ReferenceId(4): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(41): Some("_s6")
|
||||
| current reference ReferenceId(5): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(41): Some("_s6")
|
||||
| current ReferenceId(5): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(45): Some("_c")
|
||||
| current reference ReferenceId(45): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(45): Some("_c")
|
||||
| current ReferenceId(45): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(47): Some("_c2")
|
||||
| current reference ReferenceId(47): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(47): Some("_c2")
|
||||
| current ReferenceId(47): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(49): Some("_c3")
|
||||
| current reference ReferenceId(49): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(49): Some("_c3")
|
||||
| current ReferenceId(49): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(51): Some("_c4")
|
||||
| current reference ReferenceId(51): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(51): Some("_c4")
|
||||
| current ReferenceId(51): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(53): Some("_c5")
|
||||
| current reference ReferenceId(53): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(53): Some("_c5")
|
||||
| current ReferenceId(53): None
|
||||
|
||||
|
||||
* refresh/does-not-consider-require-like-methods-to-be-hocs/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(21): Some("_c")
|
||||
| current reference ReferenceId(17): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(21): Some("_c")
|
||||
| current ReferenceId(17): None
|
||||
|
||||
|
||||
* refresh/does-not-get-tripped-by-iifes/input.jsx
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(0): []
|
||||
| current scope ScopeId(0): ["_s"]
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(0): []
|
||||
| current ScopeId(0): ["_s"]
|
||||
|
||||
x Bindings Mismatch:
|
||||
| previous scope ScopeId(1): ["_s"]
|
||||
| current scope ScopeId(1): []
|
||||
x Bindings mismatch:
|
||||
| previous ScopeId(1): ["_s"]
|
||||
| current ScopeId(1): []
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(3): Some("_s")
|
||||
| current reference ReferenceId(1): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(3): Some("_s")
|
||||
| current ReferenceId(1): None
|
||||
|
||||
|
||||
* refresh/generates-signatures-for-function-declarations-calling-hooks/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(6): Some("_s")
|
||||
| current reference ReferenceId(0): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(6): Some("_s")
|
||||
| current ReferenceId(0): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(10): Some("_c")
|
||||
| current reference ReferenceId(10): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(10): Some("_c")
|
||||
| current ReferenceId(10): None
|
||||
|
||||
|
||||
* refresh/generates-signatures-for-function-expressions-calling-hooks/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(26): Some("_s")
|
||||
| current reference ReferenceId(0): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(26): Some("_s")
|
||||
| current ReferenceId(0): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(32): Some("_s2")
|
||||
| current reference ReferenceId(1): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(32): Some("_s2")
|
||||
| current ReferenceId(1): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(38): Some("_s3")
|
||||
| current reference ReferenceId(32): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(38): Some("_s3")
|
||||
| current ReferenceId(32): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(41): Some("_c")
|
||||
| current reference ReferenceId(41): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(41): Some("_c")
|
||||
| current ReferenceId(41): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(43): Some("_c2")
|
||||
| current reference ReferenceId(43): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(43): Some("_c2")
|
||||
| current ReferenceId(43): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(45): Some("_c3")
|
||||
| current reference ReferenceId(45): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(45): Some("_c3")
|
||||
| current ReferenceId(45): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(47): Some("_c4")
|
||||
| current reference ReferenceId(47): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(47): Some("_c4")
|
||||
| current ReferenceId(47): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(49): Some("_c5")
|
||||
| current reference ReferenceId(49): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(49): Some("_c5")
|
||||
| current ReferenceId(49): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(51): Some("_c6")
|
||||
| current reference ReferenceId(51): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(51): Some("_c6")
|
||||
| current ReferenceId(51): None
|
||||
|
||||
|
||||
* refresh/generates-valid-signature-for-exotic-ways-to-call-hooks/input.jsx
|
||||
x Scopes mismatch after transform
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(17): Some("_s2")
|
||||
| current reference ReferenceId(0): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(17): Some("_s2")
|
||||
| current ReferenceId(0): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(12): Some("_s")
|
||||
| current reference ReferenceId(2): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(12): Some("_s")
|
||||
| current ReferenceId(2): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(21): Some("_c")
|
||||
| current reference ReferenceId(21): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(21): Some("_c")
|
||||
| current ReferenceId(21): None
|
||||
|
||||
|
||||
* refresh/includes-custom-hooks-into-the-signatures/input.jsx
|
||||
x Scopes mismatch after transform
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(10): Some("_s")
|
||||
| current reference ReferenceId(0): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(10): Some("_s")
|
||||
| current ReferenceId(0): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(14): Some("_s2")
|
||||
| current reference ReferenceId(1): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(14): Some("_s2")
|
||||
| current ReferenceId(1): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(19): Some("_s3")
|
||||
| current reference ReferenceId(2): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(19): Some("_s3")
|
||||
| current ReferenceId(2): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(23): Some("_c")
|
||||
| current reference ReferenceId(23): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(23): Some("_c")
|
||||
| current ReferenceId(23): None
|
||||
|
||||
|
||||
* refresh/registers-capitalized-identifiers-in-hoc-calls/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(14): Some("_c")
|
||||
| current reference ReferenceId(14): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(14): Some("_c")
|
||||
| current ReferenceId(14): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(16): Some("_c2")
|
||||
| current reference ReferenceId(16): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(16): Some("_c2")
|
||||
| current ReferenceId(16): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(18): Some("_c3")
|
||||
| current reference ReferenceId(18): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(18): Some("_c3")
|
||||
| current ReferenceId(18): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(20): Some("_c4")
|
||||
| current reference ReferenceId(20): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(20): Some("_c4")
|
||||
| current ReferenceId(20): None
|
||||
|
||||
|
||||
* refresh/registers-identifiers-used-in-jsx-at-definition-site/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(53): Some("_c")
|
||||
| current reference ReferenceId(44): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(53): Some("_c")
|
||||
| current ReferenceId(44): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(55): Some("_c2")
|
||||
| current reference ReferenceId(46): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(55): Some("_c2")
|
||||
| current ReferenceId(46): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(57): Some("_c3")
|
||||
| current reference ReferenceId(48): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(57): Some("_c3")
|
||||
| current ReferenceId(48): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(59): Some("_c4")
|
||||
| current reference ReferenceId(50): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(59): Some("_c4")
|
||||
| current ReferenceId(50): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(61): Some("_c5")
|
||||
| current reference ReferenceId(52): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(61): Some("_c5")
|
||||
| current ReferenceId(52): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(63): Some("_c6")
|
||||
| current reference ReferenceId(54): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(63): Some("_c6")
|
||||
| current ReferenceId(54): None
|
||||
|
||||
|
||||
* refresh/registers-identifiers-used-in-react-create-element-at-definition-site/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(45): Some("_c")
|
||||
| current reference ReferenceId(45): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(45): Some("_c")
|
||||
| current ReferenceId(45): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(47): Some("_c2")
|
||||
| current reference ReferenceId(47): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(47): Some("_c2")
|
||||
| current ReferenceId(47): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(49): Some("_c3")
|
||||
| current reference ReferenceId(49): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(49): Some("_c3")
|
||||
| current ReferenceId(49): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(51): Some("_c4")
|
||||
| current reference ReferenceId(51): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(51): Some("_c4")
|
||||
| current ReferenceId(51): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(53): Some("_c5")
|
||||
| current reference ReferenceId(53): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(53): Some("_c5")
|
||||
| current ReferenceId(53): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(55): Some("_c6")
|
||||
| current reference ReferenceId(55): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(55): Some("_c6")
|
||||
| current ReferenceId(55): None
|
||||
|
||||
|
||||
* refresh/registers-likely-hocs-with-inline-functions-1/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(18): Some("_c")
|
||||
| current reference ReferenceId(18): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(18): Some("_c")
|
||||
| current ReferenceId(18): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(20): Some("_c2")
|
||||
| current reference ReferenceId(20): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(20): Some("_c2")
|
||||
| current ReferenceId(20): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(22): Some("_c3")
|
||||
| current reference ReferenceId(22): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(22): Some("_c3")
|
||||
| current ReferenceId(22): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(24): Some("_c4")
|
||||
| current reference ReferenceId(24): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(24): Some("_c4")
|
||||
| current ReferenceId(24): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(26): Some("_c5")
|
||||
| current reference ReferenceId(26): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(26): Some("_c5")
|
||||
| current ReferenceId(26): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(28): Some("_c6")
|
||||
| current reference ReferenceId(28): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(28): Some("_c6")
|
||||
| current ReferenceId(28): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(30): Some("_c7")
|
||||
| current reference ReferenceId(30): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(30): Some("_c7")
|
||||
| current ReferenceId(30): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(32): Some("_c8")
|
||||
| current reference ReferenceId(32): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(32): Some("_c8")
|
||||
| current ReferenceId(32): None
|
||||
|
||||
|
||||
* refresh/registers-likely-hocs-with-inline-functions-2/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(6): Some("_c")
|
||||
| current reference ReferenceId(6): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(6): Some("_c")
|
||||
| current ReferenceId(6): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(8): Some("_c2")
|
||||
| current reference ReferenceId(8): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(8): Some("_c2")
|
||||
| current ReferenceId(8): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(10): Some("_c3")
|
||||
| current reference ReferenceId(10): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(10): Some("_c3")
|
||||
| current ReferenceId(10): None
|
||||
|
||||
|
||||
* refresh/registers-likely-hocs-with-inline-functions-3/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(6): Some("_c")
|
||||
| current reference ReferenceId(6): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(6): Some("_c")
|
||||
| current ReferenceId(6): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(8): Some("_c2")
|
||||
| current reference ReferenceId(8): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(8): Some("_c2")
|
||||
| current ReferenceId(8): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(10): Some("_c3")
|
||||
| current reference ReferenceId(10): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(10): Some("_c3")
|
||||
| current ReferenceId(10): None
|
||||
|
||||
|
||||
* refresh/registers-top-level-exported-function-declarations/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(14): Some("_c")
|
||||
| current reference ReferenceId(13): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(14): Some("_c")
|
||||
| current ReferenceId(13): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(16): Some("_c2")
|
||||
| current reference ReferenceId(15): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(16): Some("_c2")
|
||||
| current ReferenceId(15): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(18): Some("_c3")
|
||||
| current reference ReferenceId(17): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(18): Some("_c3")
|
||||
| current ReferenceId(17): None
|
||||
|
||||
|
||||
* refresh/registers-top-level-exported-named-arrow-functions/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(12): Some("_c")
|
||||
| current reference ReferenceId(10): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(12): Some("_c")
|
||||
| current ReferenceId(10): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(14): Some("_c2")
|
||||
| current reference ReferenceId(12): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(14): Some("_c2")
|
||||
| current ReferenceId(12): None
|
||||
|
||||
|
||||
* refresh/registers-top-level-function-declarations/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(9): Some("_c")
|
||||
| current reference ReferenceId(8): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(9): Some("_c")
|
||||
| current ReferenceId(8): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(11): Some("_c2")
|
||||
| current reference ReferenceId(10): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(11): Some("_c2")
|
||||
| current ReferenceId(10): None
|
||||
|
||||
|
||||
* refresh/registers-top-level-variable-declarations-with-arrow-functions/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(12): Some("_c")
|
||||
| current reference ReferenceId(11): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(12): Some("_c")
|
||||
| current ReferenceId(11): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(14): Some("_c2")
|
||||
| current reference ReferenceId(13): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(14): Some("_c2")
|
||||
| current ReferenceId(13): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(16): Some("_c3")
|
||||
| current reference ReferenceId(15): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(16): Some("_c3")
|
||||
| current ReferenceId(15): None
|
||||
|
||||
|
||||
* refresh/registers-top-level-variable-declarations-with-function-expressions/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(9): Some("_c")
|
||||
| current reference ReferenceId(8): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(9): Some("_c")
|
||||
| current ReferenceId(8): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(11): Some("_c2")
|
||||
| current reference ReferenceId(10): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(11): Some("_c2")
|
||||
| current ReferenceId(10): None
|
||||
|
||||
|
||||
* refresh/supports-typescript-namespace-syntax/input.tsx
|
||||
|
|
@ -588,19 +588,19 @@ Passed: 9/35
|
|||
|
||||
|
||||
* refresh/uses-custom-identifiers-for-refresh-reg-and-refresh-sig/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(7): Some("_s")
|
||||
| current reference ReferenceId(0): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(7): Some("_s")
|
||||
| current ReferenceId(0): None
|
||||
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(11): Some("_c")
|
||||
| current reference ReferenceId(10): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(11): Some("_c")
|
||||
| current ReferenceId(10): None
|
||||
|
||||
|
||||
* refresh/uses-original-function-declaration-if-it-get-reassigned/input.jsx
|
||||
x reference Mismatch:
|
||||
| previous reference ReferenceId(6): Some("_c")
|
||||
| current reference ReferenceId(6): None
|
||||
x Reference mismatch:
|
||||
| previous ReferenceId(6): Some("_c")
|
||||
| current ReferenceId(6): None
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue