@abaplint/transpiler 2.8.22 → 2.8.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/src/unit_test.js +1 -0
- package/package.json +1 -1
package/build/src/unit_test.js
CHANGED
|
@@ -326,6 +326,7 @@ run().then(() => {
|
|
|
326
326
|
|| obj instanceof abaplint.Objects.LockObject
|
|
327
327
|
|| obj instanceof abaplint.Objects.MessageClass
|
|
328
328
|
|| obj instanceof abaplint.Objects.MIMEObject
|
|
329
|
+
|| obj instanceof abaplint.Objects.Oauth2Profile
|
|
329
330
|
|| obj instanceof abaplint.Objects.WebMIME
|
|
330
331
|
|| obj instanceof abaplint.Objects.TypePool
|
|
331
332
|
|| obj instanceof abaplint.Objects.TableType) {
|