Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
update to the latest sdk version
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Smirnov <denys@sourced.tech>
  • Loading branch information
Denys Smirnov authored and dennwc committed Aug 24, 2018
1 parent d3ac7f5 commit df04661
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# for detailed Gopkg.toml documentation.

[[constraint]]
branch = "v2"
name = "gopkg.in/bblfsh/sdk.v2"
version = "v2.1.x"

[prune]
go-tests = true
Expand Down
7 changes: 4 additions & 3 deletions fixtures/_integration.js.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ File {
. . . . . . . }
. . . . . . . Children: {
. . . . . . . . 0: Identifier {
. . . . . . . . . Roles: Expression,Identifier
. . . . . . . . . TOKEN "x"
. . . . . . . . . StartPosition: {
. . . . . . . . . . Offset: 6
. . . . . . . . . . Line: 1
Expand All @@ -73,7 +75,6 @@ File {
. . . . . . . . . . Col: 8
. . . . . . . . . }
. . . . . . . . . Properties: {
. . . . . . . . . . Name: x
. . . . . . . . . . internalRole: id
. . . . . . . . . }
. . . . . . . . }
Expand Down Expand Up @@ -113,7 +114,8 @@ File {
. . . . . . . . . . . }
. . . . . . . . . . . Children: {
. . . . . . . . . . . . 0: Identifier {
. . . . . . . . . . . . . Roles: Map,Key
. . . . . . . . . . . . . Roles: Expression,Identifier,Map,Key
. . . . . . . . . . . . . TOKEN "a"
. . . . . . . . . . . . . StartPosition: {
. . . . . . . . . . . . . . Offset: 11
. . . . . . . . . . . . . . Line: 1
Expand All @@ -125,7 +127,6 @@ File {
. . . . . . . . . . . . . . Col: 13
. . . . . . . . . . . . . }
. . . . . . . . . . . . . Properties: {
. . . . . . . . . . . . . . Name: a
. . . . . . . . . . . . . . internalRole: key
. . . . . . . . . . . . . }
. . . . . . . . . . . . }
Expand Down

0 comments on commit df04661

Please sign in to comment.