mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
deps: update ada to 3.3.0
PR-URL: https://github.com/nodejs/node/pull/60045 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
parent
69144e96c2
commit
5ac8f26ede
2
deps/ada/ada.cpp
vendored
2
deps/ada/ada.cpp
vendored
|
|
@ -1,4 +1,4 @@
|
|||
/* auto-generated on 2025-09-22 20:51:08 -0400. Do not edit! */
|
||||
/* auto-generated on 2025-09-23 12:57:35 -0400. Do not edit! */
|
||||
/* begin file src/ada.cpp */
|
||||
#include "ada.h"
|
||||
/* begin file src/checkers.cpp */
|
||||
|
|
|
|||
8
deps/ada/ada.h
vendored
8
deps/ada/ada.h
vendored
|
|
@ -1,4 +1,4 @@
|
|||
/* auto-generated on 2025-09-22 20:51:08 -0400. Do not edit! */
|
||||
/* auto-generated on 2025-09-23 12:57:35 -0400. Do not edit! */
|
||||
/* begin file include/ada.h */
|
||||
/**
|
||||
* @file ada.h
|
||||
|
|
@ -10515,14 +10515,14 @@ constructor_string_parser<regex_provider>::parse(std::string_view input) {
|
|||
#ifndef ADA_ADA_VERSION_H
|
||||
#define ADA_ADA_VERSION_H
|
||||
|
||||
#define ADA_VERSION "3.2.9"
|
||||
#define ADA_VERSION "3.3.0"
|
||||
|
||||
namespace ada {
|
||||
|
||||
enum {
|
||||
ADA_VERSION_MAJOR = 3,
|
||||
ADA_VERSION_MINOR = 2,
|
||||
ADA_VERSION_REVISION = 9,
|
||||
ADA_VERSION_MINOR = 3,
|
||||
ADA_VERSION_REVISION = 0,
|
||||
};
|
||||
|
||||
} // namespace ada
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user