Images 💾

Last commit ⭐

commit 0c4befd811dbf426ce98f7781ef1fe68cc06cd59
Author:     davidot <davidot@serenityos.org>
AuthorDate: Sun Nov 27 01:15:37 2022 +0100
Commit:     Linus Groh <mail@linusgroh.de>
CommitDate: Sun Nov 27 00:51:36 2022 +0000

    LibJS: Use the source offset to sort imports in module
    
    Using source offsets directly means we don't have to synthesize any
    SourceRanges and circumvents that SourceRange returns invalid values for
    the last range of a file.