File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- export { default as DOMLocalization } from "./dom_localization" ;
2- export { default as Localization } from "./localization" ;
1+ export { default as DOMLocalization } from "./dom_localization.js " ;
2+ export { default as Localization } from "./localization.js " ;
Original file line number Diff line number Diff line change 88 */
99
1010export {
11- negotiateLanguages , NegotiateLanguagesOptions
12- } from "./negotiate_languages" ;
13- export { acceptedLanguages } from "./accepted_languages" ;
14- export { filterMatches } from "./matches" ;
11+ negotiateLanguages ,
12+ NegotiateLanguagesOptions ,
13+ } from "./negotiate_languages.js" ;
14+ export { acceptedLanguages } from "./accepted_languages.js" ;
15+ export { filterMatches } from "./matches.js" ;
You can’t perform that action at this time.
0 commit comments