source-map-sharp 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package source-map-sharp --version 1.0.2
NuGet\Install-Package source-map-sharp -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="source-map-sharp" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add source-map-sharp --version 1.0.2
#r "nuget: source-map-sharp, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install source-map-sharp as a Cake Addin
#addin nuget:?package=source-map-sharp&version=1.0.2

// Install source-map-sharp as a Cake Tool
#tool nuget:?package=source-map-sharp&version=1.0.2

Source Map Sharp

About

This is a direct rewrite (meaning, the goal was not to write 'idiomatic' F# code, but to resemble inital JS code as close as possible) of source map generation tool https://github.com/mozilla/source-map

Which is originally written in JS. The initial purpose is to use it with https://github.com/fable-compiler/Fable project

See https://github.com/fable-compiler/Fable/issues/2166 - "Bring back source map support"

P.S. If you're a user that needs netstandard2.0 (as opposed to current netstandard2.1), please file an issue.

Files - status

  1. ArraySet - Done & tested
  2. Base64 - Done & tested
  3. Base64-vlq - Done & tested
  4. binary-search - Not done, probably won't need
  5. mapping-list - Done, not tested specifically, maybe can be tested via SourceMapGenerator
  6. mapping.wasm - Not done, probably won't need
  7. read-wasm-browser - Not done, probably won't need
  8. read-wasm - Not done, probably won't need
  9. source-map-consumer - Not done, Don't know if will need it or not at the moment
  10. source-map-generator - Done except the consumer parts, tested except consumer parts
  11. source-node - Done except the consumer parts, not tested
  12. url-browser - Not done, probably won't need
  13. url - Not done, need help
  14. util - Done partially, only what's needed, url-related stuff not done
  15. wasm - Not done, probably won't need

Not done at the moment:

  1. SourceNode fromStringWithSourceMap function
  2. SourceMapGenerator fromSourceMap function
  3. SourceMapConsumer module

Help needed

  1. util.join
  2. util.relative
  3. Tests for SourceMapNode, SourceMapGenerator
  4. Decisions on wasm stuff
  5. Documentation & usage examples
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 11,850 2/17/2022
1.0.8 13,623 2/1/2022
1.0.7 3,691 4/12/2021
1.0.6 330 4/5/2021
1.0.5 539 3/22/2021
1.0.4 329 3/22/2021
1.0.3 364 3/21/2021
1.0.2 1,041 1/7/2021
1.0.1 390 1/5/2021
1.0.0 368 1/5/2021