mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Improved emit marker resolve/build selection, emitted Go To Definition
This commit is contained in:
parent
faca458283
commit
6ded6a37cc
14 changed files with 216 additions and 44 deletions
|
@ -4075,6 +4075,10 @@ BF_EXPORT void* BfResolvePassData_GetEmitEmbedData(BfResolvePassData* resolvePas
|
|||
return NULL;
|
||||
*revision = emitEmbedEntry->mRevision;
|
||||
*charCount = emitEmbedEntry->mParser->mSrcLength;
|
||||
|
||||
auto emitParser = emitEmbedEntry->mParser;
|
||||
emitParser->mSourceClassifier->FlushDeferredNodes();
|
||||
|
||||
return emitEmbedEntry->mParser->mSourceClassifier->mCharData;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue