Skip to content

Commit

Permalink
src: implement whatwg's URLPattern spec
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jan 4, 2025
1 parent d780b90 commit 4982d63
Show file tree
Hide file tree
Showing 32 changed files with 11,292 additions and 2,384 deletions.
6,045 changes: 4,348 additions & 1,697 deletions deps/ada/ada.cpp

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion deps/ada/ada.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@
'direct_dependent_settings': {
'include_dirs': ['.'],
},
'sources': [ '<@(ada_sources)' ]
'sources': [ '<@(ada_sources)' ],
'cflags_cc': ['-fexceptions'],
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES', # -fexceptions
},
'msvs_settings': {
'VCCLCompilerTool': {
'RuntimeTypeInfo': 'true',
'ExceptionHandling': 1,
},
},
},
]
}
Loading

0 comments on commit 4982d63

Please sign in to comment.