Versions in this module Expand all Collapse all v0 v0.14.15 Jan 31, 2022 v0.14.14 Jan 30, 2022 Changes in this version + type AssertEntry struct + Key []uint16 + KeyLoc logger.Loc + PreferQuotedKey bool + Value []uint16 + ValueLoc logger.Loc + type ImportKind uint8 + const ImportAt + const ImportAtConditional + const ImportDynamic + const ImportEntryPoint + const ImportRequire + const ImportRequireResolve + const ImportStmt + const ImportURL + func (kind ImportKind) IsFromCSS() bool + func (kind ImportKind) StringForMetafile() string + type ImportRecord struct + Assertions *[]AssertEntry + CallRuntimeRequire bool + CallsRunTimeReExportFn bool + ContainsDefaultAlias bool + ContainsImportStar bool + HandlesImportErrors bool + IsUnused bool + Kind ImportKind + Path logger.Path + Range logger.Range + SourceIndex Index32 + WasOriginallyBareImport bool + WrapWithToModule bool + type Index32 struct + func MakeIndex32(index uint32) Index32 + func (i Index32) GetIndex() uint32 + func (i Index32) IsValid() bool