lochana-chathura
lochana-chathura
Blocked by #36731
@dulajdilshan is `getName()` returning `'version`, the expected behavior? Don't we expose both the original value and the unescaped value? if we expose unescaped value don't we remove the quote?
I remember keeping both values internally. Was wondering if both of them were exposed via separete methods.
I'm not sure to which team this change belongs. Most of the methods are written by the runtime team. > We have this identifier-util which is used by many other...
> In that case, will the compiler plugins be able to use them in the compiler plugins? Yes of course. New API should be visible everywhere. Currently, it is exported...
> In the above code, the `signature` will return the value without the `'` character. The `typeSymbol.getName().get()` also returns the value without the `'` character. But the input parameters do...
LGTM. Can merge after a rebase.
Porting is completed. However, the following test (`error1.bal`) fails with a CCE. Investigating into it. ```bal // EL
The above CCE was due to a porting mistake. It is resolved now. Encountered another issue when enabling `data/error1.bal` test case. It is not related to the error port. Created...
Closing with #42663