feat: add the semantic version to TSLanguage, and expose an API for retrieving it
This commit is contained in:
parent
f0222107b8
commit
8bb1448a6f
24 changed files with 371 additions and 77 deletions
|
|
@ -12,7 +12,7 @@ describe('Language', () => {
|
|||
describe('.name, .version', () => {
|
||||
it('returns the name and version of the language', () => {
|
||||
expect(JavaScript.name).toBe('javascript');
|
||||
expect(JavaScript.version).toBe(15);
|
||||
expect(JavaScript.abiVersion).toBe(15);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue