all: update attributes to use new syntax

This commit is contained in:
Joe C 2023-11-15 16:16:01 +11:00 committed by GitHub
parent dd81cb98c6
commit 757929392e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
739 changed files with 2982 additions and 2982 deletions

View file

@ -9,17 +9,17 @@ module builtin
pub interface JS.Object {}
[single_impl]
@[single_impl]
pub interface JS.BigInt {
JS.Any
}
[single_impl]
@[single_impl]
pub interface JS.Number {
JS.Any
}
[single_impl]
@[single_impl]
pub interface JS.String {
JS.Any
length JS.Number
@ -37,7 +37,7 @@ pub interface JS.String {
lastIndexOf(needle JS.String) JS.Number
}
[single_impl]
@[single_impl]
pub interface JS.Boolean {
JS.Any
length JS.Number