Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions packages/affine-vscode/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ ABI lands.

Phase 2 — bindings landed. The pilot affinescript port (issue #63) and
external-extension ports (issue #64: my-lang, rsr-certifier) consume
this adapter; the long-term plan is to publish it to npm so consumers
do not have to vendor `mod.js`. Phase 4 (rattlescript-face sweep) still
to do.
this adapter. npm publish wiring is in place (issue #104:
`affine-vscode-publish.yml` ships the package on `affine-vscode-v*`
tag pushes); the first publish + downstream un-vendoring is gated on
that issue. Phase 4 (rattlescript-face sweep) still to do.
2 changes: 1 addition & 1 deletion packages/affine-vscode/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"exports": {
".": "./mod.js"
},
"license": "PMPL-1.0-or-later"
"license": "MPL-2.0"
}
2 changes: 1 addition & 1 deletion packages/affine-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "JS-side adapter for AffineScript's stdlib/Vscode.affine + stdlib/VscodeLanguageClient.affine binding modules. Resolves each extern fn to a real vscode / vscode-languageclient call and maintains the FFI handle table.",
"main": "./mod.js",
"license": "PMPL-1.0-or-later",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hyperpolymath/affinescript.git",
Expand Down