Skip to content

Commit

Permalink
fix tstl-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rhazarian committed Mar 18, 2024
1 parent 7b6a4ac commit 8717dbb
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"peerDependencies": {
"@warscript/language-extensions": "^0.0.1",
"@warscript/tstl-plugin": "^0.0.1",
"@warscript/tstl-plugin": "^0.0.2",
"typescript-to-lua": "^1.24.1",
"lua-types": "^2.13.1",
"warpack": "0.0.1-dev.5bdabe5"
Expand Down
2 changes: 1 addition & 1 deletion tstl-plugin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function getExtensionKindForType(
export const methodExtensionKinds: ReadonlySet<WarscriptExtensionKind> = new Set<WarscriptExtensionKind>([
WarscriptExtensionKind.BitwiseAndNotZeroOperatorMethodType,
WarscriptExtensionKind.BitwiseAndEqualsRightMethodType,
WarscriptExtensionKind.BitwiseAndEqualsRightMethodType,
WarscriptExtensionKind.BitwiseAndNotMethodType,
WarscriptExtensionKind.PlusPointZeroMethodType,
])

Expand Down
4 changes: 2 additions & 2 deletions tstl-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tstl-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@warscript/tstl-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "The Warscript plugin for TSTL. The plugin is required to correctly compile and use Warscript.",
"keywords": [
"typescript",
Expand Down

0 comments on commit 8717dbb

Please sign in to comment.