mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
Issue #2142 - Add internal option for fields, but always true
This allows us to perform bisects on the following commits without causing runtime issues. Based-on: m-c 1529758
This commit is contained in:
parent
6abb54ff11
commit
afa7bddc96
2 changed files with 3 additions and 0 deletions
|
|
@ -3873,6 +3873,7 @@ JS::TransitiveCompileOptions::copyPODTransitiveOptions(const TransitiveCompileOp
|
|||
forceAsync = rhs.forceAsync;
|
||||
installedFile = rhs.installedFile;
|
||||
sourceIsLazy = rhs.sourceIsLazy;
|
||||
fieldsEnabledOption = rhs.fieldsEnabledOption;
|
||||
introductionType = rhs.introductionType;
|
||||
introductionLineno = rhs.introductionLineno;
|
||||
introductionOffset = rhs.introductionOffset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue