Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
oslabs-beta
/
React-Labyrinth
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
5
Star
46
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
ec53d89
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 12, 2024
changed syntax errors and updated version in package.json, fixed color switching in component type in readme
ash-t-luu
committed
ec53d89
Copy full SHA for ec53d89
Update README.md
Show description for a731f1e
ash-t-luu
authored
a731f1e
Copy full SHA for a731f1e
Commits on Feb 5, 2024
Merge pull request #43 from oslabs-beta/dev
Show description for ed73331
ash-t-luu
authored
ed73331
Copy full SHA for ed73331
Merge pull request #42 from oslabs-beta/AL/client-conditionals
Show description for 6119cd9
Louka3
authored
6119cd9
Copy full SHA for 6119cd9
added changes to vscodeignore
ash-t-luu
committed
dc8c04a
Copy full SHA for dc8c04a
deleted extension.test.ts and added script for test compile
ash-t-luu
committed
4798660
Copy full SHA for 4798660
Merge pull request #40 from oslabs-beta/AL/client-conditionals
Show description for 40eafa7
ChristinaRaether
authored
40eafa7
Copy full SHA for 40eafa7
Commits on Feb 4, 2024
deleted unused images and added property in tsconfig to remove warnings and ignore nodemodules index.d.ts
ash-t-luu
committed
730160d
Copy full SHA for 730160d
Commits on Feb 3, 2024
Merge pull request #39 from oslabs-beta/AL/client-conditionals
Show description for ffeb6ff
Ponch49
authored
ffeb6ff
Copy full SHA for ffeb6ff
Merge branch 'dev' into AL/client-conditionals
ash-t-luu
committed
2209927
Copy full SHA for 2209927
Merge pull request #38 from oslabs-beta/LK/fileNotFoundBug
Show description for fb4d211
Ponch49
authored
fb4d211
Copy full SHA for fb4d211
Added the test cases I was working on, but had to fix. They should all be passing now
Louis Kuczykowski
authored and
Louis Kuczykowski
committed
ab1073e
Copy full SHA for ab1073e
fixed test cases that were broken
Louis Kuczykowski
authored and
Louis Kuczykowski
committed
02171cb
Copy full SHA for 02171cb
Merge branch AL/moduleUpdates into AL/client-conditionals, completed testing for #11-14, changed logic in parser to account for all function declarations
ash-t-luu
committed
ece43e0
Copy full SHA for ece43e0
Adding media stuff
Louis Kuczykowski
authored and
Louis Kuczykowski
committed
2462b48
Copy full SHA for 2462b48
Merge pull request #37 from oslabs-beta/JA/logo
Show description for 9e28334
Ponch49
authored
9e28334
Copy full SHA for 9e28334
updated logo for webview and panel
Johnny-Arroyo
committed
df59d48
Copy full SHA for df59d48
Commits on Feb 2, 2024
changed modules and configs to be ready for prod
ash-t-luu
committed
3d47bc1
Copy full SHA for 3d47bc1
uncommented the other working tests #11-14
ash-t-luu
committed
cf696da
Copy full SHA for cf696da
Commits on Feb 1, 2024
changed logic in parser.ts to skip a conditional if no body array is found based on the type. all the tests in tc_14 are now passing.
ash-t-luu
committed
92fa73c
Copy full SHA for 92fa73c
added comment in parser.test.ts for other code reviewers
ash-t-luu
committed
b4c7088
Copy full SHA for b4c7088
got ts errors with parent prop, changed it to match the tree type, added my testing suite to this branch and files, all of the tests in 14 works except the component1. not sure why
ash-t-luu
committed
25ff1ee
Copy full SHA for 25ff1ee
Commits on Jan 31, 2024
added more test components for tc_14 to test more component declarations and added test suite in parser.test.ts
ash-t-luu
committed
74a4dcd
Copy full SHA for 74a4dcd
Commits on Jan 30, 2024
changed vscode error to showNotification func, imported from /src/utils, to allow programmatic dissmisal of modal if no file was selected
ash-t-luu
committed
0f45300
Copy full SHA for 0f45300
I may have solved the bug. Pushing for further testing
Louka3
committed
35cfdcf
Copy full SHA for 35cfdcf
May have a solution. Commiting before testing and iterating.
Louka3
committed
680cba3
Copy full SHA for 680cba3
Working on a recursive function that iterates through the children of each tree and checks them for the File not found error string
Louis Kuczykowski
authored and
Louis Kuczykowski
committed
3a37272
Copy full SHA for 3a37272
Combined LK/tc6 and LK/tc7 so test cases are on one branch for dev merge
Louis Kuczykowski
authored and
Louis Kuczykowski
committed
86bba6b
Copy full SHA for 86bba6b
Commits on Jan 29, 2024
added tests #11-14, changed config to turn off warnings in .eslintrc, updated babel/parser, took out comments in test files, added paths to exclude complie in tsconfig, note: test 14 is not fully w…
Show description for 2e9b9be
ash-t-luu
committed
2e9b9be
Copy full SHA for 2e9b9be
Finished test case 7
Louka3
committed
fc7e728
Copy full SHA for fc7e728
Commits on Jan 28, 2024
finished tc6 but possible bug found in the parser itself
Louis Kuczykowski
authored and
Louis Kuczykowski
committed
02bfdc5
Copy full SHA for 02bfdc5
Commits on Jan 27, 2024
Implemented the tests for test case 6
Louis Kuczykowski
authored and
Louis Kuczykowski
committed
86ef330
Copy full SHA for 86ef330
Merge pull request #35 from oslabs-beta/AL/directives
Show description for 5696f60
Ponch49
authored
5696f60
Copy full SHA for 5696f60
changed test script to compile ts and run testing
ash-t-luu
committed
20a38b7
Copy full SHA for 20a38b7
added logic for parser directives component type, fixed syntax for comments to make it uniform, moved getNonce into a util folder, changed property in .eslintrc.json to remove non-dangerous warning…
Show description for c2a7dd2
ash-t-luu
committed
c2a7dd2
Copy full SHA for c2a7dd2
Pagination
Previous
Next
You can’t perform that action at this time.