Merge pull request #1630 from freeCodeCamp/typescript-4.4

Update TypeScript documentation (4.4.4)
pull/1631/head
Simon Legner 3 years ago committed by GitHub
commit d8ad464a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ module Docs
def handbook_entries
css('h2').each_with_object [] do |node, entries|
entries << [node.content, node['id']]
entries << ["#{name}: #{node.content}", node['id']] if node['id']
end
end

@ -4,7 +4,7 @@ module Docs
self.name = 'TypeScript'
self.type = 'typescript'
self.release = '4.3.5'
self.release = '4.4.4'
self.base_urls = [
'https://www.typescriptlang.org/docs/handbook/',
'https://www.typescriptlang.org/'

Loading…
Cancel
Save