File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
test/configCases/code-generation/import-export-format Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const { expectSourceToContain, expectSourceToMatch } = require("../../../helpers
1010const regexEscape = require ( "../../../helpers/regexEscape.js" ) ;
1111
1212// It's important to use propertyName when generating object members to ensure that the exported property name
13- // uses the same accessor syntax (quotes vs. dot notatation ) as the imported property name on the other end
13+ // uses the same accessor syntax (quotes vs. dot notation ) as the imported property name on the other end
1414// (which needs to use propertyAccess). Else, minifiers such as Closure Compiler will not be able to minify correctly.
1515it ( "should use the same accessor syntax for import and export" , function ( ) {
1616
You can’t perform that action at this time.
0 commit comments