JordanBoltonMN

Results 7 issues of JordanBoltonMN

**Expected behavior** maybeNormalizeNumber("0xdeadbeef") returns a normalized hex **Actual behavior** maybeNormalizeNumber("0xdeadbeef") returns undefined **To Reproduce** maybeNormalizeNumber("0xdeadbeef") **Additional context** N/A

bug

**Is your feature request related to a problem? Please describe.** LexerSnapshot existed due to old reasons which no longer apply. It doesn't have any real reason to exist anymore. **Describe...

enhancement

**Is your feature request related to a problem? Please describe.** SectionAccessExpression isn't supported. **Describe the solution you'd like** Support SectionAccessExpression. **Describe alternatives you've considered** N/A **Additional context** N/A

enhancement

**Is your feature request related to a problem? Please describe.** It's unclear why a cancellation has occured. **Describe the solution you'd like** A `reason` attribute under ICancellationToken **Describe alternatives you've...

enhancement

**Expected behavior** The type system to not experience infinite loops. **Actual behavior** The type system is experiencing an infinite loop. **To Reproduce** Attempt to resolve the type for the following...

bug

**Expected behavior** I'd expect the following to not give autocomplete items: ``` let foo |= ``` **Actual behavior** Returns a list of keywords for expressions: ![image](https://user-images.githubusercontent.com/17787492/220785750-99e8ad38-cd22-448b-8888-cfac6a5e0564.png) **To Reproduce** See above....

bug

**Expected behavior** I was testing some things in the language services layer. Take for example the following setup: ``` let foo.bar = 1, #"unneededQuote" = 2, #"quoted identifier" = 3...

bug