Skip to content

Commit 541f042

Browse files
authored
Merge pull request #23 from neilccbrown/master
Add full Python signature information to the autoCompleteExt API
2 parents fda332f + 5b9f4b6 commit 541f042

39 files changed

Lines changed: 29843 additions & 26931 deletions

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
22

33
val useScalaVersion = "2.13.14"
4-
val releaseVersion = "1.1.2"
4+
val releaseVersion = "1.1.3"
55

66
val sharedSettings = Seq(
77
scalaVersion := useScalaVersion,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"name": "tigerpython-parser",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"description": "Enhanced error recognition in Python ",
66
"main": "release/tigerpython-parser.mjs",
77
"types": "tpParser/js/types/index.d.ts",

release/tigerpython-parser.js

Lines changed: 2292 additions & 2242 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)