JS: fix serialization of fileId in case of incremental compilation
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
define("foo", [], function() {
|
||||
return {
|
||||
"fooF": function() {
|
||||
return "foo";
|
||||
}
|
||||
};
|
||||
});
|
||||
define("bar", [], function() {
|
||||
return {
|
||||
"barF": function() {
|
||||
return "bar";
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user