aspnetcore/src/Components/Web.JS
Steve Sanderson d716ca9d62
Remove .Web IVTs and refactor. Fixes #12713 (#12967)
* Remove IVTs from Microsoft.AspNetCore.Components.Web to .Blazor/.Server

* Eliminate RendererRegistry from .Web, as it's not needed for server-side Blazor

* Reintroduce RendererRegistry as a WebAssembly-specific concept. Refactor event data parsing.

* Remove redundant guard

* Corresponding test updates

* Update ref sources

* CR: Remove renderer ID fully from server-side Blazor code

* CR: Make WebEventData internal and shared-source

* Hub test updates

* Clean whitespace

* Update binaries

* Regenerate binaries AGAIN

* Update Jest test

* CR: Replace constructor with static parse

* Yet again attempt to refresh the .js binaries

* Fix ref assembly

* Fix test
2019-08-09 00:03:40 +01:00
..
dist Remove .Web IVTs and refactor. Fixes #12713 (#12967) 2019-08-09 00:03:40 +01:00
src Remove .Web IVTs and refactor. Fixes #12713 (#12967) 2019-08-09 00:03:40 +01:00
tests Remove .Web IVTs and refactor. Fixes #12713 (#12967) 2019-08-09 00:03:40 +01:00
.gitignore
.npmrc
Microsoft.AspNetCore.Components.Web.JS.npmproj
jest.config.js
package.json
tsconfig.json
yarn.lock