-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feat/lexical binding #37
Feat/lexical binding #37
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e01b753 - Browse repository at this point
Copy the full SHA e01b753View commit details -
Ignore string arg to js-comint-filter-output
It just changes the output in the comint buffer.
Configuration menu - View commit details
-
Copy full SHA for cc6a360 - Browse repository at this point
Copy the full SHA cc6a360View commit details -
Lint and simplify js-comint-repl
require does not load if already present. Convert cond to equivalent if
Configuration menu - View commit details
-
Copy full SHA for ed7e77a - Browse repository at this point
Copy the full SHA ed7e77aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9088c3 - Browse repository at this point
Copy the full SHA d9088c3View commit details -
Bug: js-comint--suggest-module-path should be nil if no node_modules
This means that default-directory is always added to NODE_PATH when calling js-comint-repl
Configuration menu - View commit details
-
Copy full SHA for ceeb9eb - Browse repository at this point
Copy the full SHA ceeb9ebView commit details -
Use temporary local env vars when calling comint
This avoids modifying NODE_PATH for later calls
Configuration menu - View commit details
-
Copy full SHA for addff71 - Browse repository at this point
Copy the full SHA addff71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d879f5 - Browse repository at this point
Copy the full SHA 3d879f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eceaf3 - Browse repository at this point
Copy the full SHA 2eceaf3View commit details -
Tidy argument handling for js-comint-repl
Made cmd optional and documented behaviour.
Configuration menu - View commit details
-
Copy full SHA for 18ab673 - Browse repository at this point
Copy the full SHA 18ab673View commit details -
Configuration menu - View commit details
-
Copy full SHA for e83eb27 - Browse repository at this point
Copy the full SHA e83eb27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2058be8 - Browse repository at this point
Copy the full SHA 2058be8View commit details -
Simplify js-comint--suggest-module-path
read-directory-name defaults to default-directory if nil and expand-file-name produces output equivalent to file-truename.
Configuration menu - View commit details
-
Copy full SHA for dd6c117 - Browse repository at this point
Copy the full SHA dd6c117View commit details -
Have js-comint-start-or-switch-to-repl check local node_modules
This way js-rest-repl does not "forget" the local node_modules.
Configuration menu - View commit details
-
Copy full SHA for 951131c - Browse repository at this point
Copy the full SHA 951131cView commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be24e8e - Browse repository at this point
Copy the full SHA be24e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ceec3d - Browse repository at this point
Copy the full SHA 7ceec3dView commit details -
Add declares for nvm functions.
This fixes byte-compiler warnings, but keeps nvm optional
Configuration menu - View commit details
-
Copy full SHA for 8f05c1b - Browse repository at this point
Copy the full SHA 8f05c1bView commit details -
Move (require 'nvm) into select-node-version, tidy logic
js-comint-select-node-version is the common entry point when using nvm functions.
Configuration menu - View commit details
-
Copy full SHA for 7fbcb4b - Browse repository at this point
Copy the full SHA 7fbcb4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c3b1ab - Browse repository at this point
Copy the full SHA 1c3b1abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eaa359 - Browse repository at this point
Copy the full SHA 6eaa359View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4353fe2 - Browse repository at this point
Copy the full SHA 4353fe2View commit details