@nola-lang/typescript-plugin 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/plugin.cjs +1 -0
- package/package.json +4 -4
package/dist/plugin.cjs
CHANGED
|
@@ -4577,6 +4577,7 @@ var Codes = {
|
|
|
4577
4577
|
ConfigImportsTsi: "NOLA3012",
|
|
4578
4578
|
BrowserExecutionUnsupported: "NOLA3013",
|
|
4579
4579
|
PromptTemplateFailed: "NOLA3014",
|
|
4580
|
+
LoaderHooksUnsupported: "NOLA3015",
|
|
4580
4581
|
// NOLA4xxx: bundler-integration errors (build-time, raised by @nola-lang/unplugin and friends)
|
|
4581
4582
|
TsiInClientBundle: "NOLA4001"
|
|
4582
4583
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nola-lang/typescript-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "tsserver plugin serving .tsi to TypeScript editors (internal editor layer)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nola"
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"bundle": "node scripts/bundle.mjs"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@nola-lang/compiler": "0.1.
|
|
40
|
-
"@nola-lang/language-core": "0.1.
|
|
41
|
-
"@nola-lang/node-loader": "0.1.
|
|
39
|
+
"@nola-lang/compiler": "0.1.4",
|
|
40
|
+
"@nola-lang/language-core": "0.1.4",
|
|
41
|
+
"@nola-lang/node-loader": "0.1.4",
|
|
42
42
|
"@volar/typescript": "2.4.28"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|