Kevin Moore

Results 252 issues of Kevin Moore

## legacy_js_interop ## Description Warn on all usage of "legacy" JS-interop features that are not compatible w/ dart2wasm ## Details See https://github.com/dart-lang/sdk/issues/50665 Will need to pull in @srujzs or similar...

P3
lint-proposal
status-pending

See https://stackoverflow.com/questions/51944375/webdev-serve-missing-output-for-js-map-files This is the best example we have – crazy - https://github.com/dart-lang/angular_components_example/blob/master/example/angular_components_example/build.yaml

package:build_web_compilers

https://github.com/dart-lang/build/blob/bc8c1a53e4d3ec0016f79f615a17d9b063f1e7c0/build_test/lib/src/resolve_source.dart#L140-L147 Like `json_serializable|test/src/test_class.dart` CC @jakemac53

type-enhancement
package:build_test

```yaml builders: json_serializable: import: "package:json_serializable/builder.dart" builder_factories: ["jsonSerializable"] build_extensions: {".dart": [".g.dart"]} applies_builders: ['source_gen|silly_monkey'] # ^^^^^^^ `silly_monkey` doesn't exist auto_apply: dependents build_to: cache ``` Tough to debug when you don't know if...

type-enhancement

It'd be good to have performance tests that we can run in some CI environment to catch regressions, etc. Consider this a tracking issue.

type-enhancement
area-testing
type-performance

Instead of: ``` [INFO] other [WARNING] LoggerName: Log message content [INFO] other ``` Do ``` [INFO] other [WARNING] LoggerName: Log message content [INFO] other ```

type-enhancement
package:build_runner

Follow-on to https://github.com/dart-lang/build/pull/1116 Would be good to validate that this keeps working...

package:build_web_compilers

Related to https://github.com/dart-lang/build/issues/1059 Using `window` is not accurate for Web Worker.

package:build_web_compilers

I want to be able to customize the server with either a before or after handler (or both) using shelf. Why not just wrap `ServeHandler.handlerFor`? Here's the rub. I'd be...

type-enhancement
type-question

See https://pub.dev/documentation/googleapis/latest/shared/shared-library.html https://pub.dev/documentation/googleapis/latest/shared/$AddressPool-class.html - is an invalid file Maybe these need to be escaped?

type-bug
P1