Package Exports
- typescript-dotnet-umd/System.Linq/Linq
- typescript-dotnet-umd/System/Collections/Dictionaries/Dictionary
- typescript-dotnet-umd/System/Collections/List
- typescript-dotnet-umd/System/Exception
- typescript-dotnet-umd/System/Exceptions/ArgumentNullException
- typescript-dotnet-umd/System/Text/Padding
- typescript-dotnet-umd/System/Uri/Uri
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typescript-dotnet-umd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
This package is a distribution for typescript-dotnet.
https://www.npmjs.com/package/typescript-dotnet
The typescript-dotnet package includes the source code along with unminified UMD JavaScript and will function perfectly within another project but requires a reference to the /source/ folder.
It is recommended you select the module type that you intend to use:
typescript-dotnet-umdtypescript-dotnet-es6typescript-dotnet-commonjstypescript-dotnet-amdtypescript-dotnet-system
Examples:
The following example will install the UMD version which works with both CommonJS and AMD module types.
npm install typescript-dotnet-umd...
Note: WebPack has trouble with UMD. Use CommonJS or AMD if you intend to use WebPack.
npm install typescript-dotnet-commonjsor
npm install typescript-dotnet-amd