Commit f070125
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- site
- content/docs
- bundle
- installation
- darklua-wasm/javascript-tests
- src
- frontend
- generator
- snapshots
- nodes
- expressions/snapshots
- types
- process/evaluator
- rules
- convert_require
- rename_variables/snapshots
- snapshots
- tests
- ast_fuzzer
- rule_tests
- snapshots
- snapshots
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
0 commit comments