Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Minor changes to the preexisting code that Grace discovered during her internship #92

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gllewellyn19
Copy link
Collaborator

Change 1: In edsc_extension/src/index.ts, the following code was used: let response: any = $.parseJSON(xhr.response); This line has become outdated so I replaced the line with let response: any = JSON.parse(xhr.response); as Visual Studio code suggested. I also removed the import statement for jquery (import * as $ from "jquery";)

Change 2: I frequently encountered problems when running 'npm run buildfrom the ipycmc readme. Adding in the file loaders to ipycmc/webpack.config.js allowed me to runnpm run build` successfully in both my Windows machine and Windows Subsystem for Linux

Note: These changes don't affect my project, they are just suggestions to preexisting code that I noticed during the course of my 2021 summer internship.

@gllewellyn19 gllewellyn19 marked this pull request as draft July 29, 2021 17:56
@gllewellyn19 gllewellyn19 requested a review from gchang July 29, 2021 17:57
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.

1 participant