You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove duplication in decorator name finding
* Make TableExpression.fields not optional
* Remove unsound cast
* Remove use of escapedText and __String
* Remove getIdentifierText
* Remove function assignment validation in type assertion
* Make LuaLib.loadFeatures a regular function
* Remove TODOs for old TS upgrades
* Use globalThis instead of _G
* Remove TS prefix from 4-underscore-prefixed identifiers
* Revert "Remove function assignment validation in type assertion"
This reverts commit f17da36.
* Add line break before constructor
* Replace __TSTL_ with 4 underscores
* Remove outdated `Building & Tests` group from readme
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,16 +65,6 @@ The real power of this transpiler is usage together with good declarations for t
65
65
-[Defold Game Engine Scripting](https://github.com/dasannikov/DefoldTypeScript/blob/master/defold.d.ts)
66
66
-[LÖVE 2D Game Development](https://github.com/hazzard993/love-typescript-definitions)
67
67
68
-
## Building & Tests
69
-
70
-
`npm run build` to build the project.
71
-
72
-
`npm run test` to run tests.
73
-
74
-
`npm run test-threaded` runs test in parallel, faster but less detailed output.
75
-
76
-
`npm run coverage` or `npm run coverage-html` to generate a coverage report.
77
-
78
68
## Sublime Text integration
79
69
80
70
This compiler works great in combination with the [Sublime Text Typescript plugin](https://github.com/Microsoft/TypeScript-Sublime-Plugin) (available through the package manager as `TypeScript`).
0 commit comments