Skip to content

Commit f070125

Browse files
merge to upstream (#7)
* Fix `inject_global_value` rule with default value (seaofvoices#324) * Release 0.17.3 (seaofvoices#325) * Add support for property modifiers in table types (seaofvoices#332) This PR adds support for `read` and `write` access modifiers in table types. Example: ``` export type Object = { read name: string, } ``` --------- Co-authored-by: jeparlefrancais <[email protected]>
1 parent 662ef89 commit f070125

File tree

372 files changed

+1890
-1737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

372 files changed

+1890
-1737
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* add support for property modifiers in table types (like `read` in a type like `{ read name: string }`) ([#332](https://github.com/seaofvoices/darklua/pull/332))
6+
7+
## 0.17.3
8+
9+
* fix `inject_global_value` rule to not override environment values with the default value when they're defined ([#324](https://github.com/seaofvoices/darklua/pull/324))
10+
311
## 0.17.2
412

513
* add `convert_function_to_assignment` rule ([#317](https://github.com/seaofvoices/darklua/pull/317))

0 commit comments

Comments
 (0)