fable-import-vscode
Advanced tools
Comparing version
{ | ||
"name": "fable-import-vscode", | ||
"version": "0.0.5", | ||
"version": "0.1.0-narumi-1", | ||
"description": "Fable bindings for Visual Studio Code", | ||
"scripts": { | ||
"build": "node build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fable-compiler/Fable/import/vscode" | ||
"url": "git+https://github.com/fable-compiler/fable-vscode.git" | ||
}, | ||
@@ -15,2 +18,3 @@ "license": "Apache-2.0", | ||
"fsharp", | ||
"vscode", | ||
"F#" | ||
@@ -17,0 +21,0 @@ ], |
@@ -8,4 +8,3 @@ # fable-import-vscode | ||
```sh | ||
$ npm install --save fable-core | ||
$ npm install --save-dev vscode fable-import-vscode | ||
$ dotnet fable add fable-core@next fable-import-vscode@next | ||
``` | ||
@@ -15,21 +14,10 @@ | ||
### In a F# project (.fsproj) | ||
### F# project (.fsproj) | ||
```xml | ||
<ItemGroup> | ||
<Reference Include="node_modules/fable-core/Fable.Core.dll" /> | ||
<PackageReference Include="Fable.Core" Version="1.0.0-narumi-*" /> | ||
<ProjectReference Include="./node_modules/fable-powerpack/Fable.PowerPack.fsproj" /> | ||
<ProjectReference Include="./node_modules/fable-import-vscode/Fable.Import.VSCode.fsproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="node_modules/fable-import-vscode/Fable.Import.VSCode.fs" /> | ||
</ItemGroup> | ||
``` | ||
### In a F# script (.fsx) | ||
```fsharp | ||
#r "node_modules/fable-core/Fable.Core.dll" | ||
#load "node_modules/fable-import-vscode/Fable.Import.VSCode.fs" | ||
open Fable.Core | ||
open Fable.Import | ||
``` |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
66547
82.03%6
100%22
-35.29%2
100%