- Add VariableSpec class with magnitude field validation - Add Formula class supporting multiple input/output variables - Support d4rt_code as string or object with code field - Add comprehensive tests for parsing and serialization - Fix broken test import in pruebas_d4rt_test.dart Follows README.md format requirements exactly
18 lines
819 B
Text
18 lines
819 B
Text
file:/tools/OWNERS_MODEL
|
|
|
|
# api.txt is a generated file that documents the types and methods in
|
|
# the analyzer public API; accordingly, changes to it need to be
|
|
# reviewed by the developer experience team.
|
|
per-file api.txt=set noparent
|
|
per-file api.txt=file:/tools/OWNERS_DEVELOPER_EXPERIENCE
|
|
per-file api.txt=file:/OWNERS # (For last resort global approvers)
|
|
|
|
# messages.yaml contains error message text, so it should be
|
|
# reviewable by the either the model team or the developer experience
|
|
# team.
|
|
per-file messages.yaml=file:/tools/OWNERS_DEVELOPER_EXPERIENCE
|
|
|
|
# .g.dart files are generated, and we have tests making sure the code
|
|
# generation is up to date, so it is safe for them to be reviewed by
|
|
# either the model team or the developer experience team.
|
|
per-file *.g.dart=file:/tools/OWNERS_DEVELOPER_EXPERIENCE
|