-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include source code in all packages to fix source maps.
- Loading branch information
1 parent
d531a72
commit bdd5731
Showing
11 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
'codemirror-graphql': patch | ||
'graphiql': patch | ||
'graphiql-2-rfc-context': patch | ||
'graphql-language-service': patch | ||
'graphql-language-service-cli': patch | ||
'graphql-language-service-interface': patch | ||
'graphql-language-service-parser': patch | ||
'graphql-language-service-server': patch | ||
'graphql-language-service-types': patch | ||
'graphql-language-service-utils': patch | ||
--- | ||
|
||
Source code included in all packages to fix source maps. codemirror-graphql includes esm build in package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
"files": [ | ||
"dist", | ||
"esm", | ||
"src", | ||
"graphiql.js", | ||
"graphiql.min.js", | ||
"graphiql.css", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
"files": [ | ||
"dist", | ||
"esm", | ||
"src", | ||
"graphiql.js", | ||
"graphiql.min.js", | ||
"graphiql.css", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ | |
"license": "MIT", | ||
"files": [ | ||
"bin", | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
"keywords": [ | ||
"graphql", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,8 @@ | |
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"esm" | ||
"esm", | ||
"src" | ||
], | ||
"keywords": [ | ||
"graphql" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,8 @@ | |
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"esm" | ||
"esm", | ||
"src" | ||
], | ||
"keywords": [ | ||
"graphql" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,8 @@ | |
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"esm" | ||
"esm", | ||
"src" | ||
], | ||
"keywords": [ | ||
"graphql", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,8 @@ | |
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"esm" | ||
"esm", | ||
"src" | ||
], | ||
"keywords": [ | ||
"graphql" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,8 @@ | |
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"esm" | ||
"esm", | ||
"src" | ||
], | ||
"keywords": [ | ||
"graphql" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ | |
"license": "MIT", | ||
"files": [ | ||
"dist", | ||
"esm" | ||
"esm", | ||
"src" | ||
], | ||
"keywords": [ | ||
"graphql", | ||
|
bdd5731
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://monaco-graphql.netlify.app as production
🚀 Deployed on https://619e45eb2c2c414a07477675--monaco-graphql.netlify.app
bdd5731
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://graphiql-test.netlify.app as production
🚀 Deployed on https://619e461dd2d91f5241335b69--graphiql-test.netlify.app