feat: the extension now indicates when its workig on a slice etc. - #97 #440
Annotations
10 errors
lint:
src/extension.ts#L11
'Session' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
src/extension.ts#L104
Unexpected space(s) after "if"
|
lint:
src/extension.ts#L105
Strings must use singlequote
|
lint:
src/extension.ts#L112
Unexpected space(s) after "if"
|
lint:
src/extension.ts#L113
Strings must use singlequote
|
lint:
src/flowr/internal-session.ts#L20
Missing space before value for key 'working'
|
lint:
src/flowr/internal-session.ts#L101
'result' is never reassigned. Use 'const' instead
|
lint:
src/flowr/internal-session.ts#L126
'dataflow' is never reassigned. Use 'const' instead
|
lint:
src/flowr/internal-session.ts#L141
'ast' is never reassigned. Use 'const' instead
|
lint:
src/flowr/internal-session.ts#L155
'cfg' is never reassigned. Use 'const' instead
|