1
Fork 0

Fix ES5 regression with shorthand names.

Reverts 1b6c9605e4.
This commit is contained in:
pravic 2017-08-17 12:41:14 +03:00
parent e407206534
commit cb4a2d5078

View file

@ -596,9 +596,9 @@
} }
return { return {
raw, raw: raw,
query, query: query,
type, type: type,
id: query + type id: query + type
}; };
} }
@ -837,7 +837,7 @@
searchWords.push(crate); searchWords.push(crate);
searchIndex.push({ searchIndex.push({
crate, crate: crate,
ty: 1, // == ExternCrate ty: 1, // == ExternCrate
name: crate, name: crate,
path: "", path: "",