File tree 1 file changed +2
-4
lines changed
test/com/google/javascript/jscomp/integration
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -307,8 +307,6 @@ public void testPolymerCorrectlyResolvesLocalTypes_forModules() {
307
307
options .setLanguageOut (LanguageMode .ECMASCRIPT5 );
308
308
options .setParseJsDocDocumentation (JsDocParsing .INCLUDE_ALL_COMMENTS );
309
309
options .setClosurePass (true );
310
- // TODO(b/144593112): remove this option
311
- options .setBadRewriteModulesBeforeTypecheckingThatWeWantToGetRidOf (true );
312
310
addPolymerExterns ();
313
311
test (
314
312
options ,
@@ -327,10 +325,10 @@ public void testPolymerCorrectlyResolvesLocalTypes_forModules() {
327
325
"var $jscomp = $jscomp || {};" ,
328
326
"$jscomp.scope = {};" ,
329
327
"$jscomp.reflectObject = function(type, object) { return object; };" ,
330
- "var module$exports$a={};" ,
331
- "var module$contents$a_MyTypedef;" ,
332
328
"var XFooElement=function(){};" ,
329
+ "var module$exports$a={};" ,
333
330
"XFooElement.prototype.value;" ,
331
+ "var module$contents$a_MyTypedef;" ,
334
332
"Polymer({" ,
335
333
"is:\" x-foo\" ," ,
336
334
"properties: $jscomp.reflectObject(XFooElement, {value:number})" ,
You can’t perform that action at this time.
0 commit comments