Commit eafaddb
Use Microsoft.TypeScript.MSBuild matching upstream SkiaSharp; keep .js and .map in source control
- Replace custom Exec target with Microsoft.TypeScript.MSBuild 5.7.3 (PrivateAssets=all)
- Move SKTouchInterop.ts from Scripts/ back to wwwroot/ (matching upstream convention)
- Remove tsconfig.json; use TypeScript MSBuild properties in csproj instead
- Enable source maps (TypeScriptSourceMap=True)
- Remove .gitignore entry — .js and .js.map are now committed to source control
- All 3 files (.ts, .js, .js.map) live side-by-side in wwwroot/ like upstream SkiaSharp
Co-authored-by: mattleibow <1096616+mattleibow@users.noreply.github.com>1 parent 433ca3e commit eafaddb
File tree
6 files changed
+11
-29
lines changed- source/SkiaSharp.Extended.UI.Blazor
- wwwroot
6 files changed
+11
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
294 | | - | |
Lines changed: 8 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| |||
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 48 | | |
This file was deleted.
Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments