ExtendApps Inc.
04/20/2023, 11:23 PMNathan L
04/21/2023, 12:59 AMExtendApps Inc.
04/21/2023, 1:00 AMShawn Talbert
04/21/2023, 1:01 AMNathan L
04/21/2023, 1:02 AMNathan L
04/21/2023, 1:02 AMECMAScript 5 introduced strict mode. If a SuiteScript 2.0 script assigns a value to a variable without first declaring the variable using the var or const keyword, the script continues executing and no error is thrown. If a SuiteScript 2.1 script assigns a value to a variable without using the var , let, or const keyword, an error is thrown. For more information about strict mode, see Strict Mode.
darrenhillconsulting
04/21/2023, 1:07 AMnoImplicitUseStrict = true
since the beginning. The latest typescript version deprecates this flag (which I can override, but considering learning the benefits and if NetSuite can even support this).Shawn Talbert
04/21/2023, 1:10 AMnoImplicitUseStrict
in our tsconfig πShawn Talbert
04/21/2023, 1:11 AM