Ensure directives get printed in block statements (#4873)
This commit is contained in:
@@ -1 +1,3 @@
|
||||
define("my custom module name", [], function () {});
|
||||
define("my custom module name", [], function () {
|
||||
"use strict";
|
||||
});
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
define(["foo", "foo-bar", "./directory/foo-bar"], function () {});
|
||||
define(["foo", "foo-bar", "./directory/foo-bar"], function () {
|
||||
"use strict";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user