This repository was archived by the owner on Mar 21, 2026. It is now read-only.
Updates to node-libclang - #14
Open
mattbudish wants to merge 39 commits into
Open
Conversation
…lang_Location_isFromMainFile (don't seem to quite work).
…File (don't seem to work yet).
Generate a new version of clang-c.js based upon clang-3.4.2 Rename tokens.js to token.js Expose all library methods to the top level Clang export stripping off any leading 'clang_[CX]' prefix and ensure the result is lowerMixedCase.
…d several new property getters. Include an equals() method.
…ce token-list doesn't parse.
This reverts commit 2bcb17c.
This reverts commit da6c559.
This reverts commit 6518f18.
This reverts commit 65e7c78.
This reverts commit 290753a.
… headers and library." This reverts commit 0c1d662.
…ndency." This reverts commit f0aa408.
This reverts commit 7c7a3cc.
… now since token-list doesn't parse." This reverts commit 11b0b70.
…rsor. Add several new property getters. Include an equals() method." This reverts commit 7366534.
This reverts commit f806430.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I merged in changes made by depeele and added a Dockerfile to simplify getting all the necessary prerequisites to work on node-libclang. If you want to see how the docker image works without building it, see the image I pushed to Docker Hub.