4.9.5-r6 • Published 5 months ago

ohos-typescript v4.9.5-r6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

TypeScript

GitHub Actions CI Devops Build Status npm version Downloads

TypeScript is a language for application-scale JavaScript. TypeScript adds optional types to JavaScript that support tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the playground, and stay up to date via our blog and Twitter account.

Find others who are using TypeScript at our community page.

Installing

For the latest stable version:

npm install -g typescript

For our nightly builds:

npm install -g typescript@next

Contribute

There are many ways to contribute to TypeScript.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Documentation

Roadmap

For details on our planned features and future direction please refer to our roadmap.

Changes

We made the following code modifications to support the ETS development paradigm.

October 2021

  • Support custom component struct syntax, and add StructDeclaration and EtsComponentExpression node type.

November 2021

  • Support gotoDefinition for custom component name and arguments.
  • Support completion of lifecycle for StructDeclaration type.
  • Support @Builder decorator for function and method.

January 2022

  • Optimize eTS language support.
  • Support @BuilderParam decorator and custom container lambda syntax.
  • Add jsDoc and displayParts info in getCompletionAtPosition interface.
  • Support eTS language ScriptKind and Extension.
  • Add PropertyAccessExpressionConditionCheck for eTS.

February 2022

  • Support @Styles decorator and related syntax.
  • Add check for struct name contain reserved tag name.
  • Support stateStyles property.
  • Performance optimization for eTS completion.
  • Support @Extend and @Styles decorators for function.
4.2.3-r7

7 months ago

4.2.3-r6

7 months ago

4.2.3-r9

6 months ago

4.2.3-r8

7 months ago

4.2.3-r10

6 months ago

4.2.3-r11

6 months ago

4.2.3-r12

6 months ago

4.9.5-r5

6 months ago

4.9.5-r6

5 months ago

4.9.5-r3

6 months ago

4.9.5-r4

6 months ago

4.9.5-r1

6 months ago

4.9.5-r2

6 months ago

4.2.3-r5

8 months ago

4.2.3-r4

8 months ago

4.2.3-r3

9 months ago

4.2.3-r2

9 months ago