Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove brackets from comments, strings and regexes before evaluating the indentation #210641

Merged
merged 50 commits into from
May 27, 2024

Conversation

aiday-mar
Copy link
Contributor

@aiday-mar aiday-mar commented Apr 18, 2024

fixes #209862

I have made an attempt to combine the methods of the indentation.test.ts and autoindent.test.ts files, but this caused the following error: uncaught ReferenceError: window is not defined. I suppose this is because the autoindent.test.ts file contains node.js tests which were accessing methods from the non node.js tests in indentation.test.ts.

@aiday-mar aiday-mar self-assigned this Apr 18, 2024
@aiday-mar aiday-mar requested a review from hediet April 19, 2024 14:39
@aiday-mar aiday-mar marked this pull request as ready for review April 19, 2024 14:39
@aiday-mar aiday-mar enabled auto-merge (squash) April 19, 2024 14:40
@vscodenpa vscodenpa added this to the April 2024 milestone Apr 19, 2024
@aiday-mar aiday-mar modified the milestones: April 2024, May 2024 Apr 24, 2024
@aiday-mar aiday-mar merged commit d309e11 into main May 27, 2024
6 checks passed
@aiday-mar aiday-mar deleted the near-bandicoot branch May 27, 2024 09:18
@microsoft microsoft locked and limited conversation to collaborators Jul 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explore removing brackets of language configuration file from the string/regex before evaluating indentation
3 participants