mdittmer / web-apis

Playground for better understanding Web APIs
Apache License 2.0
18 stars 10 forks source link

IDL processing pipeline is not recognizing Partial(Dictionary|Namespace) #35

Open mdittmer opened 7 years ago

mdittmer commented 7 years ago

Non-Interface partials do not have custom constructors, so https://github.com/mdittmer/web-apis/blob/dc468752e6b1238f44d8ca98c7b0fc6dab629efd/lib/idl/IDLProcessMemo.es6.js#L118 does not categorize partials properly.

mdittmer commented 7 years ago

@LoonyBean FYI. This appears to be related to some false positives you've been seeing.